Working with Windows Registry in C# - Final Words (Page 5 of 5 )
You see, we've come to the end of this tutorial. Give yourself a pat on the back because now you can read, write, modify, and delete from/to the Windows Registry. This is very useful knowledge to have in a coder's arsenal because the things you can do with the registry are almost limitless.
Please do understand that this tutorial article mainly targets the beginner or intermediate programmer-- generally C# coders are familiar with the syntax of the language, but haven't had the chance to work with the registry yet. Therefore, I have started almost from the beginning, but leaped ahead assuming that the reader is able to follow along. It doesn't target the pros.
All kinds of settings and information about the operating system are stored in the registry, starting with file associations, usernames, and directory paths, all the way up to system policies and the specific details of any installed software. Whether you are designing a stand-alone application that works on Windows or just writing a simple script for administrative purposes, you can bet that working with the registry could make your job easier.
If you still have unanswered questions or are facing some programming issues, then don't hesitate to join our community at "DevHardware Forums" or any other forum in the Shed network that specializes in coding, such as the "DevShed Forums." Our communities are friendly and we're doing our best to help. See you there.
| DISCLAIMER: The content provided in this article is not warranted or guaranteed by Developer Shed, Inc. The content provided is intended for entertainment and/or educational purposes in order to introduce to the reader key ideas, concepts, and/or product reviews. As such it is incumbent upon the reader to employ real-world tactics for security and implementation of best practices. We are not liable for any negative consequences that may result from implementing any information covered in our articles or tutorials. If this is a hardware review, it is not recommended to open and/or modify your hardware. |