mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-07 07:56:07 +02:00
Initial WPF content migrated (#17)
* Reset branch for WPF changes * Convert BMP to PNG; fix link-out-of-scope err * Add snippets for WPF... 6794 files!!!! * Add missing snippets * update file updated between migration * Fix paths to include * update breadcrumb and toc * fix index links * fix index links * fix index links * fix markdown
This commit is contained in:
@@ -10,26 +10,38 @@ Welcome to the Desktop Guide. The Desktop Guide is a set of documentation for .N
|
||||
|
||||
Historically, the .NET Framework-based documentation for WPF and WinForms has been included in the [.NET Documentation](/dotnet). Windows Forms content has been migrated to this guide, while the migration of WPF content is ongoing.
|
||||
|
||||
## Windows Presentation Foundation
|
||||
|
||||
There are two implementations of WPF, each with it's own documentation:
|
||||
|
||||
01. The [.NET Framework 4 implementation](framework/wpf/index.md?view=netframeworkdesktop-4.8) 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 Presentation Foundation is distributed with .NET Framework.
|
||||
|
||||
The documentation for this version of WPF is available [here](framework/wpf/index.md?view=netframeworkdesktop-4.8).
|
||||
|
||||
01. The open-source implementation hosted on [GitHub](https://github.com/dotnet/wpf).
|
||||
|
||||
This version runs on **.NET 5 and .NET Core 3.1**. The WPF XAML Visual Designer requires, at a minimum, [Visual Studio 2019 version 16.X](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2019+desktopguide+winforms).
|
||||
|
||||
Even though this version of .NET is cross-platform, WPF remains a Windows-only technology.
|
||||
|
||||
The documentation for this version of WPF is in progress and is hosted on the [.NET documentation](/dotnet/desktop-wpf/) site.
|
||||
|
||||
## Windows Forms
|
||||
|
||||
There are two implementations of Windows Forms, each with it's own documentation:
|
||||
|
||||
01. The [.NET Framework 4 implementation](framework/winforms/index.yml?view=netframeworkdesktop-4.8) 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.
|
||||
.NET Framework 4 is a Windows-only version of .NET and is considered a Windows Operating System component. This version of WinForms is distributed with .NET Framework.
|
||||
|
||||
The documentation for this version of Windows Forms is available [here](framework/winforms/index.yml?view=netframeworkdesktop-4.8).
|
||||
The documentation for this version of WinForms is available [here](framework/winforms/index.yml?view=netframeworkdesktop-4.8).
|
||||
|
||||
01. The open-source implementation hosted on [GitHub](https://github.com/dotnet/winforms).
|
||||
|
||||
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](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2019+desktopguide+winforms).
|
||||
|
||||
Even though this version of .NET is cross-platform, Windows Forms remains a Windows-only technology.
|
||||
Even though this version of .NET is cross-platform, WinForms remains a Windows-only technology.
|
||||
|
||||
The documentation for this version of Windows Forms is in progress and not yet available.
|
||||
|
||||
## Windows Presentation Foundation
|
||||
|
||||
The documentation for the .NET Framework implementation of WPF is still hosted in the [.NET documentation](/dotnet/framework/wpf/). It's migration is in progress.
|
||||
|
||||
The documentation for the open-source implementation of WPF for .NET 5 (and .NET Core 3.1) isn't yet available.
|
||||
The documentation for this version of WinForms is in progress and not yet available.
|
||||
|
||||
Reference in New Issue
Block a user