• Stars
    star
    418
  • Rank 100,533 (Top 3 %)
  • Language
    C#
  • License
    MIT License
  • Created almost 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Source code for the CQRS in Practice Pluralsight course

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.

More Repositories

1

CSharpFunctionalExtensions

Functional extensions for C#
C#
2,265
star
2

DddInAction

Source code for the DDD in Practice Pluralsight course
C#
536
star
3

SpecificationPattern

Implementation of the Specification Pattern in C#
C#
270
star
4

AnemicDomainModel

Source code for the Anemic Domain Model Pluralsight course
C#
265
star
5

DddAndEFCore

Source code for the DDD and EF Core Pluralsight course
C#
227
star
6

FuntionalPrinciplesCsharp

Source code for the Applying Functional Principles in C# course
C#
129
star
7

SpecPattern

Source code for the Specification Pattern in C# Pluralsight course
C#
128
star
8

ValidationInDDD

The source code for the Pluralsight course about Validation, DDD, and FluentValidation library
C#
92
star
9

DatabaseUpgradeTool

Light-weight tool for keeping track of your SQL database schema version
C#
77
star
10

UnitTestingPPP

Source code for the book Unit Testing Principles, Practices, and Patterns
C#
49
star
11

Goos

Growing Object-Oriented Software, Guided by Tests Without Mocks
C#
43
star
12

LegacyProjects

Source code for the Working with Legacy Projects Pluralsight course
C#
43
star
13

CleanArchitecture

Source code for an (upcoming) course about Clean Architecture
C#
40
star
14

AutoBuyer

Source code for the Building a Pragmatic Unit Test Suite Pluralsight course
C#
33
star
15

FiveUnitTestingTips

Source code for the course 5 Non-Obvious Tips for Writing Better Unit Tests
C#
28
star
16

EFCoreEncapsulation

Source code for the course Encapsulating EF Core Usage
C#
21
star
17

ImmutableArchitecture

C#
21
star
18

BridgePattern

Source code for the Bridge Design Pattern in C# Pluralsight course
C#
17
star
19

DddWorkshop

C#
13
star
20

SqlWithMongo

Combining SQL Server with MongoDB using NHibernate
C#
13
star