Top 20 NuGet dto Packages

A lightweight query mapping library, QueryMutator provides Queryable, Enumerable and Object extensions for automapping objects and mapping multiple expressions into one. QueryMutator is used to automatically map complex expression trees to object graphs. Used in conjunction with Entity Framework, it...
MantisBT REST API HTTP Client for C# .NET Standard 2.0 Mantis connector DTO POCO NSwag toolchain swagger MIT Licence free
Provides Generic Web Api Controllers to perform CRUD operations against a Sql Server, including Temporal Tables (GenericDtoController), with DTO support (GenericDtoController), Authorized controller (GenericAuthDtoController)
A library that helps to create data transfer object
Implement these interfaces in your entities and DTOs.
Common abstractions for serialization
Wrapper around System.Xml.XmlSerializer for simple and concise converting C# objects (DTO, POCO) to XML representation and vice verse.
IQueryable automatic projection device. Easily convert IQueryable<Entity> to IQueryable<Dto> var dtoQuery = query.ProjectTo<OrderDto>();
Dto Generator text template for any Visual Studio version
Extension methods for object-object or dictionary-object or datatable-object mapping, single item mapping use [ item.Apply(()=>new { .. }); ],multiple array items mapping use [ items.Apply(a=>new { .. }); ]. Extension methods for SQL Window Function in Linq, use [ items.GroupBy(a =>...).AsPartition(...
Mapping DTO to/from Entity with Generic Repository Pattern.
Generic DAO abstraction layer for MongoDB
Typescript definition file for BIA.Net.DataTable.MVC
DTO del proyecto Huellitas
Core class package for CSharpToJs, without the CLI
Mapper object - object. This library is for framework 4.5 and higher it
Mapper object - object. This library is for framework 4.0.
An Abstract Repository Implmentation for Entity Framework, with Entity2DTO / DTO2Entity conversion. Sources included.
This library simplifies the implementation of the layer by providing an engine that converts presentation requests into business requests. In the user's point of view, he manipulates presentation objects as if they were business data. The mapping between business objects and presentation objects is ...