Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 SPA

Vocabulary

- 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 SPA

Vocabulário

- CQRS (Segregação das Responsabilidades de Comandos e Consultas)