Click here to Skip to main content
15,881,173 members
Articles / Web Development / ASP.NET

Decoding the Mysteries of .NET 2.0 Configuration

Rate me:
Please Sign up or sign in to vote.
4.90/5 (71 votes)
10 Dec 2006CPOL18 min read 226.9K   242  
Mysteries of .NET 2.0 Configuration framework
In this article, we will continue delving into the mysteries of the powerful .NET 2.0 Configuration framework, and learn how to write validated, type-safe, and performant configuration code.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
United States United States
Jon Rista has been programming since the age of 8 (first Pascal program), and has been a programmer since the age of 10 (first practical program). In the last 21 years, he has learned to love C++, embrace object orientation, and finally enjoy the freedom of C#. He knows over 10 programming languages, and vows that his most important skill in programming is creativity, even more so than logic. Jon works on large-scale enterprise systems design and implementation, and employs Design Patterns, C#, .NET, and SQL Server in his daily doings.

Comments and Discussions