"ZeroCode" is a .NET library with a lot of utilities that can simplify programmers work
- Add some utility classes that can simplify work (
ZeroCode.Core
) - Provide better experience working with
DateTime
,IEnumerable
,IDisposable
,Dictionary
andCancellationTokenSource
(ZeroCode.Extensions.Common
) - Declare and use events asynchronously (
ZeroCode.Async.Events
) - Simple SQL requests to SQL Server and get convenient response (
ZeroCode.Database.SqlServer
)