Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nhatthaiquang-agilityio/dotnet-express-mapper
- Owner: nhatthaiquang-agilityio
- Created: 2019-08-21T03:50:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-08T02:21:21.000Z (over 2 years ago)
- Last Synced: 2024-04-16T07:09:38.234Z (9 months ago)
- Topics: dotnet-core, enityframework, express-mapper, mapper
- Language: C#
- Size: 671 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)