A few notes for my research list:
- LINQ to Everything: LINQ to Registry.
- Get A List Of Installed Applications Using LINQ And C# | Deepak Kapoor.
- GetSubKeys – static function provides recursive access to registry keys with LINQ queries or foreach loops – C# – Snipplr Social Snippet Repository.
- LINQ Registry Example 1.
- LINQ Registry Example 2.
- Working with Registry in LINQ.
- Working with File System and Registry in LINQ.
- Registry In’s and Out’s Using C# | C# Help.
- RegistryKey.GetSubKeyNames Method (Microsoft.Win32).
- C# How do i iterate through the registry? – Stack Overflow.
One important thing that most of the code examples miss is to close the registry keys when they are done with them.
–jeroen