rickj33 / Recognos.Core

Collection of common utilities & extension methods, optimized & tested. Recommended for all C# projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recognos.Core

Collection of common utilities & extension methods, optimized & tested. Recommended for all C# projects.

Build by running build.bat

Note

The authors of this library encourage the use of classes & primitives from the .NET Framework over classes in this library.

It is also encouraged that you favour unit tests, instead of relying on the Check helpers as defensive programming.

ChangeLog

2.0.4 - added helper class ReferencedAssemblyLoader: utility to ensure all referenced assemblies are loaded 2.0.3 - added implementation for PBKDF2 salted hash

About

Collection of common utilities & extension methods, optimized & tested. Recommended for all C# projects.

License:MIT License


Languages

Language:C# 99.8%Language:Batchfile 0.2%