Showing results for 2011 - Cesar de la Torre

Dec 16, 2011
0
0

We completed the Microsoft Architects Forum: Enterprise & ISVs Applications on Windows Azure (Barcelona Dec. 13th & Madrid Dec. 15th)

Cesar De la Torre
Cesar De la Torre

  It was a nice event exposing Windows Azure scenarios very oriented to ISVs, subjects like Multi-Tenancy, Security, Java apps on Windows Azure, etc. Additionally we had three companies (Panda-Security, Softeng and Grupo Teldat) talking about their real experience in their projects when migrating their products to Windows Azure, talking about ...

Azure
Nov 29, 2011
0
0

Creating an X.509 certificate for Windows Azure

Cesar De la Torre
Cesar De la Torre

I always forget the command line to do this, so I’m going to post it in my own blog. The way to set a specific certificate name, so you can find it within Windows Azure after it is registered, is using the Certificate Creation Tool (makecert.exe) to create an X.509 certificate: - Open the Visual Studio Command Prompt window as an administrato...

Azure
Nov 9, 2011
0
0

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

Cesar De la Torre
Cesar De la Torre

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 Udi ...

DDDCQRS
Oct 5, 2011
0
0

How to explore a Windows Azure Package (How to create it with no encryption)

Cesar De la Torre
Cesar De la Torre

As you may know, a Windows Azure package is a .ZIP file, but, it is encrypted, so, even though you can rename the extension, when you take a look into it, you cannot really see the project files. In order to see it, you need to create a package which is not encrypted. You can do so setting a System Variable (in the Properties menu within ‘My ...

Azure
Sep 20, 2011
0
0

Eric Evans and Udi Dahan in Madrid! (DDD Conference and Workshops, Nov.2011)

Cesar De la Torre
Cesar De la Torre

Eric Evans and Udi Dahan in IASA DDD (Domain Driven Design) Conference and Workshops!!! (Nov.2011). This is a unique opportunity. On November 7th, there will be an initial conference (free registration) introducing DDD & CQRS, and then, during next days (Nov. 8th and Nov.10th), there will be several workshops run by Eric Evans and Udi Dahan, h...

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