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:
- Via Visual Studio: Right-click project -> Manage NuGet Packages.
- Via CLI: bash dotnet add package Newtonsoft.Json