Daily Archives: May 11, 2009

ASP.NET MVC – Helpers

This is the third in a series of posts about things I found out while learning ASP.NET MVC. Today : Helpers. Helpers are, as their name suggests, helpful things. If, for example, you want to add the current assembly version … Continue reading

Posted in Uncategorized | 1 Comment

ASP.NET MVC – Deploying on Win XP

This is the second in a series of posts about things I found out while learning ASP.NET MVC. Today : Setting up your development XP machine to run your site. This is actually quite a simple one, but be warned, … Continue reading

Posted in .NET | Tagged , , | Leave a comment

ASP.NET MVC – Preparing for the real world

This is the first in a series of posts about things I found out while learning ASP.NET MVC. Today : adding jQuery support that will work wherever the app is deployed in a directory structure. In order to reference the … Continue reading

Posted in .NET | Tagged , | 1 Comment