Creating Your Own NuGet Package
NuGet is a free, open source package management system for .NET applications. The primary goal of NuGet is to help developers simplify the process of incorporating third party libraries into their .NET applications. This step-by-step article shows what it takes to create your own NuGet package.