https://github.com/vkhorikov/cqrsinpractice
Source code for the CQRS in Practice Pluralsight course
https://github.com/vkhorikov/cqrsinpractice
Last synced: 24 days ago
JSON representation
Source code for the CQRS in Practice Pluralsight course
- Host: GitHub
- URL: https://github.com/vkhorikov/cqrsinpractice
- Owner: vkhorikov
- License: mit
- Created: 2018-06-27T20:48:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T14:27:49.000Z (10 months ago)
- Last Synced: 2025-03-28T14:07:30.479Z (about 1 month ago)
- Language: C#
- Homepage: https://enterprisecraftsmanship.com/ps-cqrs
- Size: 68.4 KB
- Stars: 515
- Watchers: 26
- Forks: 172
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to CQRS in Practice
=====================This is the source code for my Pluralsight course [CQRS in Practice][L1]
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.
[L1]: https://enterprisecraftsmanship.com/ps-cqrs