Skip to content

Commit 3544330

Browse files
committed
Update .NET MAUI info on get-started and samples
1 parent 26635ef commit 3544330

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

hub/apps/get-started/index.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ WinUI 3 also serves as the basis for cross-platform technologies that provide gr
3535
.NET Multi-platform App UI (MAUI) is an open-source, cross-platform framework for building Android, iOS, macOS, and Windows applications that leverage the native UI and services of each platform from a single .NET code base. Because .NET MAUI favors platform native experiences, it uses WinUI 3 and the Windows App SDK so apps get the latest user experience on Windows. This gives your apps access to everything you get with WinUI 3 plus the ability to reach to other platforms.
3636

3737
.NET MAUI for Windows is a great choice if:
38+
3839
- You want to share as much .NET code as possible across mobile and desktop applications.
3940
- You want to ship your application beyond Windows to other desktop and mobile targets with native platform experiences.
4041
- You want to use C# and/or XAML for building cross-platform apps.
@@ -44,11 +45,13 @@ WinUI 3 also serves as the basis for cross-platform technologies that provide gr
4445
> [Get started with .NET MAUI](/dotnet/maui/get-started/installation)
4546
4647
For more information about .NET MAUI, see the following links:
48+
4749
- [.NET MAUI documentation](/dotnet/maui/)
4850
- [.NET MAUI on GitHub](https://github.com/dotnet/maui)
4951
- [.NET MAUI Product Roadmap](https://github.com/dotnet/maui/wiki/Roadmap)
50-
- [.NET Conf 2021: Introduction to .NET MAUI](https://www.youtube.com/watch?v=HMYpAw2sl58)
51-
- [.NET Conf 2021: Building cross-platform native apps with .NET MAUI and Blazor](https://www.youtube.com/watch?v=Dr8L7zXxwLI)
52+
- [Resources for learning .NET MAUI](/dotnet/maui/get-started/resources/)
53+
- [Video Series - .NET MAUI for Beginners](/shows/dotnet-maui-for-beginners/)
54+
- [Build 2022: Build native apps for any device with .NET and Visual Studio](https://www.youtube.com/watch?v=IbwgHJPoE-M)
5255

5356
### [React Native for Windows](#tab/rnw)
5457

@@ -82,7 +85,7 @@ For more information about React Native for Windows, see the following links:
8285

8386
## Other app types
8487

85-
For more information about the app types you can choose from, see the following tabs.
88+
For more information about the app types you can choose from, see the following tabs.
8689

8790
### [Win32](#tab/cpp-win32)
8891

hub/apps/get-started/samples.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Most of the repos below include several sample apps that demonstrate specific AP
3434
| [Windows Community Toolkit](https://github.com/windows-toolkit/WindowsCommunityToolkit) | A collection of helper functions, custom controls, and app services. It simplifies and demonstrates common developer tasks when building apps for Windows. |
3535
| [Windows task snippets](https://github.com/Microsoft/Windows-task-snippets) | Ready-to-use snippets of code that accomplish small but useful tasks of interest to UWP app developers. These snippets show simple solutions to common problems, and simple recipes to help you implement new app features. |
3636
| [Win2D](https://github.com/Microsoft/win2d) | Win2D is an easy-to-use Windows Runtime (WinRT) API for immediate-mode 2D graphics rendering with GPU acceleration. It's available to C# and C++ developers, and it utilizes the power of Direct2D, integrating seamlessly with XAML and `CoreWindow`. |
37+
| [.NET MAUI](https://github.com/dotnet/maui-samples) | .NET MAUI is a cross-platform framework for creating mobile and desktop apps with C# and XAML. Using .NET MAUI, you can develop apps that can run on Android, iOS, iPadOS, macOS, and Windows from a single shared codebase. These are also available in the [Samples browser](/samples/browse/?expanded=dotnet&products=dotnet-maui). |
3738

3839
## Using the sample apps repos
3940

0 commit comments

Comments
 (0)