# maui-samples **Repository Path**: mirrors_dotnet/maui-samples ## Basic Information - **Project Name**: maui-samples - **Description**: Samples for .NET Multi-Platform App UI (.NET MAUI) - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-26 - **Last Updated**: 2025-12-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # .NET MAUI Samples Samples built with .NET Multi-platform App UI (.NET MAUI). [.NET MAUI](https://dot.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. ## Official Samples Official samples can be accessed via the [Samples browser](https://docs.microsoft.com/samples/browse/?expanded=dotnet&products=dotnet-maui). Sample highlights include: | Name | Description | | ---- | ---- | | [SimpleChatClient (AI)](10.0/AI/ChatClient) | A minimal .NET MAUI sample that wires [Microsoft.Extensions.AI](https://learn.microsoft.com/dotnet/ai/microsoft-extensions-ai) into a chat UI. | | [ChatClientWithTools (AI)](10.0/AI/ChatClientWithTools) | A .NET MAUI sample showing how to enhance using an LLM via [Microsoft.Extensions.AI](https://learn.microsoft.com/dotnet/ai/microsoft-extensions-ai) with tool function calling. This can improve reliability and repeatability of responses, as well as enable the LLM to answer queries it otherwise could not. | | [.NET eShop](https://github.com/dotnet/eShop) | A reference .NET application implementing an e-commerce website using a services-based architecture using Aspire. | | [Point of Sale](10.0/Apps/PointOfSale) | This app demonstrates various techniques for building a desktop and mobile application that takes advantage of native platform features, and adapts to a wide range of device needs all from a single codebase. | | [Weather '21 App](10.0/Apps/WeatherTwentyOne) | This is a .NET MAUI app showcasing responsive UI that adapts to desktop and mobile, and integrates with native platform features. | | [Calculator App](10.0/Apps/Calculator) | This basic calculator demonstrates using span and spacing features of a Grid layout to achieve a familiar interface. | | [Navigation Samples](10.0/Navigation) | Various sample apps that show you how to do navigation in different scenarios. | | [Beginner's Series Task App Sample](10.0/Beginners-Series) | Sample code for the [.NET MAUI for Beginners Series](https://learn.microsoft.com/shows/dotnet-maui-for-beginners/) | ## Community Samples * [.NET MAUI Showcase](https://github.com/jsuarezruiz/dotnet-maui-showcase) * [Awesome .NET MAUI](https://github.com/jsuarezruiz/awesome-dotnet-maui) ## .NET MAUI Links * [.NET MAUI Website](https://dotnet.microsoft.com/apps/maui) * [.NET MAUI Documentation](https://docs.microsoft.com/dotnet/maui) * [.NET MAUI Blog](https://devblogs.microsoft.com/dotnet/category/maui/) * [.NET MAUI GitHub](https://github.com/dotnet/maui) ## .NET Foundation There are many .NET related projects on GitHub. - [.NET home repo](https://github.com/Microsoft/dotnet) - links to hundreds of .NET projects, from Microsoft and the community. - [ASP.NET Core home](https://docs.microsoft.com/aspnet/core/) - the best place to start learning about ASP.NET Core. This project has adopted the code of conduct defined by the [Contributor Covenant](http://contributor-covenant.org/) to clarify expected behavior in our community. For more information, see the [.NET Foundation Code of Conduct](http://www.dotnetfoundation.org/code-of-conduct). ## License .NET (including the maui-samples repo) is licensed under the [MIT](LICENSE) license.