fkalseth / tasknotes

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:C# 91.9%Language:CSS 7.2%Language:ASP 0.5%Language:Ruby 0.4%