https://github.com/mizrael/efcorecommercedemo
Small demo showing how to use DDD with Persistence Ignorance using Entity Framework Core 3.
https://github.com/mizrael/efcorecommercedemo
ddd dotnet-core entity-framework-core
Last synced: 2 months ago
JSON representation
Small demo showing how to use DDD with Persistence Ignorance using Entity Framework Core 3.
- Host: GitHub
- URL: https://github.com/mizrael/efcorecommercedemo
- Owner: mizrael
- License: mit
- Created: 2019-10-07T21:34:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-19T20:58:40.000Z (almost 3 years ago)
- Last Synced: 2025-03-18T13:15:32.646Z (7 months ago)
- Topics: ddd, dotnet-core, entity-framework-core
- Language: C#
- Homepage: https://www.davideguida.com/lets-do-some-ddd-with-entity-framework-core-3/
- Size: 30.3 KB
- Stars: 34
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EFCoreCommerceDemo
Small demo showing how to use DDD with Persistence Ignorance using Entity Framework Core 3.
For a detailed explanation check the series on my blog: https://www.davideguida.com/lets-do-some-ddd-with-entity-framework-core-3/ .
- Example 1 shows a basic modeling of products, quotes and orders. Everything is enclosed in a small Console application.
- Example 2 has some improvements (eg. adding a proper "Money" class) and uses WebAPI.