-
Notifications
You must be signed in to change notification settings - Fork 6k
/
Copy pathindex.yml
76 lines (71 loc) · 3.04 KB
/
index.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
### YamlMime:Landing
title: Visual Basic documentation # < 60 chars
summary: Visual Basic is an object-oriented programming language developed by Microsoft. Using Visual Basic makes it fast and easy to create type-safe .NET apps. # < 160 chars
metadata:
title: "Visual Basic docs - get started, tutorials, reference."
description: "Learn Visual Basic programming in .NET - for beginning developers, developers new to Visual Basic, and experienced Visual Basic developers"
ms.topic: landing-page # Required
ms.date: 08/13/2020
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
landingContent:
# Cards and links should be based on top customer tasks or top subjects
# Start card title with a verb
# Card (optional)
- title: Get started
linkLists:
- linkListType: download
links:
- text: Download the .NET SDK
url: https://dotnet.microsoft.com/download
- linkListType: get-started
links:
- text: Create a .NET Core console application using Visual Studio
url: ../core/tutorials/with-visual-studio.md
- text: Create a .NET Standard library using Visual Studio
url: ../core/tutorials/library-with-visual-studio.md
- text: Walkthroughs
url: walkthroughs.md
- text: Additional resources
url: getting-started/additional-resources.md
- title: Fundamentals
linkLists:
- linkListType: overview
links:
- text: Language strategy
url: getting-started/strategy.md
- text: Programming concepts
url: programming-guide/concepts/index.md
- linkListType: whats-new
links:
- text: What's new in Visual Basic
url: ./whats-new/index.md
- linkListType: concept
links:
- text: Structure of a Visual Basic app
url: programming-guide/program-structure/structure-of-a-visual-basic-program.md
- text: Language features
url: programming-guide/language-features/index.md
- text: Develop apps with Visual Basic
url: developing-apps/index.md
- text: Windows Forms apps
url: developing-apps/windows-forms/index.md
- linkListType: get-started
links:
- text: Visual Basic on Q&A
url: /answers/topics/dotnet-visual-basic.html
- title: Language reference
linkLists:
- linkListType: reference
links:
- text: Index
url: language-reference/index.md
- text: Keywords
url: language-reference/keywords/index.md
- text: Operators
url: language-reference/operators/index.md
- text: Data types
url: language-reference/keywords/data-types-summary.md
- text: String functions
url: language-reference/functions/string-functions.md
- text: Language specification
url: reference/language-specification/index.md