Windows Azure: Developing and Managing Applications Training Course

Windows Azure: Developing and Managing Applications Training Course:



'via Blog this'

High performance C# byte array to hex string to byte array - CodeProject

High performance C# byte array to hex string to byte array - CodeProject: "BitConverter.ToString"



'via Blog this'

Unraveling the Mysteries of .NET 2.0 Configuration - CodeProject

Unraveling the Mysteries of .NET 2.0 Configuration - CodeProject:

With .NET 2.0, the days of writing your own (probably complicated, poorly-performing and tedious) code to manage custom XML configuration structures are over. The custom configuration capabilities of the built-in XML configuration subsystem in .NET 2.0 have been greatly revamped, boasting some extremely useful and time saving features. With relative ease, just about any XML configuration structure you might need is possible with a relatively minimal amount of work. In addition, deserialization of the XML in a .config file can always be overridden. This allows any XML structure necessary to be supported without losing the other advanced features of .NET 2.0 configuration.

'via Blog this'