I haven't written any ASP.NET articles in quite some time. The topics that I covered
in the articles listed below are by no means complex. I wrote these articles a few years ago
and simply wanted to provide some links to their content. I will also write a thing or two
about ASP.NET to my blog.
May 16, 2008
Exploring ASP.NET Configuration Data
The configuration data for ASP.NET web applications is typically stored in the appSettings node, or a config section of the Web.Config file.
However, in some production scenarios, configuration data may need to be shared among more than one ASP.NET web application.
In this article, I will show how to use C# to build a configuration object that serializes to an XML file for use among
many web applications as well as show you traditional means of storing data in the Web.Config file.
Design Studio Mag : November 1, 2005
Build Your Own Cookie Class
In this article, I demonstrate how to use ASP.NET and C# to create a class that can be used to manage a custom cookie for your ASP.NET application.
Design Studio Mag : October 3, 2005
Form Mailers: Basic and Elegant
HTML mailto links are a common source of frustration for website visitors who have not configured a default mail client.
This article shows you how to use ASP.NET Web Forms and C# to create Form Mailers for basic and HTML formatted emails.
Design Studio Mag : September 1, 2005