NuGet – My favorite .Net OSS project of the year 2010

Posted by shiju on ASP.net Weblogs See other posts from ASP.net Weblogs or by shiju
Published on Wed, 22 Dec 2010 06:52:49 GMT Indexed on 2010/12/22 6:54 UTC
Read the original article Hit count: 519

Filed under:
|

NuGet is a free, open source, package management system for the .NET platform.NuGet is a member of the  the Outercurve Foundation. NuGet is very useful tool for .NET developers who are using open source libraries for their applications. NuGet enables .NET developers to easily discover, download, install and update packages into .NET projects. NuGet will also handles dependency management between libraries. Today, the .NET open source community is widely growing and providing huge set of useful libraries. Using NuGet, .NET developers can easily find and update these libraries into their .NET projects. The client-side NuPack tools provides full integration with Visual Studio 2010. You can get NuGet form its project site  http://nuget.codeplex.com. Read the Getting Started page at Codeplex to learn how to use NuGet

The below screen shot shows NuGet package window for add library package reference wit hin the Visual Studio 2010.

NuGet_PackageRef

© ASP.net Weblogs or respective owner

Related posts about ASP.NET

Related posts about .NET