copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
. NET MAUI - A simple note taking app - Code Samples This sample demonstrates how to use local storage to save and load notes to and from the user's device This code was created from following the Create a NET MAUI app tutorial
Build your first . NET MAUI app - . NET MAUI | Microsoft Learn In this tutorial, you'll learn how to create and run your first NET Multi-platform App UI ( NET MAUI) app in Visual Studio 2022 on Windows or Visual Studio Code on Windows, macOS, or Linux
. NET MAUI - Weather 21 - Code Samples | Microsoft Learn Weather '21 application that demonstrates UI techniques for adapting UI to desktop and mobile form factors, integrating with native platform-specific features, and supporting light and dark appearance themes
. NET MAUI - Control gallery - Code Samples | Microsoft Learn The user interface of a NET Multi-platform App UI ( NET MAUI) app is constructed of objects that map to the native controls of each target platform The main control groups used to create the user interface of a NET MAUI app are pages, layouts, and views
. NET MAUI - Shell - Code Samples | Microsoft Learn NET Multi-platform App UI ( NET MAUI) Shell reduces the complexity of app development by providing the fundamental features that most apps require, including: A single place to describe the visual hierarchy of an app
. NET MAUI - Upgrade note taking app with MVVM - Code Samples This sample demonstrates using the code from the first tutorial, Create a NET MAUI app, and then upgrading the code to use MVVM concepts and patterns This code is created by following the Upgrade your app with MVVM concepts tutorial