1.Introduction
NuGet is a Visual Studio extension which makes it easy to add, remove, and update libraries and tools in Visual Studio Projects that use the. NET Framework. This is topic lists documentation that would help you to use NuGet packages and create your own.
NuGet is an open source project, and the project is sponsored by several Microsoft personnel. If you are concerned about nuget advice to focus on these two people:
A.david Ebbo Http://blog.davidebbo.com/Twitter: @davidebbo
B. Phil Haack http://haacked.com/
2.Why NuGet
The use of NuGet can shorten the time we download and add DLLs. When NuGet is not applicable, we add a DLL to download, extract, add references, and so on. Using NuGet only requires one step.
As you can see, after using NuGet, the configuration of the DLL can be added automatically, and the DLL can be updated automatically when a new version appears.
Another advantage of using NuGet is that after you add a DLL, it automatically adds the associated DLL to the reference.
3. Install NuGet
You can go to CodePlex to download NuGet, or install NuGet using VS2010 's extension Manager:
About the use of nuget, I'll give you a description of how to use the Help command:
4.NuGet Package and feed:
1. How to pack a NuGet package: http://nuget.codeplex.com/wikipage?title=Creating%20a%20Package
2.Hosting Your Own Local and Remote NuGet Feeds
Http://haacked.com/archive/2010/10/21/hosting-your-own-local-and-remote-nupack-feeds.aspx
5.nuget.org
Only need to register an account to upload package. If you need to share a module or project with someone, try sharing it with NuGet.