Cesar de la Torre

Principal Program Manager at the Azure team.

Entity Framework Code First DbContext and SQL Azure Connection Fault Handling

(image)   (image) I’ve been working migrating an App to Windows Azure and SQL Azure. This app is using Entity Framework 4.3 Code First and DbContext. One important point is related to the SQL Azure Conection Fault Handling. If you don’t know about this topic, you can read this explanatory info: http://social.technet.microsoft...

Just released V1.0 of our DDD NLayered Architecture Guide/Book and Sample-App (Free eBook)

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

Importing/Exporting data to SQL Azure databases using BCP and SQL Scripts

(image) The basic way: SQL Scripts + BCP There are also other methods you can use to export/import or even sync data like SQL Azure Migration Wizard, SQL Azure Data Sync, and even SSIS (SQL Server Integration Services). Also, instead of creating database schema using SQL Scripts, another new option is using the new DACPAC (Data Tier Packages...