Please enable JavaScript.
Coggle requires JavaScript to display documents.
Domain Driven Design(DDD) - Coggle Diagram
Domain Driven Design(DDD)
Create Blank Solution
Create 2 Folders
test
src
Create Class Libraries
Domain
Create a common folder for few common entity, Entity Folder, Enums Folder
Create a Gobal Usings
It's an Independent Library
Application
It's an Independent Domain
Install AutoMapper
AutoMapper, AutoMapper.Extensions.Microsoft.DependencyInjection
Install MediatR
Crate a Common Folder and add Interfaces Folder
Add an Interface IApplicationDBContext
Infrastructure
It's an Independent Application
Install EntityFramwork core
API