UWP – NuGet
NuGet NuGet is a package distribution system, it's very easy to add new functionality to your project using NuGet. You can add controls, helpers, converters, ... . These packages can be added to your solution (so it's available to all projects in the solution) or per project. For an example,…