mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 09:06:04 +02:00
Convert index to landing or hub (#88)
* Convert index to landing * Adjust links * Minor updates; try hub style * Update hub info * Delete hub.yml
This commit is contained in:
@@ -1,48 +0,0 @@
|
|||||||
---
|
|
||||||
title: Desktop Guide for WPF and Windows Forms
|
|
||||||
description: Introduction to the Desktop Guide for WPF and Windows Forms for both .NET 5 and .NET Framework.
|
|
||||||
ms.prod: dotnet-desktop
|
|
||||||
ms.date: "08/30/2020"
|
|
||||||
---
|
|
||||||
|
|
||||||
# Desktop Guide for .NET, .NET Core, and .NET Framework
|
|
||||||
|
|
||||||
Welcome to the Desktop Guide. The Desktop Guide is a set of documentation for .NET-based Windows UI technologies including Windows Presentation Foundation (WPF) and Windows Forms (WinForms). The Desktop Guide will cover both .NET 5 (and .NET Core 3.1) and later versions, along with .NET Framework.
|
|
||||||
|
|
||||||
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&preserve-view=true) 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&preserve-view=true).
|
|
||||||
|
|
||||||
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 available [here](net/wpf/index.yml?view=netdesktop-5.0&preserve-view=true).
|
|
||||||
|
|
||||||
## 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&preserve-view=true) 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 WinForms is distributed with .NET Framework.
|
|
||||||
|
|
||||||
The documentation for this version of WinForms is available [here](framework/winforms/index.yml?view=netframeworkdesktop-4.8&preserve-view=true).
|
|
||||||
|
|
||||||
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, WinForms remains a Windows-only technology.
|
|
||||||
|
|
||||||
The documentation for this version of WinForms is in progress and not yet available.
|
|
||||||
@@ -0,0 +1,50 @@
|
|||||||
|
### YamlMime:Landing
|
||||||
|
|
||||||
|
title: Desktop Guide for .NET, .NET Core, and .NET Framework
|
||||||
|
summary: "Welcome to the Desktop Guide. The Desktop Guide is a set of documentation for .NET-based Windows UI technologies including Windows Presentation Foundation (WPF) and Windows Forms (WinForms). The Desktop Guide will cover both .NET 5 (and .NET Core 3.1) and later versions, along with .NET Framework."
|
||||||
|
|
||||||
|
metadata:
|
||||||
|
title: Desktop Guide for WPF and Windows Forms on .NET
|
||||||
|
description: Introduction to the Desktop Guide for WPF and Windows Forms for both .NET 5 and .NET Framework.
|
||||||
|
ms.topic: landing-page
|
||||||
|
ms.product: dotnet
|
||||||
|
author: adegeo
|
||||||
|
ms.author: adegeo
|
||||||
|
ms.date: 10/21/2020
|
||||||
|
|
||||||
|
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
|
||||||
|
|
||||||
|
landingContent:
|
||||||
|
|
||||||
|
- title: .NET 5 (and .NET Core 3.1)
|
||||||
|
linkLists:
|
||||||
|
- linkListType: overview
|
||||||
|
links:
|
||||||
|
- text: Windows Presentation Foundation (WPF)
|
||||||
|
url: net/wpf/index.yml?view=netdesktop-5.0&preserve-view=true
|
||||||
|
- text: Windows Forms (WinForms)
|
||||||
|
url: net/winforms/index.md?view=netdesktop-5.0&preserve-view=true
|
||||||
|
|
||||||
|
- title: .NET Framework
|
||||||
|
linkLists:
|
||||||
|
- linkListType: overview
|
||||||
|
links:
|
||||||
|
- text: Windows Presentation Foundation (WPF)
|
||||||
|
url: framework/wpf/index.md?view=netframeworkdesktop-4.8&preserve-view=true
|
||||||
|
- text: Windows Forms (WinForms)
|
||||||
|
url: framework/winforms/index.yml?view=netframeworkdesktop-4.8&preserve-view=true
|
||||||
|
- linkListType: concept
|
||||||
|
links:
|
||||||
|
- text: Introduction to WPF
|
||||||
|
url: framework/wpf/introduction-to-wpf.md?view=netframeworkdesktop-4.8&preserve-view=true
|
||||||
|
- text: Introduction to WinForms
|
||||||
|
url: framework/winforms/windows-forms-overview.md?view=netframeworkdesktop-4.8&preserve-view=true
|
||||||
|
|
||||||
|
- title: Other desktop technologies
|
||||||
|
linkLists:
|
||||||
|
- linkListType: overview
|
||||||
|
links:
|
||||||
|
- text: Universal Windows Apps
|
||||||
|
url: /uwp
|
||||||
|
- text: Xamarin Forms
|
||||||
|
url: /xamarin/xamarin-forms/
|
||||||
Reference in New Issue
Block a user