You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/apps/get-started/index.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ WinUI 3 also serves as the basis for cross-platform technologies that provide gr
35
35
.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.
36
36
37
37
.NET MAUI for Windows is a great choice if:
38
+
38
39
- You want to share as much .NET code as possible across mobile and desktop applications.
39
40
- You want to ship your application beyond Windows to other desktop and mobile targets with native platform experiences.
40
41
- 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
44
45
> [Get started with .NET MAUI](/dotnet/maui/get-started/installation)
45
46
46
47
For more information about .NET MAUI, see the following links:
48
+
47
49
-[.NET MAUI documentation](/dotnet/maui/)
48
50
-[.NET MAUI on GitHub](https://github.com/dotnet/maui)
Copy file name to clipboardExpand all lines: hub/apps/get-started/samples.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ Most of the repos below include several sample apps that demonstrate specific AP
34
34
|[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. |
35
35
|[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. |
36
36
|[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). |
0 commit comments