Mapping DTO to/from Entity with Generic Repository Pattern.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 0.2.0 |
Author(s): | Theerapat Chawannakul |
Last Update: | Tuesday, August 15, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/theerapatcha/DTORepository |
NuGet Url: | https://www.nuget.org/packages/DTORepository |
Install
Install-Package DTORepository
dotnet add package DTORepository
paket add DTORepository
DTORepository Download (Unzip the "nupkg" after downloading)
Dependencies
- AutoMapper(>= 6.1.1)
- AutoMapper.Collection(>= 3.1.1)
- AutoMapper.Collection.EntityFramework(>= 3.1.1)
- EntityFramework(>= 6.1.3)
Tags