You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/get-started/csharp/tutorial-wpf.md
+3-11Lines changed: 3 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ ms.workload:
16
16
---
17
17
# Tutorial: Create a simple application with C\#
18
18
19
-
By completing this walkthrough, you'll become familiar with many of the tools, dialog boxes, and designers that you can use when you develop applications with Visual Studio. You'll create a "Hello, World" application, design the UI, add code, and debug errors, while you learn about working in the integrated development environment ([IDE](visual-studio-ide.md)).
19
+
By completing this tutorial, you'll become familiar with many of the tools, dialog boxes, and designers that you can use when you develop applications with Visual Studio. You'll create a "Hello, World" application, design the UI, add code, and debug errors, while you learn about working in the integrated development environment ([IDE](visual-studio-ide.md)).
20
20
21
21
::: moniker range="vs-2017"
22
22
If you haven't already installed Visual Studio, go to the [Visual Studio downloads](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2017) page to install it for free.
@@ -230,7 +230,7 @@ In this step, you'll find the error that we caused earlier by changing the name
Werenamed*MainWindow.xaml*to*Greetings.xaml*atthestartofthiswalkthrough, butthecodestillrefersto*MainWindow.xaml*asthestartupURIfor the application, so the project can't start.
233
+
Werenamed*MainWindow.xaml*to*Greetings.xaml*atthestartofthistutorial, butthecodestillrefersto*MainWindow.xaml*asthestartupURIfor the application, so the project can't start.
234
234
235
235
#### Specify Greetings.xaml as the startup URI
236
236
@@ -250,8 +250,6 @@ You can test the code during debugging by adding some breakpoints. You can add b
Copy file name to clipboardExpand all lines: docs/get-started/visual-basic/tutorial-wpf.md
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ ms.workload:
16
16
---
17
17
# Tutorial: Create a simple application with Visual Basic
18
18
19
-
By completing this walkthrough, you'll become familiar with many of the tools, dialog boxes, and designers that you can use when you develop applications with Visual Studio. You'll create a "Hello, World" application, design the UI, add code, and debug errors, while you learn about working in the integrated development environment ([IDE](visual-studio-ide.md)).
19
+
By completing this tutorial, you'll become familiar with many of the tools, dialog boxes, and designers that you can use when you develop applications with Visual Studio. You'll create a "Hello, World" application, design the UI, add code, and debug errors, while you learn about working in the integrated development environment ([IDE](visual-studio-ide.md)).
20
20
21
21
::: moniker range="vs-2017"
22
22
If you haven't already installed Visual Studio, go to the [Visual Studio downloads](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2017) page to install it for free.
@@ -226,7 +226,7 @@ In this step, you'll find the error that we caused earlier by changing the name
0 commit comments