Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mehrajlatifli/onion-architecture
- Owner: MehrajLatifli
- Created: 2023-09-13T00:17:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-14T04:23:30.000Z (over 1 year ago)
- Last Synced: 2024-11-14T15:46:36.509Z (2 months ago)
- Topics: api, databasefirst, mssql, onion-architecture
- Language: C#
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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
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