Friday, February 10, 2012 by Merry Joseph
Merry Joseph writes a user control which handles pagination and sorting.
Thursday, February 09, 2012 by Mahesh Sabnis
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
Wednesday, February 08, 2012 by Vishwas Sutar
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.
Tuesday, February 07, 2012 by André N. Klingsheim
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!
Monday, February 06, 2012 by Nandip Makwana
Nandip Makwana demonstrate how to separate model, controller and view in different library projects.
Sunday, February 05, 2012 by Bipin Joshi
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.
Saturday, February 04, 2012 by Abhijit Jana
This article gives an in-depth look at Bundling and Minification features introduced in the ASP.NET 4.5 developer preview.
Friday, February 03, 2012 by Muthukumar.V
Explains how to use the COMET project in ASP.NET MVC 3 for sending push updates and receiving live updates using IHttpAsyncHandler.
Thursday, February 02, 2012 by Peter A Bromberg
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.
Wednesday, February 01, 2012 by Kedar Kulkarni
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.
Tuesday, January 31, 2012 by Keith
This article looks at an efficient micro caching solution for ASP.NET for managing high volume traffic where there is heavy database access.
Monday, January 30, 2012 by Kris van der Mast
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.
Sunday, January 29, 2012 by Kedar Kulkarni
In this short article, Kedar Kulkarni demonstrates how to take advantage of the improved file upload control in HTML 5.
Saturday, January 28, 2012 by Peter A Bromberg
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
Friday, January 27, 2012 by Shivprasad Koirala
This article explains how to validate data passed in MVC URL’s.
» Submit an article and Gain Recognition Points