CSharp - Nuget

CryptoNet

🚀 CryptoNet is simple, fast, and a lightweight asymmetric and symmetric encryption NuGet library supporting .NET Standard 2.0 and C# 8.0 for cross platforms Windows, Linux, and iOS. It is a 100% native C# implementation based on Microsoft cryptography. It does not depend on other libraries.

CryptSharp

CryptSharp - use BCrypt.Net-Next for password hashing, not this library.

CryptSharpOfficial

CryptSharp provides a number of password crypt algorithms - BCrypt, LDAP, MD5 (and Apache's htpasswd variant), PHPass (WordPress, phpBB, Drupal), SHA256, SHA512, and Traditional and Extended DES. Additionally it includes Blowfish, SCrypt, and PBKDF2 for any HMAC (.NET's built-in PBKDF2 implementation supports only SHA-1). If you are looking to store passwords, odds are CryptSharp has the algorithm you want.

CsQuery

CsQuery is an HTML parser, CSS selector engine and jQuery port for .NET 4 and C#. It implements all CSS2 and CSS3 selectors, all the DOM manipulation methods of jQuery, and some of the utility methods.

CsvHelper

A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.

CSVSharp

A cross-platform CSV Writer for C#

CuteEditor

Cute Editor for ASP.NET is by far the fastest, easiest, most powerful WYSIWYG HTML Editor for ASP.NET. It's also available for PHP and ASP.

It enables ASP.NET Web developers to replace any textbox with an intuitive Word-like WYSIWYG html editor.

It empowers business users to make content updates easily and safely themselves while maintaining control over site design and content, all at an affordable price.

Dapper

A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..

Dapr.AspNetCore

This package contains the reference assemblies for developing services using Dapr and AspNetCore.

Dapr.Client

This package contains the reference assemblies for developing services using Dapr.

Dawn.Guard

A high-performance, extensible argument validation library.

Delta

Delta is an approach to implementing a 304 Not Modified leveraging DB change tracking.


The approach uses a last updated timestamp from the database to generate an ETag. All dynamic requests then have that ETag checked/applied.


This approach works well when the frequency of updates is relatively low. In this scenario, the majority of requests will leverage the result in a 304 Not Modified being returned and the browser loading the content its cache.


Effectively consumers will always receive the most current data, while the load on the server is reduced.