Saturday, Nov 7 by Satheesh Babu
Building a search page is one of the very common and repeated tasks we do in any data driven websites. To do this, we will build a select query with where clause based on the search parameter suppplied through the input controls on the page. Understanding this need, Microsoft has introduced a new...
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...