Table of Contents

NuGet package for WPF UI

What's NuGet?

NuGet is a free, open-source package management system for the Microsoft .NET platform. It simplifies the process of finding, installing, and managing third-party libraries and tools in .NET projects. NuGet allows developers to easily add functionality to their projects without having to manually download and reference external libraries. It also provides a way for developers to publish and share their own packages with the .NET community. Overall, NuGet makes it easier to manage dependencies in .NET projects and helps to improve productivity for developers.

How to install WPF UI in Visual Studio using the NuGet Package Manager?

1. Create new WPF project

New project in Visual Studio

2. Open Manage NuGet Packages window via solution explorer

Manage NuGet Packages

3. In the Browse tab, enter "WPF-UI"

Browse tab in NuGet

4. Install WPF-UI package

Package installed

Done!

Package installed, to learn more, go to the Getting started page.