@@ -12,7 +12,7 @@ metadata:
12
12
ms.collection : collection
13
13
author : BillWagner
14
14
ms.author : wiwagn
15
- ms.date : 11/13/2023
15
+ ms.date : 02/28/2025
16
16
17
17
# highlightedContent section (optional)
18
18
# Maximum of 8 items
@@ -24,33 +24,33 @@ highlightedContent:
24
24
itemType : download
25
25
url : https://dotnet.microsoft.com/download
26
26
# Card
27
+ - title : " What's new in .NET"
28
+ itemType : whats-new
29
+ url : whats-new/index.yml
30
+ # Card
31
+ - title : " Build AI apps in .NET"
32
+ itemType : overview
33
+ url : ai/index.yml
34
+ # Card
35
+ - title : .NET Aspire
36
+ itemType : overview
37
+ url : /dotnet/aspire
38
+ # Card
27
39
- title : " Build .NET apps with C#"
28
40
itemType : learn
29
41
url : /training/paths/build-dotnet-applications-csharp
30
42
# Card
31
- - title : Create your first web app
32
- itemType : learn
33
- url : https://dotnet.microsoft.com/learn/aspnet/hello-world-tutorial/intro
34
- # Card
35
43
- title : " Interactive introduction to C#"
36
44
itemType : get-started
37
45
url : csharp/tour-of-csharp/tutorials/hello-world.yml
38
46
# Card
39
- - title : " .NET architecture docs"
40
- itemType : architecture
41
- url : architecture/index.yml
42
- # Card
43
47
- title : " Azure for .NET developers"
44
48
itemType : overview
45
49
url : azure/index.yml
46
50
# Card
47
- - title : .NET Aspire
48
- itemType : overview
49
- url : /dotnet/aspire
50
- # Card
51
- - title : " What's new in .NET"
52
- itemType : whats-new
53
- url : whats-new/index.yml
51
+ - title : " .NET architecture docs"
52
+ itemType : architecture
53
+ url : architecture/index.yml
54
54
55
55
# conceptualContent section (optional)
56
56
conceptualContent :
@@ -111,6 +111,9 @@ conceptualContent:
111
111
# Card
112
112
- title : Develop .NET apps
113
113
links :
114
+ - url : ai/quickstarts/get-started-openai.md
115
+ itemType : quickstart
116
+ text : Build an Azure AI chat app with .NET
114
117
- url : /dotnet/desktop/wpf/get-started/create-app-visual-studio
115
118
itemType : tutorial
116
119
text : Create .NET desktop apps for Windows
0 commit comments