Learn how to create your own file extensions and secure Web applications using HTTP Handlers and HTTP Modules.
Articles Written by Quin Street
Creating a .NET Web Service
This is the first of two articles on Web Services by Chris Peiris. Learn to create a .NET Web Service using C# and examine the Discovery protocol, UDDI, and the future of Web Services.
The ASP.NET Page Life Cycle
Solomon Shaffer explores the life cycle of an ASP.NET page from initialization to unloading. He also explains the various methods to override ASP.NET server-side events.
Tuning Up ADO.NET Connection Pooling in ASP.NET Applications
Connection pooling increases the performance of Web applications by reusing active database connections instead of creating a new connection with every request. This article shows how to monitor the connection pool, diagnose a potential problem, and apply the appropriate fix.
The ASP.NET 2.0 TreeView Control
Thiru Thangarathinam introduces ASP.NET 2.0's new TreeView control which provides a seamless way to consume and display information from hierarchical data sources. The article discusses this new control in depth and explains how to use this feature rich control in your ASP.NET applications.
Using Forms Authentication in ASP.NET - Part 1
Creating custom authentication schemes just became easier. Jeff Gonzalez shows us how to use Forms Authentication in ASP.NET.
