# justin4net **Repository Path**: kuanjun/justin4net ## Basic Information - **Project Name**: justin4net - **Description**: Tools for .Net - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-17 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # justin4net ## just4net The main tool. ### db Tools of sql server. ### util General tools. ### io Include tools of io, such as FileUtil, DirectoryUtil and so on. ### serialize Using Newtonsoft.Json. ### timer Using System.Timers.Timer and cache timer tasks' running time. ### collection Tools for collections. ### thread Tools for thread operation. `TaskPool` is used to create a pool to store threads to run tasks which should be fetched in somewhere else. `TaskBox` can store tasks and create limited threads to run it when necessary. ## demo The demo of tools using.