Skip to content

lukaofirst/dotnet-cqrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Personal project implementing CQRS and Clean Architecture principles using .NET Core 9

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages