Writing an Angular JS application end-2-end-Part 2

added by Robert Greyling
1/12/2015 6:55:03 PM

204 Views

In the previous post I showed how we can use Yeoman to scaffold a new ASP.NET vNext application on Ubuntu. I then implemented a simple RESTful API and also started to implement the basics of a domain model. In this part I will improve the domain model and also implement a repository for GetEventStore (GES) to save the events generated by our domain aggregates.


0 comments