Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 495 Bytes

File metadata and controls

11 lines (6 loc) · 495 Bytes

ZeroCode

"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 and CancellationTokenSource (ZeroCode.Extensions.Common)
  • Declare and use events asynchronously (ZeroCode.Async.Events)
  • Simple SQL requests to SQL Server and get convenient response (ZeroCode.Database.SqlServer)