Simple CQRS implementation with raw SQL and DDD
Hey everyone,
I think that never too much of application examples, so I prepared the simplest CQRS implementation in .NET Core 2.2 using pure SQL (read model, Dapper) and DDD (write model, Entity Framework).
I will definitely continue to develop this example expanding implementation of DDD approach. I did some research and I think there are only few examples of implementation DDD using newest .NET Core and EntityFramework.
The domain for this example is imaginary, but this solution is used in real production applications which I designed. Comments are welcome 🙂
Github repository: https://github.com/kgrzybek/sample-dotnet-core-cqrs-api
Blog article about this solution: http://www.kamilgrzybek.com/design/simple-cqrs-implementation-with-raw-sql-and-ddd/
0 comments:
Post a Comment