Skip to content

A tool for implementing the command query pattern in a .Net MVC setting

Notifications You must be signed in to change notification settings

ethanschofer/LightweightCQRS

Repository files navigation

Command Query Pattern

An implementation of the command query pattern in .Net MVC.

In addition, this architecture implements the mediator pattern to assist in removing code from controllers, and putting it in the command and query handlers.

Each controller will need to have a QueryDispatcher and a CommandDispatcher. A simple way to do this is to create a base controller, and inject the QueryDispatcher and CommandDispatcher at construction.

About

A tool for implementing the command query pattern in a .Net MVC setting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published