Skip to content

Commit 9f64d52

Browse files
committed
interim checkin.
1 parent 4dbd023 commit 9f64d52

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

docs/csharp/tour-of-csharp/what-you-can-build.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: What you can build with C#
33
description: Explore the types of applications you can build with C# and .NET, including web, desktop, mobile, cloud, IoT, AI, and games.
4-
ms.date: 02/06/2026
4+
ms.date: 02/10/2026
55
ai-usage: ai-assisted
66
---
77

@@ -14,14 +14,23 @@ C# and the [.NET platform](../../standard/glossary.md#implementation-of-net) sup
1414
>
1515
> **Experienced developer?** Jump directly to the workload that matches your goals. Each section links to the documentation and tutorials you need.
1616
17+
## AI and machine learning
18+
19+
C# integrates with AI and machine learning tools:
20+
21+
- **[ML.NET](../../machine-learning/index.yml)** - Build custom machine learning models in C# without requiring deep ML expertise.
22+
- **[Semantic Kernel](/semantic-kernel/)** - Integrate large language models (LLMs) into your applications.
23+
- **[Azure AI services](/azure/ai-services/)** - Access pre-built AI capabilities like vision, language understanding, and speech recognition.
24+
25+
Get started with [ML.NET tutorials](../../machine-learning/index.yml).
26+
1727
## Web applications
1828

1929
Build web applications with [ASP.NET Core](/aspnet/core/), the cross-platform framework for creating modern web apps and APIs. You can build:
2030

2131
- **Server-rendered web apps** using Razor Pages or MVC.
2232
- **Interactive web UIs** using [Blazor](/aspnet/core/blazor/), which lets you write client-side logic in C# instead of JavaScript.
2333
- **Web APIs** and [minimal APIs](/aspnet/core/fundamentals/minimal-apis/overview) for backend services.
24-
- **Real-time apps** using [SignalR](/aspnet/core/signalr/introduction) for features like chat and live dashboards.
2534

2635
Get started: [ASP.NET Core tutorials](/aspnet/core/tutorials)
2736

@@ -51,22 +60,6 @@ C# and .NET are well suited for building cloud-native applications and microserv
5160

5261
Get started: [Get started with Azure and .NET](../../azure/index.yml).
5362

54-
## Internet of Things (IoT)
55-
56-
Control devices and read sensor data by using the [.NET IoT libraries](../../iot/index.yml). You can run C# apps on devices like [Raspberry Pi](../../iot/quickstarts/sensehat.md) and other single-board computers to build IoT solutions.
57-
58-
Get started: [.NET IoT tutorials](../../iot/tutorials/blink-led.md)
59-
60-
## AI and machine learning
61-
62-
C# integrates with AI and machine learning tools:
63-
64-
- **[ML.NET](../../machine-learning/index.yml)** - Build custom machine learning models in C# without requiring deep ML expertise.
65-
- **[Semantic Kernel](/semantic-kernel/)** - Integrate large language models (LLMs) into your applications.
66-
- **[Azure AI services](/azure/ai-services/)** - Access pre-built AI capabilities like vision, language understanding, and speech recognition.
67-
68-
Get started with [ML.NET tutorials](../../machine-learning/index.yml).
69-
7063
## Games
7164

7265
C# is one of the most popular languages for game development:
@@ -77,6 +70,12 @@ C# is one of the most popular languages for game development:
7770

7871
You can also use [Visual Studio for game development](https://visualstudio.microsoft.com/vs/features/game-development/?utm_medium=microsoft&utm_source=learn.microsoft.com&utm_campaign=inline+link) with these engines.
7972

73+
## Internet of Things (IoT)
74+
75+
Control devices and read sensor data by using the [.NET IoT libraries](../../iot/index.yml). You can run C# apps on devices like [Raspberry Pi](../../iot/quickstarts/sensehat.md) and other single-board computers to build IoT solutions.
76+
77+
Get started: [.NET IoT tutorials](../../iot/tutorials/blink-led.md)
78+
8079
## Next steps
8180

8281
Now that you know what you can build, choose your next step:

0 commit comments

Comments
 (0)