Technology, Data and Science

Learning NuGet

This course is an introduction to NuGet, the official package manager for .NET. Packages are essentially compiled libraries packed together with descriptive metadata into an easily shareable unit, meaning NuGet lets developers leverage a massive ecosystem and utilize existing solutions as a foundation instead of building everything from scratch.

Instructor Christopher Gill covers NuGet essentials like package management, the tools and resources NuGet provides, and how to use those tools to leverage and contribute to the extensive .NET ecosystem. He also covers the ins and outs of NuGet.org, the central repository for .NET developers to find and publish .NET packages.

Learn More