If you would like to hire my services, you can now do so by visiting the following link:
Website Design Darlington
Article Statistics
Code Bank Statistics
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.
This article gives an in-depth look at Bundling and Minification features introduced in the ASP.NET 4.5 developer preview.
Created by Abhijit Jana on 2012-02-04T22:22:14.3500000Z
Explains how to use the COMET project in ASP.NET MVC 3 for sending push updates and receiving live updates using IHttpAsyncHandler.
Created by Muthukumar.V on 2012-02-03T22:22:14.3500000Z
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.
Created by Peter A Bromberg on 2012-02-02T22:22:14.3500000Z
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.
Created by Kedar Kulkarni on 2012-02-01T22:22:14.3500000Z
This article looks at an efficient micro caching solution for ASP.NET for managing high volume traffic where there is heavy database access.
Created by Keith on 2012-01-31T22:22:14.3500000Z
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.
Created by Kris van der Mast on 2012-01-30T22:22:14.3500000Z
In this short article, Kedar Kulkarni demonstrates how to take advantage of the improved file upload control in HTML 5.
Created by Kedar Kulkarni on 2012-01-29T22:22:14.3500000Z
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
Created by Peter A Bromberg on 2012-01-28T22:22:14.3500000Z
This article explains how to validate data passed in MVC URL’s.
Created by Shivprasad Koirala on 2012-01-27T22:22:14.3500000Z
In this article, Sheo Narayan shows how to retrieve saved images from a SQL Server database and show them on an ASP.NET page.
Created by Sheo Narayan on 2012-01-26T22:22:14.3500000Z