Showing results for July 2011 - Cesar de la Torre

Jul 30, 2011
0
0

EF 4.1.1 RTM (Update) and Code First Migrations August 2011 CTP Released

Cesar De la Torre
Cesar De la Torre

EF 4.1 Update 1 (EF 4.1.1) has been released a few days ago. http://blogs.msdn.com/b/adonet/archive/2011/07/25/ef-4-1-update-1-released.aspx The important point is also EF 4.1.1 Code First Migrations August 2011 CTP Released: http://blogs.msdn.com/b/adonet/archive/2011/07/27/code-first-migrations-august-2011-ctp-released.aspx This is really importa...

Entity-Framework
Jul 20, 2011
0
0

Value-Object pattern implementation in .NET

Cesar De la Torre
Cesar De la Torre

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

DDD
Jul 20, 2011
0
0

About Ayende’s blog posts series reviewing the NLayered Sample-App

Cesar De la Torre
Cesar De la Torre

Ayende has been publishing a series of blog posts reviewing the V1.0 of the NLayerApp Sample App (Note we made V2.0 public a few weeks ago, so most of the code issues he highlights do not apply now). We’ve been taken into account every of those posts as well as every comment from the community in his blog. Some comments to Ayende’s post...

Jul 3, 2011
0
0

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

Cesar De la Torre
Cesar De la Torre

[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 guides and...

DDD