Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mehrajlatifli/onion-architecture

Example for Onion Architecture
https://github.com/mehrajlatifli/onion-architecture

api databasefirst mssql onion-architecture

Last synced: 8 days ago
JSON representation

Example for Onion Architecture

Awesome Lists containing this project

README

        

Onion Architecture

docker run -e "ACCEPT_EULA=Y" -e "MSSQL_SA_PASSWORD=admin1234@" -p 1430:1433 --name sql2 --hostname sql2 -d ` mcr.microsoft.com/mssql/server:2022-latest

Onion Architecture

Domain: Entities, Value object, Emuration, Entity Exceptions

Application (Repository, Service, Interface): DTO, ViewModel, Mapping, Validators, CQRS Pattern

Persistence: DbContext, Migrations, Configurations, Seeding, Repository Concrete class

Infrastructure: Other services (do not belong DB)

Presentation: Web app, Web API, Deskop app