Top 20 NuGet type Packages

Lightweight mapping organization utility to keep track of type transformations. This is what you look for if all you need is a clear, simple, straight forward, debuggeable and organized way to write manual type mappings.
Make it easier to consume REST APIs
Result type written in C# with the ability to chain computations and first class Task/async support. Represents the ability for a computation to fail in a way more appropriate than throwing Exceptions in a lot of cases.
A base class library to add useful extensions to .NET, like messanging, LINQ expression parser and extension methods, Task Parallel Library helpers, type auto-mapping for storage and benchmark.
Class library for detection of file types by file contents, magic number
Nemiro.Convertion is small helper class for converting a data types to another data types in .NET Framework. Features * Safe conversion the DBNull, NULL and empty values; * Processing floating-point numbers, regardless of the type of decimal separator (dot or comma); * Number system conversion: ...
A type extension for creating a table name
A user type convention which sets sql type for enums
A user type convention which sets custom type for enums
A useful set of classes for building an ITypeSource
A base class for creating immutable composite user types
A base class for creating immutable user types
A Type extension which returns true if the type either derives from the given type (if the given type is a class or struct), or implements the given interface, whether it be directly or indirectly through its inheritance hierarchy.
A Type extension which allows the invocation of a generic method specifying the generic type at runtime. eg. If a method's signature is: void MyMethod<T>() you can use InvokeGenericMethod(instance, runtimeType, "MyMethod") to invoke it with any type.
Automatically creates macro's for MacroPartials, templates for views and doctypes from xml files containing the doctype definition.
Code Fix for a record (immutable class/struct) constructor generated from get-only properties
Library provides WCF Rest behaviors extension - EnableCorsBehavior - CustomAuthenticationBehavior - TypedUriTemplateBehavior See more details here: https://github.com/cshandler/WebHttpBehaviorExtensions
This library provides a fluent API to search, filter, transform, and cache .NET types by probing applications (using private-bin folders), directories, files, and AppDomains, and assemblies.
The «Expression Library» is introduced to bring the world of «Code Execution» and the «Free Definition of Formulas» in an existing application together. So the primary goal of this component is to allow the applications user expressing any formula of mathematics, string check or dynamic data definit...