Monthly Archives: February 2010

Editable Grid / List Binding in MVC2

Steve Sanderson has a great post on how to perform list binding with MVC2 and custom HTML Prefix Scoping. However, it did not demo the out of box functionality that MVC2 provides, so I’m going to do that here. Please note, I’m using MVC2 RC2 in this example. At the end if this post you…

ASPNET MVC2: TempData Now Persists

In MVC1, TempData did not persist: The value of TempData persists only from one request to the next. (source) This has changed in MVC2. The TempData dictionary will not persist data until the key is read from the dictionary. …We’ve changed the implementation in MVC 2 slightly as a result: the value will be removed…

ASP.NET MVC TempData Extension Methods

This is an sister class to some Session classes I wrote awhile back (which I never posted). I originally wrote these extension methods for the code camp eval system for Twin Cities Code Camp last year. But I needed it today at my client so I figured I’d post it here for future reference ……

My CODE Magazine Article Is Live

My first article with CODE Magazine is live. You can read it here. I cover ASP.NET MVC with the Spark View Engine. I cover a wide range of things and go in depth with examples with topics that include: Inline Code Element Constructs Partials Layouts and more … I hope you enjoy it! I enjoyed…

Spaghetti Code Podcast: Android Development

I was recently welcomed onto the set of another Spaghetti Code Podcast with Jeff Brand a few weeks back. Jeff and I discussed Android development, mobile development and what I think Microsoft needs to do to succeed in the world the mobile platform. Note: Part of the conversation seems to insinuate that Flash is the…