Archives
-
Server installation options for ASP.NET MVC 2
I’ve answered several questions about installing ASP.NET MVC 2 on a server lately, and since I didn’t find a full summary I figured it was time to write one up. Here’s a look at some of the top options:
-
CodePlex now supports ClickOnce
I’m really excited to see that CodePlex just added support for ClickOnce!
-
Using ViewModel information in an ASP.NET MVC 2 Editor or Display template
Editor and Display templates are a great new feature in ASP.NET MVC 2. They allow you to define a template which will be used for any datatype you’d like, and they can be set per-controller or site-wide.