About 25,600 results
Open links in new tab
  1. 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.

  2. 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, …

  3. 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 …

  4. 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 …

  5. 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 …

  6. 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.

  7. 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 …

  8. Windows Presentation Foundation for .NET documentation

    Learn about using Windows Presentation Foundation (WPF), an open-source, graphical user interface for Windows, on .NET.

  9. 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.

  10. 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 …