C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Santhi Maadhaven(1)
Joel Matthies(1)
Mahesh Chand(1)
Scott Newman(1)
Prakash (1)
Resources
No resource found
Accessing Registry using ASP.NET
Jul 08, 2005.
In this article, we will see how to access the registry using ASP.NET. We will see one simple example to check where Visual Studio installed on our machine.
Saving and Restoring Location, Size, and Window State of a Form
Mar 01, 2002.
This article presents a simple C# class that may be added to a form to automatically do this. When I designed this class I wanted to be able to add it to a form using the least amount of code and also be able to add it to a form from the toolbox.
Working with Windows Registry
Sep 25, 2001.
In this small tutorial, I'll show you how to read, write and delete Windows Registry.
Reading and Writing to the Registry
Feb 28, 2001.
This is a class that both reads and writes to the registry that I made while converting some applications to use C#.
How to read Windows Registry?
Jan 26, 2001.
In .NET, the Registry and RegistryKey classes can be used to read and write registry ...