@manhng

Welcome to my blog!

CQRS Raw SQL and DDD with Dapper

January 5, 2022 16:47

CQRS Raw SQL and DDD with Dapper (edit)

  • MyProject.Api
  • MyProject.Application
  • MyProject.Infrastructure
  • MyProject.Domain

Simple CQRS implementation with raw SQL and DDD

Simple CQRS implementation with raw SQL and DDD - Kamil Grzybek

Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture

kgrzybek/sample-dotnet-core-cqrs-api: Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture. (github.com)

  • DDD
  • Clean Architecture
  • Unit Testing
  • Integration Testing
  • Dapper
  • Sql Server
  • Serilog
  • Microsoft.NET.Test.Sdk
  • NUnit3T
  • NSubstitut

sample-dotnet-core-cqrs-api/SampleProject.IntegrationTests.csproj at master · gtechsltn/sample-dotnet-core-cqrs-api (github.com)

ASP.NET Core Web API: Plugin Controllers and Services

The middle ground between monolithic applications and an explosion of microservices
This is a concise guide on how to implement plugin controllers and share services between the ASP.NET Web API application and the plugin.

ASP.NET Core Web API: Plugin Controllers and Services - CodeProject

Categories

Recent posts