Skip to content

fkalseth/tasknotes

Repository files navigation

Here's the initial version of my CQRS and event sourcing demo, 
where commands and events are all hooked up through an IOC container (Ninject2).

The frontend is an ASP.NET MVC 3 app. 
Stylesheets are SASS (compiled via Compass).

For now, the write-side persists to a simple xml file 
serializer (see XmlEventStorage), read-side to an 
in-memory dictionary (see TaskDtoRepository).


About

A demo application featuring cqrs and event sourcing. ASP.NET MVC 3 frontend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages