HomeCommunityOnline Articles

Online Articles

Pagination & Sorting as Usercontrol

Merry Joseph writes a user control which handles pagination and sorting.

ASP.NET 4 URL Routing : A Quick Overview

URL routing enables the developer to make URLs flexible, dynamic and readable. URL Routing was originally devised for ASP.NET MVC and has been implemented as a core feature in it. Let's see a simple example of implementing Routing in ASP.NET Web Forms

Revisit the Context Option of Persistent State Management in ASP....

The Context.Items option of persistent state management is one of the lesser known options but it's a good technique in peculiar scenarios and worth mastering.

Keep ASP.NET Error Pages out of Search Engines

In a production environment, users should not be presented the default ASP.NET error pages. Instead they should be offered clean, understandable error pages giving them a sensible explanation of the error, along with suggestions to continue their journey on the website. Besides usability concerns, it's also an important security practice to not leak details about application details to those who might tinker with your application!

Dividing ASP.NET MVC Components in Separate Projects

Nandip Makwana demonstrate how to separate model, controller and view in different library projects.

Using HTML5 Web Storage in ASP.NET

HTML5 Web Storage provides a streamlined data storage mechanism that allows developers to store data on the client as key-value pairs. This article explores what Web Storage is, its flavors and illustrates how Web Storage data can be transferred between client and server in ASP.NET websites.

Bundling and Minification in ASP.NET 4.5

This article gives an in-depth look at Bundling and Minification features introduced in the ASP.NET 4.5 developer preview.

How to Use FlyComet in a ASP.NET MVC3 Project

Explains how to use the COMET project in ASP.NET MVC 3 for sending push updates and receiving live updates using IHttpAsyncHandler.

ASP.NET - Build a Google Plus Custom Search Engine

The default search box on Google+ only finds people. Fortunately, thanks the Google Custom Search Engine (CSE) offering, it's a snap to build your own. We look at two different ways to implement it - one in a single, "self-contained" ASP.NET page, and the other with a page that has the search form but redirects to a second page.

Creating Custom Project Template for Visual Studio with Pre-Insta...

In this follow up article of "Creating custom project template with wizard for Visual Studio" Kedar Kulkarni explains how to create a custom project template in Visual Studio with pre-installed NuGet packages.

Micro Caching in ASP.NET

This article looks at an efficient micro caching solution for ASP.NET for managing high volume traffic where there is heavy database access.

Free Hands-On Lab on Orchard CMS

Microsoft MVP Kris van der Mast shares a dedicated hands-on lab on how to get started with Orchard CMS, an ASP.NET MVC 3-based CMS system.

Improved File Upload Control in HTML 5

In this short article, Kedar Kulkarni demonstrates how to take advantage of the improved file upload control in HTML 5.

More ASP.NET PageMethods with jQuery and JSON

The PageMethod is a static method in an ASPX page codebehind that is decorated with the WebMethod attribute. This can be called from external client code via the url "PageName.aspx/MethodName". Using jQuery's $ajax function is probably the easiest way to make these calls,although they can also be called via Microsoft AJAX and by other means. Here we provide three examples of PageMethods, of increasing complexity, and show how to set up each PageMethod, as well as how to consume and display

How to Validate Data provided in MVC URL’s

This article explains how to validate data passed in MVC URL’s.

    Page 1 of 239   Page 2 >  Last >>

» Submit an article and Gain Recognition Points

Community Recognition Program

Yesterday's Top Movers

ignatandrei earned 168 points yesterday.

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