https://github.com/canperk/NorthindDomainDrivenDesignSample
DDD with Northwind Sample Database
https://github.com/canperk/NorthindDomainDrivenDesignSample
domain-driven-design event-driven-architecture netcore2 northwind
Last synced: 7 months ago
JSON representation
DDD with Northwind Sample Database
- Host: GitHub
- URL: https://github.com/canperk/NorthindDomainDrivenDesignSample
- Owner: canperk
- Created: 2017-10-26T11:55:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T13:02:35.000Z (over 7 years ago)
- Last Synced: 2024-08-04T09:02:28.585Z (10 months ago)
- Topics: domain-driven-design, event-driven-architecture, netcore2, northwind
- Language: C#
- Size: 80.1 KB
- Stars: 20
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Domain Driven Design on Northwind Sample Database
A different version of Northwind Sample Database which was integrated Domain Driven Design.Basic features for :
- Employees
- Products
- Categories
- Suppliers
- Orders
- Order Details
- Customers
Up coming features
Event Driven Desing will be included to domain methods.