Posts Tagged ‘ASP.NET MVC’

VS2010 – My First ASP.NET MVC2 Web Application

Today, I installed VS2010 Ultimate and tried my hands on the first ASP.NET MVC2 application.
My Application Name was “My Performance”, Here is how the solution looks:

Now started the interesting part. As I did in ASP.NET MVC1, I just clicked “Run”…
And here is what I got:

The error list looks like below:

Oho…
So – I [...]

Migrating NERDDINNER to Cloud

I am currently working on Migrating NerdDinner ( the de-facto ASP.NET MVC application) to Windows Azure. I will be using SQL Services to port the SQL DB. Where as .NET Services for authentication an Azure Services for hosting.
The objective is to create a checklist of pre-requisites for migrating ASP.NET MVC applications to Windows Azure. [...]