You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a demo application for demonstrating CQRS pattern using Mediator.
The demo shows how to define cqrs contracts + handlers in a re-usable core libarary, which can then be referenced by richclient (wpf/winforms) and web applications.
About
Solution which shows cqrs usage with core library and usage in rich-client + web