Click here to Skip to main content
15,891,951 members
Articles / Programming Languages / C#

How to Easily Map EntityFramework/EntityFrameworkCore Entities from/to DTOs

Rate me:
Please Sign up or sign in to vote.
4.80/5 (11 votes)
22 Oct 2023MIT8 min read 80K   761   49  
To introduce a free library to save some tedious work for writing mapping code between entities and DTOs
This article introduces a free, AutoMapper-like library that helps .NET developers to easily map properties between entity POCOs for entity framework core and DTOs.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Singapore Singapore
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions