Event Online: ASP.NET MVC
May 10th, 2008
This post announces an event for the spanish talking community
El martes 13 de Mayo, con mi amigo experto en ASP.NET MVC, Juan Pablo Garcia, vamos a dar una introducción al nuevo framework de 45 minutos. Usaremos el Preview 2 y durante la presentacion haremos una demo que abarca la mayor parte de los conceptos nuevos de ASP.NET MVC.
Se pueden registrar aca: http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032376090&EventCategory=4&culture=es-AR&CountryCode=AR
ASP.NET MVC Visual Studio 2005 Template
December 11th, 2007
For those who don’t have VS 2008 yet, I created the VS 2005 templates
You will get two kind of solution/project templates (the same you get for VS 2008)
The MVC framework uses anonymous types extensively (for instance when you add Routes and set Defaults values for the route segments). You can see I provided an MvcDefaults class in the template which contains common properties like controller, action and id. You can either use that approach or install support for C# 3.0 in VS 2005.
Download ASP.NET MVC Visual Studio 2005 Templates (VSI format)
Enjoy!