Files
docs-desktop/dotnet-desktop-guide/framework/wpf/getting-started/index.md
T
Andy (Steve) De George e9fcf43083 Merge pull request #1135 from dotnet/adegeo-links
Correct .NET Framework links that pointed to old .NET 5 URLs
2021-08-11 12:04:34 -07:00

2.2 KiB

title, description, ms.date, helpviewer_keywords, ms.assetid
title description ms.date helpviewer_keywords ms.assetid
Getting Started Create desktop client applications with the UI framework of Windows Presentation Foundation (WPF), a subset of the .NET Framework. 01/26/2018
getting started [WPF]
introduction [WPF]
WPF [WPF], getting started
04f91da8-708c-46c7-8172-f1695ec847cd

Get started (WPF)

Windows Presentation Foundation (WPF) is a UI framework that creates desktop client applications. The WPF development platform supports a broad set of application development features, including an application model, resources, controls, graphics, layout, data binding, documents, and security. It is a subset of the .NET Framework, so if you have previously built applications with the .NET Framework using ASP.NET or Windows Forms, the programming experience should be familiar. WPF uses the Extensible Application Markup Language (XAML) to provide a declarative model for application programming. This section has topics that introduce and help you get started with WPF.

Where should I start?

I want to jump right in… Walkthrough: My first WPF desktop application
How do I design the application UI? Designing XAML in Visual Studio
New to .NET? Overview of the .NET Framework

Getting Started with Visual C# and Visual Basic
Tell me more about WPF… Introduction to WPF in Visual Studio

XAML in WPF

Controls

Data Binding Overview
Are you a Windows Forms developer? Windows Forms Controls and Equivalent WPF Controls

WPF and Windows Forms Interoperation

See also