Cesar de la Torre

Principal Program Manager at the Azure team.

Free eBook/Guide on ‘.NET Microservices – Architecture for Containerized .NET Applications’

The microservices architecture is emerging as an important approach for distributed mission-critical applications. In a microservice-based architecture, the application is built on a collection of services that can be developed, tested, deployed, and versioned independently. In addition, enterprises are increasingly realizing cost savings, ...

Domain Events vs. Integration Events in Domain-Driven Design and microservices architectures

(image) This blog post is about comparing several approaches of Domain Events vs. Integration Events patterns already published by the community. I might evolve this post depending on feedback and some implementations we’ll be doing in the short/medium term. So, feel free to discuss about it with comments at the end of this post. I’m ...

Just released our .NET Business Applications Technology Guide (MS PRESS eBook)

What is this guide / eBook about? UPDATE - Dec.2013 This same Guide has been published now as free MS PRESS eBook, here: http://blogs.msdn.com/b/microsoft_press/archive/2013/11/13/free-ebook-net-technology-guide-for-business-applications.aspx (image) --- A few days ago (late June 2013, at BUILD) we released a new paper showing a global ...

Scoping CQRS and Event-Sourcing Guidance Project

I am collaborating with the patterns & practices team. We are considering doing a guidance project on implementing systems using the Command & Query Responsibility Segregation (CQRS) approach. This is not going to be a framework or reusable components. We are positioning this project as a learning journey and envision providing an ...

We completed the IASA-DDD Conference! (November 7th 2011)

It was a remarkable DDD (Domain Driven Design) event in Madrid, Spain. We got around 150 attendees!!, and taking into account that this is the inaugural event from the IASA-Spain association, and this association was almost unknown in Spain, until now, it is something I must highlight. Of course, having the keynotes delivered by Eric Evans and...

Value-Object pattern implementation in .NET

Regarding DDD patterns, here I link two nice Value-Object implementation samples: http://elegantcode.com/2009/06/07/generic-value-object/ http://grabbagoft.blogspot.com/2007/06/generic-value-object-equality.html...
Comments are closed.0 0
DDD

Published first ALPHA version of Domain Oriented N-Layered Architecture V2.0

[UPDATED - April 2017] - IMPORTANT:  For up-to-date architecture and development guidance using .NET (i.e. .NET Core, ASP.NET Core, Docker containers, etc.) including Domain-Driven Design patterns, microservices architectures and other .NET related technologies like Xamarin for mobile apps check this landing page pointing to multiple NEW ...
Comments are closed.0 0
DDD

DDD-Exchange 2011

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: (image) (image) Eric Evans presenting the Agenda: (image) Q&A to Eric, Udi and Greg: (image) Saying hello to Udi: (image) Strong discussions below… (image) (image) All in all, I really liked all the ...

Don’t like EF 4.1 ‘Data Annotations’ for DDD Architectures implementation –’Fluent API’ fits better for that!

I write this post in order to get some feedback regarding what I currently think about EF 4.1 Data Annotations and how it fits in DDD Architectural styles. About DDD Architectural styles, here it is our Architecture Guide (Though we are actually writing its second edition, adding EF 4.1 Code-First approach). But most DDD Architectural ...