-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
Copy pathindex.yml
85 lines (78 loc) · 3 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
77
78
79
80
81
82
83
84
85
### YamlMime:Landing
title: Visual Studio tutorials | C#
summary: Create C# apps with Visual Studio.
metadata:
title: C# development with Visual Studio
description: Explore how to create different C# applications by using Visual Studio, including console, web, Windows Forms, and Windows Desktop apps, and find coding resources.
ms.custom: vs-acquisition
ms.topic: landing-page
ms.date: 2/3/2025
author: ghogen
ms.author: ghogen
manager: mijacobs
ms.subservice: general-ide
dev_langs:
- CSharp
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new
landingContent:
# Card
- title: Get started
linkLists:
- linkListType: how-to-guide
links:
- text: Download and install Visual Studio
url: ../../install/install-visual-studio.md
- linkListType: get-started
links:
- text: Start a guided tour
url: visual-studio-ide.md
- linkListType: quickstart
links:
- text: Create a "Hello World" web app
url: ../../ide/quickstart-aspnet-core.md
# Card
- title: Create C# apps
linkLists:
- linkListType: tutorial
links:
- text: Create a console app
url: tutorial-console.md
- text: Create a web app
url: tutorial-aspnet-core.md
- text: Create a Windows App SDK app
url: tutorial-wasdk.md
- text: Create a Windows Desktop app
url: tutorial-wpf.md
- text: Create a Windows Forms app
url: ../../ide/create-csharp-winform-visual-studio.md
- text: Create a mobile app with .NET MAUI
url: /dotnet/maui/get-started/first-app?tabs=vswin
- text: Learn about the C# language
url: /dotnet/csharp/tutorials/intro-to-csharp/
- text: Windows Forms Match Game
url: tutorial-windows-forms-create-match-game.md
- text: "Windows Forms Math Quiz"
url: tutorial-windows-forms-math-quiz-create-project-add-controls.md
- text: Windows Forms Picture Viewer
url: tutorial-windows-forms-picture-viewer-layout.md
# Card
- title: Learn Visual Studio
linkLists:
- linkListType: tutorial
links:
- text: Run a program
url: run-program.md
- text: Open code from a repo
url: ../tutorial-open-project-from-repo.md
- text: Write and edit code
url: tutorial-editor.md
- text: Compile and build
url: ../../ide/compiling-and-building-in-visual-studio.md
- text: Debug your code
url: ../csharp/tutorial-debugger.md
- text: Test your code
url: ../../test/getting-started-with-unit-testing.md
- linkListType: how-to-guide
links:
- text: Access data
url: ../../data-tools/create-a-sql-database-by-using-a-designer.md