Skip to content

Small tools (object pool, retry logic, automatic mapping, etc.) for .NET Standard.

License

Notifications You must be signed in to change notification settings

balazs-kis/utils-lite

Repository files navigation

Utils Lite

Small tools (object pool, retry logic, automatic mapping etc.) for .NET Standard.

Build Status Coverage Status Nuget License: MIT pull requests: welcome

Examples

Date class

The Date class is a simle wrapper around the built-in DateTime struct, which indicates your intent to only use the date component:

DateTime myDateTime = new DateTime(2016, 01, 28, 18, 20, 00);
Date justDate = Date.FromDateTime(myDateTime);
Console.WriteLine(justDate.ToString("yyyy-MM-dd"));

About

Small tools (object pool, retry logic, automatic mapping, etc.) for .NET Standard.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages