by StevenLJackson1
How you can structure your solution and project files in Visual Studio to make updating your assemblies' version number much easier.
by Marius Bancila
In this article I'm generalizing it and extending "Loading Assemblies in pearate Directories" with some helper functionality.
by pasztorpisti
A custom implementation of the FindResource() and LoadString() functions with better error indication. Pointing the direction for those who want to learn the binary PE resource format.
by pasztorpisti
How to load DLLs by allocating memory and loading the DLL file and then relocating/importing.
by amitdeshmukh1010
Accessing class object present in exe from explicitly loaded DLL using Inheritance and virtual function.
by John Simmons / outlaw programmer
Determine the nature of the entry assembly
by GraemeKMiller
How to add a DLL to the GAC
by John Bandela
Describes a build of leveldb for windows that works in both g++ and visual c++ using the same dll