NuGet Lunch N Learn
NuGet is an open source Visual Studio extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects that use the .NET Framework. NuGet strives to make including libraries, open source or commercial, as easy as "Add Reference"
Have you developed a library or tool that you want to share with the community, or even just with colleagues in your organiziation? NuGet makes it easy for you to package and deploy your libraries/tools to other developers. Not only can you add assemblies and references via your NuGet package, you can also add configuration information, generated code, or even command to Visual Studio through Powershell.
Don't want to share your code outside you organization or team? Hosting your own private NuGet repository can be as simple as a creating a network share.
In this session you will learn:
- how to use NuGet to install, update, and remove libraries into your project
- how to build your own NuGet packages and push them to the NuGet gallery
- how to host your own NuGet repository using a number of approaches
Found out more about NuGet at http://nuget.org





