Cesar de la Torre

Principal Program Manager at the Azure team.

Developing Apps for Office 2013 and SharePoint 2013

Starting this week, at the ‘SharePoint Conference 2012’, we have released new versions of the Microsoft Tools for developing Apps for SharePoint 2013 and Office 2013. This is a summary that I created about it. What are ‘apps’ for Office and SharePoint? Apps for Office and SharePoint are based on a new application model which shares ...

Storyboarding “MY EVENTS” Modern App

You can quickly illustrate a new or modified application interface by using PowerPoint Storyboarding, which is available with Microsoft Visual Studio 2012. With this tool you can build a storyboard from a collection of pre-defined storyboard shapes and capture existing user interfaces. Also, you can customize the layouts of your web, client, ...

Microsoft Platform Day – Developing LOB apps with Microsoft Platform (Milan June 13th, Madrid June 21st & Mexico city June 28th)

We are delivering the Microsoft Platform Day, “Developing LOB (Line Of Business) apps with the Microsoft Platform”, in Milan (Italy) on June 13th, Madrid (Spain) June 21st & Mexico city (Mexico) June 28th. Here I post a few pictures and also the URL to the presentations: Presentations: http://sdrv.ms/LX5FlN   (image)  ...

Creating a Windows 8 Release Preview Master VHD

You can install Windows 8 into a .VHD following a similar process (like this post I wrote) than when you install it on a raw hard drive, but if you want to have a clean master .vhd which is not related to any specific installation and machine name, and you want to re-use this master .vhd in many machines over time, then the following procedure...

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

Domain Driven Design (DDD) & Visual Studio 11 Beta ALM, great fit!

  Domain Driven Design (DDD) is especially suitable for creating long-term LOB Apps, but usually, DDD is presented as a very patterns & architecture related subject (topics like Bounded-Contexts, Domain-Models, patterns like Repository, Aggregate, Value-Object, etc.), like we actually did in our ‘DDD Patterns Guidance with .NET...