Hire my services

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

http://mdssolutions.co.uk

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. Also, I'm going to try and keep the site ad free so that the site is focussed completely on providing good quality information.

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

ADO.NET Data Services (formerly "project Astoria") is a new mindset to developing data driven applications. Based on a RESTful architecture, this tool provides powerful services for querying and altering your data. This article will walk you through the steps of exposing your data as a service and consuming it with AJAX.

ICRA (the Internet Content Rating Association) is part of the Family Online Safety Institute, an international, non-profit organization of internet leaders working to develop a safer internet. This article details how to go ahead with the steps of creating labels and incorporate them in your website and it also show how to do the same with the Pics method of the ASP.NET Response object.

We will build a very simple web chat application using the latest ASP.Net 3.5, LINQ, and AJAX from scratch just for fun and see how fast we can build it using LINQ. The web chat will: be accessible anywhere, be flicker-free, not use frames, not use application variables.

The Accordion control is a flexible way to group data output to the screen. This article demonstrates the usage of the control to data bind information in ASP.NET. Brian clearly examines each step in detail with the help of database structure diagram, relevant explanation, and plenty of source code.

Bertrand Le Roy explains how to generate thumbnails in ASP.NET

This article illustrates creating custom data fields, used by the GridView and DetailsView controls. This article looks at simplifying the process by creating a base class to make future development easier.

In this tutorial series I have explained how to work with asp.net 2.0 client callback mechanism and how to use them as AJAX patterns in your applications.

Use ASP.NET AJAX to create web applications for the iPhone.

In this tutorial series I have explained how to work with ASP.NET 2.0 client callback mechanism and how to use them in your applications.

Web pages rarely stand alone. Web applications almost always need to track users who visits multiple pages, whether to provide personalization, store information about a user or to track usage for reporting purposes.