Function bool SetConnectionString(RegistryKey key, string value): Encrypt the new connection string and write it back to the ADMINDBPS registry key.
Parent document:Manually-setting-CS2007-MSCS-Admin-database-connection-string
Tags:CSharp, Commerce Server 2007, Development, Tutorial
Function GetConnectionString(RegistryKey key): Read the MSCS_Admin connection-string from the Registry and decrypt it with the local machine key.
Function RegistryKey GetCS2007RegistryKey(): Retrieve Commerce Server 2007 Registry-Key
Searching for a better .NET disassembler than Red Gate's Reflector - one that can export a whole dll. Any tips? #dotnet #csharp #Reflector
Tags:CSharp, Reflector, dotnet
D'oh! Nevermind. Just found a Reflector Add-In which does the trick: Denis Bauer's Reflector.FileDisassembler #dotnet #csharp #Reflector
Tags:CSharp, Development, Reflector, dotnet