Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / CQRS

CQRS

CQRS

Great Reads

by tranthanhtu.vn
Overview. As mentioned in "Manage Staffs - Part 2" part, It was easy to query the list of staffs as they were prepared before hand.. All necessary preparation steps occurred in "Add/ update staff information".. Let see "Add staff" first.. Add the following line into staffs.
by tranthanhtu.vn
[TinyERP: SPA for Enterprise Application]Cross Modules/ Domains Communication
by tranthanhtu.vn
[TinyERP: SPA for Enterprise Application]Manage Staffs - Part 2
by Duncan Edwards Jones
How Microsoft Orleans can facilitate a very highly scalable CQRS and event sourcing based system

Latest Articles

by tranthanhtu.vn
Overview. As mentioned in "Manage Staffs - Part 2" part, It was easy to query the list of staffs as they were prepared before hand.. All necessary preparation steps occurred in "Add/ update staff information".. Let see "Add staff" first.. Add the following line into staffs.
by tranthanhtu.vn
[TinyERP: SPA for Enterprise Application]Cross Modules/ Domains Communication
by tranthanhtu.vn
[TinyERP: SPA for Enterprise Application]Manage Staffs - Part 2
by Duncan Edwards Jones
How Microsoft Orleans can facilitate a very highly scalable CQRS and event sourcing based system

All Articles

Sort by Score

CQRS 

by tranthanhtu.vn
Overview. As mentioned in "Manage Staffs - Part 2" part, It was easy to query the list of staffs as they were prepared before hand.. All necessary preparation steps occurred in "Add/ update staff information".. Let see "Add staff" first.. Add the following line into staffs.
by Dev Leader
CQRS pattern in C#, clean architecture for better software development, code examples, best practices
by levelnis
Article discussing how to handle posted data in an MVC controller action by using commands and handlers
by jgauffin
I've created a small sample project which demonstrates how you can invoke a query using JavaScript (and execute them in your server).