Hire my services

If you would like to hire my services, you can now do so by visiting the following link:

Website Design Darlington

Article Statistics

ArticlesLatest Entry
2121-May-2008

Code Bank Statistics

CategoryTipsLatest Entry
Applications420-Feb-2008
Cache118-Apr-2007
Controls926-Jul-2007
CSS107-Sep-2007
Database428-Aug-2007
Dates128-Aug-2007
Email105-Mar-2007
Files123-Apr-2007
HTML101-Mar-2007
Images226-Mar-2007
Pages115-Oct-2007
Sessions122-Nov-2007
SQL Server1518-Mar-2008
Strings309-May-2007
Skip Navigation LinksHome

ASP.NET Library

Welcome to the ASP.NET library. The idea of this site is to provide ASP.NET articles, code and tips for professional ASP.NET developers.

I've tried to keep the site as simple as possible to navigate whilst still providing the quality content that will hopefully become a valuable resource for many of you developers out there. There is no membership section to this site so all content is free of charge and I won't be collecting any personal information from anyone viewing the site.

I'll also be using this site myself as a means of storing useful code that I've written, used in some of the applications I've built or simply think needs to be shared. If you have any additions that you think will benefit this site or any of it's readers, please let me know.

Latest Articles from: www.asp.net

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

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

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.

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.

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

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.

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

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

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

In this article, Sheo Narayan shows how to retrieve saved images from a SQL Server database and show them on an ASP.NET page.