Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukaofirst/dotnet-cqrs
Personal project implementing CQRS and Clean Architecture principles using .NET Core 6
https://github.com/lukaofirst/dotnet-cqrs
clean-architecture cqrs cqrs-pattern dotnet dotnet6 entity-framework-core
Last synced: 18 days ago
JSON representation
Personal project implementing CQRS and Clean Architecture principles using .NET Core 6
- Host: GitHub
- URL: https://github.com/lukaofirst/dotnet-cqrs
- Owner: lukaofirst
- Created: 2022-10-22T00:54:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-26T21:25:21.000Z (25 days ago)
- Last Synced: 2024-12-26T21:25:55.008Z (25 days ago)
- Topics: clean-architecture, cqrs, cqrs-pattern, dotnet, dotnet6, entity-framework-core
- Language: C#
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dotnet-cqrs
ENG- Personal project implementing CQRS and Clean Architecture principles using .NET Core 9
Project's Details
- The Core's layer contains the Entities and Interfaces
- The Infraestructure's layer contains the Database Context, in this case was used Entity Framework Core 9
- The Application's layer contains all the Features (Queries, Commands, Handlers), Mappings and DTOs
- The IoC's layer contains all the subscriptions to the project
- The WebAPI contains an API, but it could be switched to a SPAVocabulary
- CQRS (Command Query Responsibility Segregation)
PT-BR- Projeto pessoal implementando princípios do CQRS e Arquitetura Limpa usando .NET Core 9
Detalhes do Projeto
- A camada Core contém as Entidades e Interfaces
- A camada de Infraestrutura contém o Contexto do Banco de Dados, nesse caso foi utilizado Entity Framework Core 9
- A camada de Aplicação contêm os Features (Queries, Commands, Handlers), Mapeamentos e DTOs
- A camada IoC contém todas a subinscrições do projeto
- A camada WebAPI contém uma API, porém pode ser substituída por um SPAVocabulário
- CQRS (Segregação das Responsabilidades de Comandos e Consultas)