Skip to content

Commit 0cf0f11

Browse files
Merge pull request #13126 from anandmeg/uuf-242980
Add info for user feedback on the tutorials targeting .NET framework vs .NET
2 parents a876c61 + 08d95d8 commit 0cf0f11

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

docs/get-started/csharp/tutorial-windows-forms-picture-viewer-code.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Tutorial: Add code to the picture viewer Windows Forms app"
3-
description: Learn how to add C# or VB code to support the UI controls for a picture box, checkbox, and button in a picture viewer WinForms application with Visual Studio.
3+
description: Learn how to add C# or VB code to support the UI controls for a picture box, checkbox, and button in a picture viewer WinForms application (.NET Framework) with Visual Studio.
44
dev_langs:
55
- "CSharp"
66
- "VB"
@@ -9,11 +9,11 @@ ms.author: meghaanand
99
manager: mijacobs
1010
ms.subservice: general-ide
1111
ms.topic: tutorial
12-
ms.date: 03/29/2024
12+
ms.date: 09/19/2024
1313
ms.custom: vs-acquisition
1414
#customer intent: As a developer, I want to learn how to add C# or VB code to my WinForms project to take actions when a user selects a control.
1515
---
16-
# Tutorial: Add code to the picture viewer Windows Forms app in Visual Studio
16+
# Tutorial: Add code to the picture viewer Windows Forms App (.NET Framework)
1717

1818
In this series of three tutorials, you create a Windows Forms application that loads a picture and displays it.
1919
The Visual Studio Integrated Design Environment (IDE) provides the tools you need to create the app.
@@ -28,6 +28,8 @@ In this third tutorial, you learn how to:
2828
> - Write code for the other controls
2929
> - Run your application
3030
31+
To create a new Windows Forms App with .NET, follow the tutorial [Create a Windows Forms app with .NET](/dotnet/desktop/winforms/get-started/create-app-visual-studio/). See the [Desktop Guide on Windows Forms .NET](/dotnet/desktop/winforms/overview/) to learn more.
32+
3133
## Prerequisites
3234

3335
- This tutorial builds on the previous tutorials, [Create a picture viewer application](tutorial-windows-forms-picture-viewer-layout.md) and [Add UI controls to the picture viewer](tutorial-windows-forms-picture-viewer-controls.md).

docs/get-started/csharp/tutorial-windows-forms-picture-viewer-controls.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: "Tutorial: Add controls to a picture viewer app"
2+
title: "Tutorial: Add controls to the picture viewer Windows Forms app"
33
description: Add a picture box, a checkbox, and buttons to a picture viewer application in the Visual Studio integrated development environment.
44
author: anandmeg
55
ms.author: meghaanand
66
manager: mijacobs
77
ms.subservice: general-ide
88
ms.topic: tutorial
9-
ms.date: 03/29/2024
9+
ms.date: 09/19/2024
1010
#customer intent: As a developer, I want to learn how to use controls with layout elements in a Visual Studio WinForms project in C# or VB.
1111
---
12-
# Tutorial: Add controls to the picture viewer Windows Forms app in Visual Studio
12+
# Tutorial: Add controls to the picture viewer Windows Forms App (.NET Framework)
1313

1414
In this series of three tutorials, you create a Windows Forms application that loads a picture and displays it.
1515
The Visual Studio Integrated Design Environment (IDE) provides the tools you need to create the app.
@@ -25,6 +25,8 @@ In this second tutorial, you learn how to:
2525
> - Change control names and locations
2626
> - Add dialog components
2727
28+
To create a new Windows Forms App with .NET, follow the tutorial [Create a Windows Forms app with .NET](/dotnet/desktop/winforms/get-started/create-app-visual-studio/). See the [Desktop Guide on Windows Forms .NET](/dotnet/desktop/winforms/overview/) to learn more.
29+
2830
## Prerequisites
2931

3032
- This tutorial builds on the previous tutorial, [Create a picture viewer application](tutorial-windows-forms-picture-viewer-layout.md).

docs/get-started/csharp/tutorial-windows-forms-picture-viewer-layout.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: Create WinForms projects for picture viewer apps
3-
description: Create a C# or VB WinForms project for a picture viewer application in the Visual Studio integrated development environment (IDE).
2+
title: Create a WinForms project for a picture viewer app
3+
description: Create a C# or VB Windows Forms (.NET Framework) project for a picture viewer application in the Visual Studio integrated development environment (IDE).
44
author: anandmeg
55
ms.author: meghaanand
66
manager: mijacobs
77
ms.subservice: general-ide
88
ms.topic: tutorial
9-
ms.date: 03/29/2024
9+
ms.date: 9/19/2024
1010
#customer intent: As a developer, I want to learn how to use Visual Studio to create C# or VB WinForms projects, starting with adding a layout element.
1111
---
12-
# Tutorial: Create a picture viewer Windows Forms app in Visual Studio
12+
# Tutorial: Create a picture viewer Windows Forms App (.NET Framework)
1313

1414
In this series of three tutorials, you create a Windows Forms application that loads a picture and displays it.
1515
The Visual Studio Integrated Design Environment (IDE) provides the tools you need to create the app.
@@ -21,6 +21,8 @@ In this first tutorial, you learn how to:
2121
> - Add a layout element
2222
> - Run your application
2323
24+
To create a new Windows Forms App with .NET, follow the tutorial [Create a Windows Forms app with .NET](/dotnet/desktop/winforms/get-started/create-app-visual-studio/). See the [Desktop Guide on Windows Forms .NET](/dotnet/desktop/winforms/overview/) to learn more.
25+
2426
## Prerequisites
2527

2628
- You need Visual Studio to complete this tutorial.

0 commit comments

Comments
 (0)