Recent Posts

8
Comments

Unique Constraints in the context of CQRS with Event Sourcing by REA_ANDREW

I got thinking today about what action to take in the scenario where I want to have unique constraints on a value. To put into some context, I will use forums and the like to explain.  A Forum has threads and it is necessary that each Thread have...
Filed under: ,
2
Comments

WCF : Could not find a base address that matches scheme https by REA_ANDREW

Have you ever had the issue when you get the following error: Server Error in '/Services' Application. Could not find a base address that matches scheme https for the endpoint with binding BasicHttpBinding. Registered base address schemes are [http]....
Filed under: ,
1
Comments

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: , ,
5
Comments

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: , ,
3
Comments

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: , ,
2
Comments

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: , ,
5
Comments

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: , , ,
20
Comments

First toe in the water with Object Databases : DB4O by REA_ANDREW

I have been wanting to have a play with Object Databases for a while now, and today I have done just that.  One of the obvious choices I had to make was which one to use.  My criteria for choosing one today was simple, I wanted one which I could...
3
Comments

ASP.NET MVC 2 : The view 'Index' or its master was not found by REA_ANDREW

I was literally setting a new project yesterday to have a play with the released version of ASP.NET MVC 2 and came across a subtle couple of things which when you know, like everything, is easy. I am creating a small test application which is another...
Filed under:
16
Comments

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 Next page »