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

Brady Gaster discusses the new web development features in Visual Studio 11 with Mads Kristensen and Jorge Gabuardi on Web Camps TV.

Gil Fink offers an end-to-end solution for generating view contorls according to Xml configurations. The solution can be rafactored to use databases or any other data sources in order to achieve the same results.

This article shows how to customize the asp:Chart control X or Y axis labels, its appearance, and the intervals of the label, etc.

Stephen Walther blogs a thorough introduction to the new ASP.NET Web API.

John V. Petersen demonstrates an ASP.NET MVC application that uses an ASP.NET Web API backed repository.

Rick Strahl explains why JSONP is useful and shows the code for an JSONP Custom Formatter for ASP.NET Web API.

There is a plethora of changes in VS 11 and the next .NET framework release that help improve developer productivity. This article focuses on the Web Developer specific functions in the release that promise to make day to day developer life much easier.

Brendan Forster announces a preview of the Code52 i18n pack for ASP.NET MVC 4 - a set of NuGet packages which assist in internationalization tasks for ASP.NET MVC 4.

Simply said, ASP.NET MVC TempData dictionary is used to share data between controller actions. The value of TempData persists until it is read or until the current user’s session times out.

Alexander Beletsky demonstrates some top new features in Razor syntax in ASP.NET MVC 4 and ASP.NET Web Pages 2.