Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nhatthaiquang-agilityio/dotnet-express-mapper

Using Express Mapper instead of AutoMapper. I am impressed with Benchmark. Check it out at http://expressmapper.org/#benchmarks.
https://github.com/nhatthaiquang-agilityio/dotnet-express-mapper

dotnet-core enityframework express-mapper mapper

Last synced: about 1 month ago
JSON representation

Using Express Mapper instead of AutoMapper. I am impressed with Benchmark. Check it out at http://expressmapper.org/#benchmarks.

Awesome Lists containing this project

README

        

# dotnet-express-mapper
+ Apply Express Mapper instead of AutoMapper
+ One to Many Relationships in Entity Framework Core
+ Many to Many Relationships in Entity Framework Core
+ Seed Data

### Prerequisite
-----------------
+ Asp Net Core 2.2
+ Entity Framework Core
+ Express Mapper
+ Sql Server
+ Docker & Docker Compose

### Reference
--------------
+ [Express Mapper](http://expressmapper.org/)
+ [Configuring Many To Many Relationships in Entity Framework Core](https://www.learnentityframeworkcore.com/configuration/many-to-many-relationship-configuration)
+ [Configuring One To Many Relationships in Entity Framework Core](https://www.learnentityframeworkcore.com/configuration/one-to-many-relationship-configuration)
+ [Update many to many relationships in Entity Framework Core](https://www.thereformedprogrammer.net/updating-many-to-many-relationships-in-entity-framework-core/)