Dotnet

NuGet Package Manager

PRO
Outline

Overview

  • Cover Package Managers
  • Learn about Nuget
  • How it compares to other package managers
  • Install necessary packages for our solution
  • Expand your skills with an exercise
  • Keep you on your toes with a pop-quiz!

What is Nuget Package Manager?

Nuget packages are a way for developers to create, share & consume reusable code. Visual Studio comes with a built-in tool set for managing Nuget Package. Optionally it also comes with a command-line feature where you can also manage packages.

Nuget is to .NET like:

Package Managers have become the defacto standard for almost every Operating System & Development Platform.

 

I finished! On to the next chapter