nu - Gems for .NET
Package management has been on my mind for months as one of the greatest short comings in .NET. If you spend two hours using Ruby and gems, you realize how much easier it is than finding the appropriate .NET assemblies to use. It also promotes using open source libraries, instead of re-inventing the wheel. nu aims to provide this for .NET. I checked it out tonight. Here is my experience. First step is to install it, and ruby is the only pre-req. »