Online Articles

Getting Started with the ASP.NET MVC Framework

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.

Improve Bandwidth Performance of ASP.NET Sites Using IIS Compress...

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.

Building Efficient Search Page Using QueryExtender control in ASP...

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.

Mobile Device Detection and Redirection Using ASP.NET

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.

Health Monitoring and ASP.NET MVC

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.

RESTful Services With ASP.NET MVC

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.

ASP.NET MVC View Model Patterns

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.

jQuery Star Rater with ASP.NET MVC

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.

Disable an ASP.NET button during PostBack with AJAX loading backg...

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.

ASP.NET MVC 2 Templates

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.

A jQuery WCF/ASMX ServiceProxy Client

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.

jQuery Tabs and Lazy Loading

The following article demonstrates how to use jQuery’s Ajax functionality to load data from LINQ to SQL into jQuery’s tabs control

Using Performance Counters to Gather Performance Data

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.

Animating a Web Form using ASP.NET AJAX

In this article you will learn how to animate a web form using ASP.NET Ajax.

How to Consume an RSS XML Feed in ASP.NET

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.

    Page 1 of 186   Page 2 >  Last >>

» Submit an article and Gain Recognition Points

Community Recognition Program

Top Community Members

ecbruck is at the "All-Star" level with 86,754 points.

Learn about the Community Recognition program and visit the Hall of Fame.

Microsoft Communities