Not too long ago, Microsoft released, NuGet, an automated packagemanager for Visual Studio. NuGet makes it easy to download and installassemblies, and their references, into a Visual Studio project. Theseassemblies, which I loosely refer to as packages, are often open source, andinclude projects such as Nhibernate.In this ...