Skip to content

Base And Frequently-used Tools Library.You can use it on nuget

License

Notifications You must be signed in to change notification settings

SkyChenSky/Sikiro.Tookits

Repository files navigation

Sikiro.Tookits 中文

Sikiro.Tookits is base And Frequently-used Tools Library.

Getting Started

Nuget

You can run the following command to install the Sikiro.Tookits in your project。

PM> Install-Package Sikiro.Tookits

What does it have?

  • 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

Others

Besides Sikiro.Tookits, there are Sikiro.Tookits.FilesSikiro.Tookits.LocalCache and Sikiro.DapperLambdaExtension.MsSql

End

If you have good suggestions, please feel free to mention to me.

About

Base And Frequently-used Tools Library.You can use it on nuget

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages