Skip to content

Commit 16f430b

Browse files
authored
Merge pull request #266 from MicrosoftDocs/BillWagner-patch-1
Add VS to the title for differentiation
2 parents 5df4585 + 55ea87e commit 16f430b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/ide/getting-started-with-visual-csharp-and-visual-basic.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Getting Started with Visual C# and Visual Basic | Microsoft Docs"
2+
title: "Getting Started with Visual C# and Visual Basic using Visual Studio | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""
@@ -35,7 +35,7 @@ translation.priority.ht:
3535
- "zh-cn"
3636
- "zh-tw"
3737
---
38-
# Getting Started with Visual C# and Visual Basic
38+
# Getting Started with Visual C# and Visual Basic using Visual Studio
3939
Whether you are new to Visual C# or Microsoft Visual Basic, this is the place to start. Getting Started Help is a series of sequential lessons that introduces you to Visual C# and Visual Basic. Have fun, and write some great software.
4040

4141
To learn about Visual C++, see [Visual C++ resources](http://msdn.microsoft.com/vstudio/hh386302.aspx).
@@ -51,4 +51,4 @@ Whether you are new to Visual C# or Microsoft Visual Basic, this is the place to
5151
Build a timed math quiz game, where the player must answer four random arithmetic problems within a specified time. Learn how to generate random numbers using the `Random` class, trigger events using a `Timer` control, control program flow using `if else` statements, and perform basic arithmetic operations.
5252

5353
[Tutorial 3: Create a Matching Game](../ide/tutorial-3-create-a-matching-game.md)
54-
Build a matching game, where the player must match pairs of hidden icons. Learn how to hold objects using a `List` object, use a `foreach` loop, keep track of a form's state using reference variables, build an event handler that you can use with multiple objects, and make a timer fire exactly once when started.
54+
Build a matching game, where the player must match pairs of hidden icons. Learn how to hold objects using a `List` object, use a `foreach` loop, keep track of a form's state using reference variables, build an event handler that you can use with multiple objects, and make a timer fire exactly once when started.

0 commit comments

Comments
 (0)