README.md
This repo contains the samples that demonstrate the API usage patterns and popular features for the Windows Presentation Foundation in the .NET for Desktop. These samples were initially hosted on MSDN ( https://msdn.microsoft.com/ ), and we are gradually moving all the interesting WPF samples over to GitHub. All the samples have been retargeted to .NET 10.0.
You can also find an archive of samples targeting .NET 4.7.2 in the netframework branch.
The samples in this repo are generally about illustrating specific concepts and may go against accessibility best practices. However, the team has spent some time illustrating accessibility best practices in a subset of these samples.
Unless otherwise mentioned, the samples are released under the MIT license
Help us improve out samples by sending us a pull-request or opening a GitHub Issue
These samples require Visual Studio 2026(v18.1) to build, test, and deploy, and also require the most recent .NET 10 SDK.
Get a free copy of Visual Studio 2026 Community Edition
These samples require Visual Studio 2022(v17.7) to build, test, and deploy. Depending on the version of the applications you may need different SDKs.
Get a free copy of Visual Studio 2022 Community Edition
WPF on .NET has been open-sourced, and is now available on Github
To use the samples with Git, clone the WPF-Samples repository with 'git clone https://github.com/microsoft/WPF-Samples'
After cloning the WPF-Samples respository, there will be two solution files in the root directory: WPF-Samples.sln and WPF-Samples.msbuild.sln
msbuild or Visual Studio, and will not compile with dotnet build. These projects contain C++ code, for which there is no support in dotnet buildThe easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in Visual Studio 2022.
Notes: