In this chapter, you'll learn:
How to use the NuGet package manager to install helpers, and how to create a NuGet package.
NuGet is a Visual Studio extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects that use the .NET Framework. Learn how to install it, and how to work with packages.
This topic describes how to find, install, remove, and update NuGet packages using the Manage NuGet Packages dialog box.
Learn how to create and publish a NuGet package.
This blog post by Scott Hanselman contains links to videos and slides that explain how NuGet fits into the software development lifecycle in an enterprise environment.
In this blog post, Scott Hanselman explains how to use the NuGet ImageResizer package to resize, crop, flip, and rotate images.
In this video Scott Hanselman goes from the basics of how to make and publish a NuGet package to "extreme" NuGet, and covers NuGet for enterprise and commercial use.