Tonigt I downloaded the WP7 Developer Tools on a new VHD (Boot to VHD). I'd I'd have to say ... its super easy. File --> New As soon as the tools are installed you can select File --> New …
ASP.NET MVC REST API WINDSOR CONTROLLER FACTORY
I’m using the ASP.NET MVC REST Toolkit for a REST API I’m building for a mobile infrastructure. Long story short, it will be responsible for service hundreds of thousands (if not millions) of users …
Continue Reading about ASP.NET MVC REST API WINDSOR CONTROLLER FACTORY →
Slides from MVC2 Talk
I apologize for being a bit late on posting these ... Here are the slides from last Thursday's "What's New in MVC2" talk at the Twin Cities .NET User Group Meeting. Download Slides …
I’m a Considered a Top Android Dev, Cool!
This last Tuesday I received an email from the Android Market Seeding Program letting me know the following: Due to your contribution to the success of Android Market, we would like to present …
Continue Reading about I’m a Considered a Top Android Dev, Cool! →
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 …
Continue Reading about Editable Grid / List Binding in MVC2 →
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 …