From bfc5ba48310898cb25f2413f8086429afbc6758b Mon Sep 17 00:00:00 2001 From: Shimmy <2716316+weitzhandler@users.noreply.github.com> Date: Tue, 11 Nov 2025 03:00:44 +0000 Subject: [PATCH] Add links for WinUI and WindowsAppSDK in welcome.md --- docs/welcome.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/welcome.md b/docs/welcome.md index 54da27453c9a5..cb4ec447487b1 100644 --- a/docs/welcome.md +++ b/docs/welcome.md @@ -57,11 +57,14 @@ This documentation is completely [open source](https://github.com/dotnet/docs). - [.NET runtime](https://github.com/dotnet/runtime) - [.NET SDK](https://github.com/dotnet/sdk) - [.NET extensions](https://github.com/dotnet/extensions) +- [ASP.NET Core](https://github.com/dotnet/aspnetcore) - [Aspire](https://github.com/dotnet/aspire) - [Roslyn (C# and Visual Basic) Compiler Platform and IDE Tools](https://github.com/dotnet/roslyn) - [.NET code analyzers](https://github.com/dotnet/roslyn-analyzers) - [F# Compiler and IDE Tools](https://github.com/dotnet/fsharp) - [Windows Forms](https://github.com/dotnet/winforms) - [WPF](https://github.com/dotnet/wpf) +- [WinUI](https://github.com/microsoft/microsoft-ui-xaml) +- [WindowsAppSDK](https://github.com/microsoft/WindowsAppSDK) You can join other people who are already active in the [.NET community](https://dotnet.microsoft.com/platform/community) to find out what's new or ask for help.