Sikiro.Tookits 中文
Sikiro.Tookits is base And Frequently-used Tools Library.
You can run the following command to install the Sikiro.Tookits in your project。
PM> Install-Package Sikiro.Tookits
- Base
var pl = new PageList<User>(1, 10, 100, new List<User>());
var sr = new ServiceResult<User>();
if (sr.Error)
return;
- Extension
var list = new List<User>().DistinctBy(a => a.Name);
DataTable dt = list.ToDataTable();
int numString = "1".TryInt(1);
- Helper
Guid guid = GuidHelper.GenerateComb();
and so on
Besides Sikiro.Tookits, there are Sikiro.Tookits.Files、 Sikiro.Tookits.LocalCache and Sikiro.DapperLambdaExtension.MsSql
If you have good suggestions, please feel free to mention to me.