Stories recently tagged with 'Registry'

Class Diagrams for the .NET Windows Registry(model-xtractor.com)

submitted by cristiscucristiscu(15) 1 year, 8 months ago

Class diagrams and package diagrams for Microsoft.Win32 namespace. read more...

add a comment |category: |Views: 5

tags: another

Expose New Linq Operations from the HashSet<T> Performance Monster(blog.domaindotnet.com)

submitted by dcarrdcarr(790) 3 years, 8 months ago

Linq is not just about databases. It’s about reading the registry, your hard-disk, or even a list of function pointers to be invoked. Linq is about more event then sets (collections). It’s about making tasks easier in many cases and vastly more powerful (and most importantly your code more readable and maintainable at the same time). It’s astounding just how fast the HashSet<T> collection is. This post will show how to gain additional power that is fully supported from Microsoft which is often overlooked, yet it can solve some of the hardest problems (especially around performance however don’t prematurely optimize!). Linq, HashSet, ORM, NHibernate, Linq to NHibernate, Linq Undocumented, Functional Programming, .NET 3.5 read more...

3 comments |category: |Views: 530

tags: another

Hacking the GAC, How to enable standard directory browsing(devlicio.us)

submitted by dwhittakerdwhittaker(13.1k) 4 years, 8 months ago

Have you ever wanted to or needed to view the actual contents of the GAC? Not just what is in the GAC, but actually grab the assemblies that are there? read more...

add a comment |category: |Views: 22

tags: another

PowerShell Registry Find and Replace(codeassassin.com)

submitted by jstangroomejstangroome(665) 4 years, 9 months ago

Some functions for performing find and replace on registry values from PowerShell. read more...

add a comment |category: |Views: 566

tags: another

Adding Registry Import capability to your C# application(mycsharpcorner.com)

submitted by youseflayousefla(675) 5 years, 1 month ago

You can spawn the regedit.exe command utility to simply mimic it's behavior in your C# application, here is how... read more...

add a comment |category: |Views: 23

tags: another

Enable the Registry Editor(thith.blogspot.com)

submitted by poempoem(5) 5 years, 5 months ago

Sometimes, some virus disable your Windows Registry Editor. This post tells you how to re-enable it, the .NET way. read more...

2 comments |category: |Views: 13

tags: another