Monday, November 09, 2009 by Jeffrey Palermo, Ben Scheirman, and Jimmy Bogard
This article introduces the essential concepts of the ASP.NET MVC framework, dissects the MVC pattern, and provides real-world examples to illustrate how it works.
Sunday, November 08, 2009 by Shivprasad Koirala
Bandwidth performance is one of the critical requirements for every website. In today’s time major cost of the website is not hard disk space but its bandwidth. So transferring maximum amount of data over the available bandwidth becomes very critical. In this article we will see how we can use IIS compression to increase bandwidth performance.
Saturday, November 07, 2009 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 extender control called QueryExtender control with ASP.Net 4.0(Currently in beta) release that works with LINQ.
Friday, November 06, 2009 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, November 05, 2009 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, November 04, 2009 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 consumers will navigate around your service at run time. Getting these things right is often overlooked, but they're central to realizing the full potential REST has to offer.
Tuesday, November 03, 2009 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.
Monday, November 02, 2009 by Mike Brind
There are a number of jQuery star rating plugins to choose from. All have their pros and cons. For this site, I decided to implement the one from FyneWorks because it allows for split stars. Here's how I did it.
Sunday, November 01, 2009 by Bryian Tan
There are times when our applications might take an extra few seconds to respond to a click event. Some users might get impatient and click on the button more than once. We can easily avoid this type of situation by disabling the submit button during PostBack on the page by using a client side script.
Saturday, October 31, 2009 by Brad Wilson
A 5-part blog post series on using the new Templates feature of ASP.NET MVC2. Brad Wilson is a developer on Microsoft's ASP.NET team.
Friday, October 30, 2009 by Rick Strahl
This article revisits creation of a jQuery based client to call WCF and ASMX Web services using only the jQuery library and some helper code. The article shows a few examples and demonstrates what's involved in creating an easy to user interface to call service methods with a single command.
Thursday, October 29, 2009 by Malcolm Sheridan
The following article demonstrates how to use jQuery’s Ajax functionality to load data from LINQ to SQL into jQuery’s tabs control
Wednesday, October 28, 2009 by Shivprasad Koirala
This article discusses how we can use performance counter to gather data from an application. Here we shall first understand the fundamentals and then we shall see a simple example from which we will collect some performance data.
Tuesday, October 27, 2009 by Prashanth Menon
In this article you will learn how to animate a web form using ASP.NET Ajax.
Monday, October 26, 2009 by William Duffy
An article describing the steps to create a reusable control that reads a remote xml RSS file and binds its data to a repeater then caches the result for fast presentation.
» Submit an article and Gain Recognition Points