Unboxing the ASP.NET MVC 4 Developer Preview

Posted on September 21st, 2011

Holy crap, ASP.NET MVC 4 already? Yep, the release cycle is becoming fairly consistent. Of course MVC 4 is not released yet, bu the developer preview is out! I'm not really sure if software is worthy of an unboxing event, but let's give it a shot. Without further ado, I present a graphical journey (that means no code in this post) through the unboxing of the ASP.NET MVC 4 Developer Preview.

Opening Notes

Like previous releases, this one can be installed along side other versions of ASP.NET MVC. My current workstation has all 3 prior versions installed at the time of this unboxing.

Pre-install Programs and Features

Installing from the Web Platform Installer

Information about the MVC 4 Developer Preview release is available on the ASP.NET MVC site. There you will find the big green "Install Now" button that will launch the Web Platform Installer with MVC 4 pre-selected.

alt text

Apparently my machine meets all the prerequisites, and the only thing configured to install is MVC 4.

Web Platform Installer Step 2

Accepting the license terms starts the install, where I am greeted with the progress bars as well as some advertising tempting me to give Windows Azure a spin.

Web Platform Installer Step 3

After about a 10 minute wait I receive the "you're all clear kid" message.

Web Platform Installer Finished

Side by side

Hopping back into my Programs and Features I can see that MVC 4 has joined the party.

Programs and Features Updated

Visual Studio 2010 changes

Let's take a look at what the install has done to Visual Studio 2010. As expected, I am presented with a new "New Project" template.

New Project Dialog

The MVC 4 template works the same was as MVC 3, in which you select a version of MVC to target and then you are presented with project template options.

Project Template Options Dialog

One interesting thing to note here is not only the inclusion of a "Mobile Application" template, but also if you select any of the 3 templates the "Use HTML 5 semantic markup" checkbox is automatically ticked and disabled from changing. These templates use HTML 5 in the view markup. Having this option disabled, while minor, is a nice little UI touch.

Project Template HTML 5 checkbox

So what does the new default project look like? I created an "Internet Application" project template and tickled the F5 key...bam!

New MVC 4 Project Template Site Preview

Wrapping it up...but not really 'cause it is unboxed!

So there we have it. ASP.NET MVC 4 Developer Preview installed along side my existing instances of MVC. It will be interesting to see what the process will be of updating this version of MVC 4 come release time. My assumption is that this version will need to be uninstalled prior to the install of the final release candidate. Maybe that will warrant a "Reboxing to Unboxing - How to refactor your MVC 4 install" post.

Discussion

Emilio
Emilio
02 Oct, 2011 10:33 PM

great review, i just looked into it after seeing this

Your Comments

Preview