Showing archive results for June 2011

Jun 13, 2011
Post comments count0
Post likes count0

DDD-Exchange 2011

Cesar De la Torre

So, it was such a great event with Eric Evans, Udi Dahan and Greg Young. Here I post a few pictures I got. Before starting: Eric Evans presenting the Agenda: Q&A to Eric, Udi and Greg: Saying hello to Udi: Strong discussions below… All in all, I really liked all the sessions, check it out here: http://skillsmatter.com/event/design-...

DDDArchitectureCQRS
Jun 7, 2011
Post comments count0
Post likes count0

Working with WCF RIA Services JSON endpoints for HTML5, JavaScript & JQuery

Cesar De la Torre

  WCF RIA Services and JSON endpoints Interesting posts about the base for many future apps based on HTML5, WCF RIA Services JSON endpoints and JavaScript : http://blogs.msdn.com/b/davrous/archive/2010/12/14/how-to-open-a-wcf-ria-services-application-to-other-type-of-clients-the-json-endpoint-4-5.aspx http://www.yumasoft.com/node/108 ...

Jun 6, 2011
Post comments count0
Post likes count0

Implementing a Value-Object Base class (Supertype pattern–DDD patterns related)

Cesar De la Torre

It is usually a recommended practice to have Value-Object base-class so we can have common functionality which can be used by all of our value-object classes. Typically, comparison methods or any other common subject for Value-Objects, should be included here. Below I show a sample Value-Object Base-Class:

DDD.NET 4.0