Found 2,165 packages
Constants for (almost) all MIME types and method to determine MIME type from a file name. Contains just over 1000 mime types. The Dictionary is generated from the jshttp/mime-db db.json file. Works similar to .NET's System.Web.MimeMapping.GetMimeMapping. It aggregates data from the following sources: https://www.iana.org/assignments/media-types/media-types.xhtml https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types https://hg.nginx.org/nginx/raw-file/default/conf/mime.types See: https://github.com/jshttp/mime-db#mime-db https://learn.microsoft.com/dotnet/api/system.web.mimemapping.getmimemapping
Expression mapping (OData) extensions for AutoMapper
Package Description
Convention-based enum value mapping extension for AutoMapper.
A fast, fun and stimulating object to object mapper. Kind of like AutoMapper, just simpler and way, way faster.
The mapping plugin gives you a straightforward way to map plain JavaScript objects into a view model with the appropriate Knockout observables. This is an alternative to manually writing your own JavaScript code that constructs a view model based on some data you've fetched from the server.
We moved here: https://entityframework-extensions.net/ NOTE: The current package is *UNSUPPORTED* since 2014
Provides custom attribute extension methods for System.Reflection types. Commonly Used Types: System.Reflection.InterfaceMapping System.Reflection.CustomAttributeExtensions System.Reflection.RuntimeReflectionExtensions When using NuGet 3.x this package requires at least version 3.4.
.NET's fastest JSON, JSV and CSV Text Serializers. Fast, Light, Resilient. Contains ServiceStack's high-performance text-processing powers, for more info see: https://github.com/ServiceStack/ServiceStack.Text
Provide an easy way of mapping objects to SQL Server database table by using Attributes. If you want to query a database table but do not want to write complex and complicated SQL query, you can use this package. By just specifying some metadata on class and its property using attributes, you can start querying the table in no time. Sub-framework: KininTech.SqlMapping.ORM Important Note: The main class for this package, EntityTable, implements IEnumerable interface, so you can easily use Linq to query the entities in the EntityTable as the entities are mapped to the records in the database table.
An extension of ExcelDataReader that supports fluent mapping of rows to C# objects.
MappingGenerator was initially created as a design-time alternative to AutoMapper. Now it is evolving into a coding assistant to whom you can delegate the most mundane coding tasks.
Provides classes for performing Unicode string normalization, culture-specific string comparisons and support the use of non-ASCII characters for Internet domain names. Commonly Used Types: System.StringNormalizationExtensions System.Text.NormalizationForm System.Globalization.IdnMapping When using NuGet 3.x this package requires at least version 3.4.
Simple API to fluently map POCO properties to database columns when using Dapper.
Attribute based mapping for NHibernate.
An XActLib assembly: an Assembly that provides a Service to map Domain Entities to Client Layer Models, and/or Data Storage Entities.
DotNetCore.Mapping
An object to object mapper that does not use reflection.