3/6/2003 3:51:35 PM
Registry In's and Out's Using C#This is an article on using the Registry in C#. Having been looking around the web and on the MSDN libraries, I have determined that there is not a complete guide on using all the registry tools accessible using C#. So this article is going to cover all methods exposed to the user when developing in C#. Firstly i would like to say that I am very aware that the current consensus is that we should not be using the Registry to hold information about our programs anymore and that the ".NET" way is to store information in XML files. Well if that is you then you don't really need this article, however if you are accessing information from the registry then this is the source for you, please note that i have also included information from my previous article on "Advance Registry Access in C#". Ok so lets get down to business.
Other Headlines from C# Help ...
- Registry In's and Out's Using C#
- Garbage collection in .NET
- Bulk Date Changer using .Net Framework
Click here for more C# Help headlines
More Articles Headlines ...
- Using the XSD Inference Utility
- TaskVision Solution Overview: Design and Implementation
- Creating Assemblies On The Fly Using Code DOM
- Obtaining System Information
- CodeDOM: How to achieve code generation in .NET - Part 1