Files
docs-desktop/dotnet-desktop-guide/net/winforms/index.md
T
Andy De George c0ba284473 Initial winforms content migrated (#18)
* Merge winforms framework content to working branch (#14)

* Breadcrumb / TOC / Move net5 to net folder (#15)

* change path from net5 to net

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Add .net 5 winforms placeholder article (#16)

* added some metadata and adjusted net5 placeholder

* corrections

* corrections

* corrections

* Test1

* Swapping landing page vs concept

* fix links

* Fix links

* Fix desc
2020-09-01 16:26:21 -07:00

2.0 KiB

title, titleSuffix, description, ms.date, helpviewer_keywords
title titleSuffix description ms.date helpviewer_keywords
Windows Forms .NET Learn what it takes to get started with Windows Forms and how to enhance your Windows Forms applications. 08/30/2020
Windows Forms
user interface
user interface [Windows Forms], forms
.NET 5

Windows Forms for .NET 5 and .NET Core 3.1

Welcome to the Desktop Guide for Windows Forms, a UI framework that creates rich desktop client apps for Windows. The Windows Forms development platform supports a broad set of app development features, including controls, graphics, data binding, and user input. Windows Forms features a drag-and-drop visual designer in Visual Studio to easily create Windows Forms apps.

[!INCLUDE desktop guide under construction]

There are two implementations of Windows Forms:

  1. The open-source implementation hosted on GitHub.

    This version runs on .NET 5 and .NET Core 3.1. The Windows Forms Visual Designer requires, at a minimum, Visual Studio 2019 version 16.X.

    Even though this version of .NET is cross-platform, Windows Forms remains a Windows-only technology.

  2. The .NET Framework 4 implementation that's supported by Visual Studio 2019 and Visual Studio 2017.

    .NET Framework 4 is a Windows-only version of .NET and is considered a Windows Operating System component. This version of Windows Forms is distributed with .NET Framework.

This guide is written for Windows Forms on .NET 5 (and .NET Core 3.1) and later versions. For more information about the .NET Framework version of Windows Forms, see Windows Forms for .NET Framework.