Friday, Nov 6 by Amit Patel
This article explains two approaches to determine if an HTTP request is coming from a mobile phone and then redirecting the request to a page optimized for a mobile browser.
Thursday, Nov 5 by Scott Allen
The Health Monitoring features introduced in ASP.NET 2.0 can be used with the new ASP.NET MVC framework to capture important diagnostic information. This article show you the basic configuration you need to get started.
Wednesday, Nov 4 by Aaron Skonnard
A RESTful service is a web of resources that programs can navigate. When designing a RESTful service, you have to think carefully about how your web will work. This means designing resource representations with links that facilitate navigation, describing service input somehow, and considering how...
Tuesday, Nov 3 by Steve Michelotti
In this article, Steve Michelotti examines various patterns that have emerged with dealing with view models in ASP.NET MVC solutions and discussing the strengths/weaknesses of each.