Back to course

NuGet Package Manager

.NET Zero to Hero: Master C# and Modern App Development

Expanding Functionality with NuGet

NuGet is the package manager for .NET. It allows you to download and use libraries created by other developers (like NewtonSoft.Json, EntityFramework, etc.).

How to use:

  1. Via Visual Studio: Right-click project -> Manage NuGet Packages.
  2. Via CLI: bash dotnet add package Newtonsoft.Json