Package management has always been a pain in the .NET world. Developers must manually download the package from the vendors website and add a reference to their application. This can become a big headache if you are downloading multiple packages from different vendors. In this article we are going to introduce the NU framework which is inspired by the bundler framework in Ruby.