vuongwphamj / CqrsInPractice

Source code for the CQRS in Practice Pluralsight course

Home Page:https://www.pluralsight.com/courses/cqrs-in-practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to CQRS in Practice

This is the source code for my Pluralsight course CQRS in Practice

How to Get Started

There are 2 versions of the source code: Before and After. The Before version contains the code developed without the CQRS pattern in mind. The After folder is the final version after all refactorings towards CQRS.

In order to run the application, you need to create a database, and change the connection string in appsettings.json.

About

Source code for the CQRS in Practice Pluralsight course

https://www.pluralsight.com/courses/cqrs-in-practice

License:MIT License


Languages

Language:C# 92.1%Language:TSQL 7.9%