Top 20 NuGet Packages

This helper library allows client applications and Azure .Net backed mobile services to share the same entity class files (through file linking). Simply reference SolerSoft.Data.Client in the client project and SolerSoft.Data.AzureNetServer in the server project, then inherit y...
Builds TypeScripts DataModels which map to EF code-first data models. Just point the application at your namespace, and it generates them all. It omits KeyAttribute and Timestamp properties from the class, but keeps them so you can call toJS or update(data) to update your model with the server. ...
Data samples for testing PSA summary generator (HRV, SVMR data). All personal data are fictional.
Data Security Using Triple DES
Implementation of some Data Structures and Algorithms in C#
Inside Collections are found different data structures and algorithms, only a few of them are not completed and help will be well received.
TruItem data library
Package description
Package Description
Package Description
Package Description
Package Description
Data.HashFunction implementation of Bernstein hash (http://www.eternallyconfuzzled.com/tuts/algorithms/jsw_tut_hashing.aspx#djb).
Data.HashFunction implementation of BLAKE2 hash (http://blake2.net/).
Data.HashFunction implementation of BuzHash (http://www.serve.net/buz/hash.adt/java.002.html).
Data.HashFunction implementation of CityHash (https://code.google.com/p/cityhash/).
C# library to create a common interface to non-cryptographic hash functions (http://en.wikipedia.org/wiki/List_of_hash_functions#Non-cryptographic_hash_functions) and provide implementations of public hash functions. Includes wrapper for HashAlgorithm-based hash functions.
Data.HashFunction implementation of the cyclic redundancy check (CRC) error-detecting code (http://en.wikipedia.org/wiki/Cyclic_redundancy_check). Implementation is generalized to encompass all possible CRC parameters from 1 to 64 bits.
Data.HashFunction implementation of the hash function used by the elf64 object file format (http://downloads.openwatcom.org/ftp/devel/docs/elf-64-gen.pdf).