
Introduction to the MVVM Toolkit - Community Toolkits for .NET
Nov 7, 2024 · Use this package for access to a collection of standard, self-contained, lightweight types that provide a starting implementation for building modern apps using the MVVM pattern.
Create a new app with Visual Studio tutorial - WPF
May 7, 2025 · In this tutorial, you learn how to use Visual Studio to create a new Windows Presentation Foundation (WPF) app. With Visual Studio, you add controls to windows to design the UI of the app, …
Patterns - WPF Apps With The Model-View-ViewModel Design Pattern
Dec 8, 2016 · By leveraging some core features of WPF in conjunction with the Model-View-ViewModel (MVVM) design pattern, I will walk through an example program that demonstrates just how simple it …
Create a basic data application with WPF and Entity Framework 6
Nov 11, 2025 · This tutorial shows how to create a basic forms over data application in Visual Studio. The app uses SQL Server LocalDB, the Northwind database, Entity Framework 6 (not Entity …
Data binding overview - WPF | Microsoft Learn
May 7, 2025 · Data binding in Windows Presentation Foundation (WPF) provides a simple and consistent way for apps to present and interact with data. Elements can be bound to data from …
Hello World app with WPF in C# - Visual Studio (Windows)
Nov 11, 2025 · In this tutorial, create a Windows Desktop .NET application in C# with Visual Studio by using the Windows Presentation Foundation (WPF) UI framework.
Get Started with WPF - EF Core | Microsoft Learn
Jul 14, 2021 · This step-by-step walkthrough shows how to bind POCO types to WPF controls in a "main-detail" form. The application uses the Entity Framework APIs to populate objects with data …
Windows Presentation Foundation for .NET documentation
Learn about using Windows Presentation Foundation (WPF), an open-source, graphical user interface for Windows, on .NET.
Tutorial: Modernize a WPF app - Windows apps | Microsoft Learn
May 13, 2022 · This tutorial demonstrates how to add UWP XAML user interfaces, create MSIX packages, and incorporate other modern components into your WPF app.
Putting things together - Community Toolkits for .NET
Nov 7, 2024 · Now that we've outlined all the different components that are available through the CommunityToolkit.Mvvm package, we can look at a practical example of them all coming together to …