Browse by Tags

All Tags » Agatha (RSS)

A rough mapping of a CQRS Implementation through a Sequence Diagram by REA_ANDREW

So I am currently looking at an example application implementing CQRS by Mark Nijhof .  You can find and check out the example application at github, http://github.com/MarkNijhof/Fohjin This for me is a real example of where reading code improves...
Filed under: , ,

CQRS and Replaying state events from a snapshot by REA_ANDREW

Still reading the blog posts from Greg Young and derived works and one of the points which I have just got my head through is the scenario where you may have 100,000 + events for a particular object. Basically, to obtain the state for said object you...
Filed under: , ,

Having a think about CQRS and Eventual Consistency by REA_ANDREW

I have been watching and reading a few blogs and videos recently from various sources including Udi Dahan and Greg young and other blogs which have been based on those works.  I am getting my head around CQRS and the different way of thinking which...
Filed under: , ,

Consume WCF Service InProcess using Agatha and WCF by REA_ANDREW

I have been looking into this lately for a specific reason.  Some integration tests I want to write I want to control the types of instances which are used inside the service layer but I want that control from the test class instance.  One of...
Filed under: , ,

AutoMapper MappingFunction from Source Type of NameValueCollection by REA_ANDREW

I have had a situation arise today where I need to construct a complex type from a source of a NameValueCollection.  A little while back I submitted a patch for the Agatha Project to include REST (JSON and XML) support for the service contract. ...
Filed under: , , ,

Compiling examples for consuming the REST Endpoints for WCF Service using Agatha by REA_ANDREW

I recently made two contributions to the Agatha Project by Davy Brion over on Google Code, and one of the things I wanted to follow up with was a post showing examples and some, seemingly required tid bits.  The contributions which I made where:...
Filed under: , , , ,
More Posts