Andyk Docs
CSharp
Items
5
19 Feb 10
Figure-Program-Code-SetConnectionString-002.png

Function bool SetConnectionString(RegistryKey key, string value): Encrypt the new connection string and write it back to the ADMINDBPS registry key.

IMAGE/PNG: Function bool SetConnectionString(RegistryKey key, string value): Encrypt the new connection string and write it back to the ADMINDBPS registry key. (CSharp, Commerce Server 2007, Development, Tutorial)

Parent document:Manually-setting-CS2007-MSCS-Admin-database-connection-string

Tags:CSharp, Commerce Server 2007, Development, Tutorial

19 Feb 10
Figure-Program-Code-GetConnectionString-003.png

Function GetConnectionString(RegistryKey key): Read the MSCS_Admin connection-string from the Registry and decrypt it with the local machine key.

IMAGE/PNG: Function GetConnectionString(RegistryKey key): Read the MSCS_Admin connection-string from the Registry and decrypt it with the local machine key. (CSharp, Commerce Server 2007, Development, Tutorial)

Parent document:Manually-setting-CS2007-MSCS-Admin-database-connection-string

Tags:CSharp, Commerce Server 2007, Development, Tutorial

19 Feb 10
Figure-Program-Code-GetCS2007RegistryKey-004.png

Function RegistryKey GetCS2007RegistryKey(): Retrieve Commerce Server 2007 Registry-Key

IMAGE/PNG: Function RegistryKey GetCS2007RegistryKey(): Retrieve Commerce Server 2007 Registry-Key (CSharp, Commerce Server 2007, Development, Tutorial)

Parent document:Manually-setting-CS2007-MSCS-Admin-database-connection-string

Tags:CSharp, Commerce Server 2007, Development, Tutorial

21 Mar 09
Message posted by Andreas Koch on Saturday, 21 March 2009 - 08:03:25

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

21 Mar 09
Message posted by Andreas Koch on Saturday, 21 March 2009 - 08:03:03

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