TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About MAUI
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mushtaq M A (28)
Anoop Kumar Sharma (7)
Manikandan M (6)
Virendra Thakur (4)
Sanjay Kumar (3)
Satya Karki (3)
CSharp TV (3)
Alessandro Del Sole (3)
Miguel Teheran (3)
Suthahar Jegatheesan (3)
Jefferson S. Motta (2)
Abhishek Yadav (2)
Rakeshkumar Desai (2)
Vicente Gerardo Guzman Lucio (2)
Sundaram Subramanian (2)
Kalyan Pidugu (1)
Adam Stirtan (1)
Ziggy Rafiq (1)
Ajay Kumar (1)
Jitendra Mesavaniya (1)
Tushar Jagdale (1)
Tahir Ansari (1)
Munesh Sharma (1)
Slim Hammami (1)
Ayca Bas (1)
Hammad Maqbool (1)
Ramasagar Pulidindi (1)
Sarathlal Saseendran (1)
Rijwan Ansari (1)
Sean Franklin (1)
Cecil Phillip (1)
Ashok Vardhan (1)
Related resources for MAUI
No resource found
Detect Long Press in .NET MAUI App using TouchBehavior
7/14/2024 12:28:59 PM.
Detect Long Press in .NET MAUI App using TouchBehavior
PDF Viewer Search functionality in Telerik UI for .NET MAUI
7/3/2024 9:07:41 AM.
Enhance your mobile and desktop applications with robust search functionality using the PDF Viewer in Telerik UI for .NET MAUI. Easily integrate and navigate through PDF documents with advanced search
Xamarin Forms to Maui Migration
5/10/2024 6:51:14 AM.
Discover how to migrate your Xamarin.Forms apps to .NET MAUI (Multi-platform App UI) seamlessly. Learn about leveraging code reusability, adapting XAML interfaces, and utilizing new .NET 6 features. E
Building .NET MAUI Apps Using GitHub Self-Hosted Runners on Mac
5/8/2024 6:19:00 AM.
Develop .NET MAUI applications efficiently on macOS using GitHub's self-hosted runners. Optimize your workflow and leverage platform capabilities seamlessly for robust cross-platform app developme
Cross-Platform Power with C# and .NET 8 for Desktop Apps
5/8/2024 4:15:38 AM.
Ziggy Rafiq provides a comprehensive insight into the development of cross-platform desktop apps. Ziggy Rafiq explores cutting-edge techniques, best practices, and practical guidance to elevate your p
Choosing Between GraphQL, gRPC, and REST
4/24/2024 5:28:13 AM.
This article delves into the selection of API protocols—GraphQL, gRPC, and REST—offering insights through real-world examples, guiding developers in making informed decisions for scalable applications
What's new in .NET 9? .NET 9 Preview 3
4/12/2024 4:59:05 AM.
We're excited to announce the release of .NET 9 Preview 3, packed with new features and improvements across .NET Libraries, Runtime, and SDK. This preview release brings enhancements aimed at boos
Explain StackLayout in .NET MAUI
3/31/2024 3:53:34 AM.
StackLayout in .NET MAUI provides flexible layout management for UI development, allowing easy arrangement of controls in a stack, either horizontally or vertically. Compatible with Xamarin.Forms, and
.NET MAUI - Root/Jail Broken Detection
3/26/2024 9:37:20 AM.
Learn how to secure your .NET MAUI app by detecting rooted/jailbroken devices, preventing security breaches. Follow steps to set up the project, install plugins, and implement detection in your app.
.NET MAUI - Base64 Image Encode/Decode
3/9/2024 5:27:43 AM.
This blog guides 10th-grade students through incorporating Base64-encoded images in .NET MAUI apps. Covering project setup, implementation steps, and a demo, it empowers users to enhance app visuals s
Using Plugin.Maui.Popup to Create Eye-Catching Popups in Apps
2/28/2024 8:59:24 AM.
Learn how to utilize Plugin.Maui.Popup to incorporate popup functionality into your Xamarin.Forms application. Follow step-by-step instructions to install the package, create custom popup pages, and c
Create a Custom Wait Loader in .NET MAUI
2/24/2024 7:40:55 AM.
Within MAUI, a loading indicator, also known as a "wait loader," is commonly employed to notify the user of an ongoing time-consuming task, such as data retrieval, processing, or any operati
.NET MAUI - Video Player using Community Toolkit
2/22/2024 4:21:54 AM.
.NET MAUI simplifies app development across devices, while the Community Toolkit enhances it. Dive into video integration for exciting apps! Follow setup steps, install the toolkit, and implement the
.Net MAUI - Capturing Screenshots
2/18/2024 4:57:53 AM.
This article guides you through capturing screenshots in cross-platform .NET MAUI applications. It covers project setup, and implementation steps, and provides a full code example for enhanced underst
Develop a Customized MessageBox in .NET MAUI
2/12/2024 6:48:54 AM.
A message box, also known as a dialog or alert box, serves various functions within software applications, each with specific requirements aimed at improving user interaction
Implementation of the Azure AD Authentication Connection using .Net Maui
2/11/2024 8:24:59 AM.
In this article, I will explain about .NET MAUI Authentication implementation using visual studio 2022. Authentication is the process of obtaining identification credentials such as name and password
Creating Keystore to Publish MAUI App from Scratch to End
2/7/2024 11:00:43 AM.
When you embark on the journey of app development, the prospect of publishing your creation to a vast audience is undoubtedly thrilling. Publishing an app is not just about making it available; it'
Dev Express Charts in .NET MAUI
2/5/2024 11:49:57 AM.
Elevate your .NET MAUI projects with DevExpress Charts! Learn step-by-step implementation using a lifetime-free plugin. Follow project setup, plugin installation, and code execution for creating dynam
Lottie animations in .NET MAUI
2/5/2024 11:05:22 AM.
Lottie animations in .NET MAUI
Implementation of .Net MAUI Community Toolkit Popup
2/4/2024 6:51:16 AM.
In this article, I will explain about .NET MAUI Popup page implementation using visual studio 2022. Popups are a very common way of presenting information to a user that relates to their current task
Implementation of the Bluetooth Connectivity Using .NET MAUI
2/4/2024 5:53:08 AM.
In this article, I will explain how you can use the .NET Multi-platform App UI (.NET MAUI) IConnectivity interface to inspect the network accessibility of the device. The network connection may have a
Implementation of Collection View in .NET MAUI
2/2/2024 5:29:04 AM.
In this article, I will explain MAUI Collection View implementation using Visual Studio 2022. .NET MAUI Collection View is a view for presenting lists of data using different layout specifications. Co
Mastering MVVM: A Deep Dive into .NET MAUI with MVVM Toolkit
1/23/2024 9:00:45 AM.
In this article, we will learn about MVVM architecture with .NET MAUI and the MVVM Toolkit. Follow a step-by-step guide for project setup, plugin installation, and efficient implementation using ViewM
Create Xamarin Android Custom Loader with LoaderEase NuGet Package
1/19/2024 6:22:44 AM.
The fundamental objective of a wait window is to furnish users with feedback, mitigating any perception of unresponsiveness or ambiguity during tasks that may consume considerable time. Leveraging the
Getting Started with .NET MAUI Application Development with .NET 8
1/16/2024 9:56:13 AM.
The .NET framework is a versatile and powerful platform for building a variety of applications, including web, desktop, mobile, cloud, gaming, and IoT applications. With the release of .NET 8, Microso
Lottie Animations in .NET MAUI
1/8/2024 5:32:24 AM.
In this article, we will learn about .NET MAUI projects with Lottie animations, a magical touch to enhance your app's visuals. Learn the basics with SkiaSharp in this beginner-friendly guide, addi
New Features of .NET 8
12/15/2023 5:52:28 AM.
This article explains the release of .NET 8, it's new features and enhancement in the .NET ecosystem.
System.Speech in .NET MAUI
12/6/2023 5:56:53 AM.
Demonstration calling System.Speech .NET 8 in .NET MAUI. Explore the integration of voice functionality into .NET MAUI applications for WinUI devices using the System.Speech NuGet package. Enhance use
Transforming Labels into Hyperlinks with .NET MAUI
11/29/2023 7:18:08 AM.
Transforming Labels into Hyperlinks with .NET MAUI
Working with Splash Screen in .NET MAUI
11/26/2023 7:24:28 AM.
In this article, we will learn How to create and customize the splash screen in .NET MAUI.
Rockin’ The Code World with dotNetDave ft. Maddy Montaquila - Ep. 91
11/8/2023 1:56:19 PM.
In this episode, you will learn about .NET and MAUI.
.NET MAUI with MVVM Toolkit
11/7/2023 7:09:33 AM.
Mastering MVVM: A Deep Dive into .NET MAUI with MVVM Toolkit. This article providse MVVM (Model-View-ViewModel) architecture using the MVVM Toolkit in .NET MAUI is informative and well-structured. It
.NET MAUI - Zxing Barcode Scanner
11/6/2023 4:03:29 AM.
In this article, you will learn about .Net MAUI - Zxing Barcode Scanner.
TabbedPage in .NET MAUI
10/22/2023 7:39:55 AM.
In this article, you've introduced the concept of TabbedPage in .NET MAUI, a versatile framework for building cross-platform mobile and desktop applications. You've thoughtfully structured you
Dev Express Data Grid Control for .NET MAUI: Free Lifetime Plugin
10/19/2023 6:00:20 AM.
DevExpress, a leading software development company, offers a powerful Data Grid Control designed specifically for .NET MAUI, a framework for building cross-platform mobile and desktop applications. Th
How to Migrate Xamarin to MAUI
10/17/2023 10:35:14 AM.
In this article, I am going to explain how we can migrate our Xamarin Forms application into .NET MAUI in easy steps and how I did it for my live play store app which is multilingual & multithemed
.NET MAUI Cross-Platform App Development
9/25/2023 9:15:50 AM.
Dive into the world of .NET MAUI and discover how to create cross-platform applications effortlessly using a single codebase. Explore the simplicity and power of this framework for building native app
Working with FlyoutPage in .NET MAUI
9/25/2023 4:54:24 AM.
In this article, we delve into .NET MAUI's FlyoutPage, a critical element in-app navigation. If you're new to .NET MAUI, it's advisable to review prior articles in this series
Swipe View in .NET MAUI
9/21/2023 5:28:58 AM.
In this article, we explore .NET MAUI, a powerful cross-platform framework that empowers developers to create native mobile and desktop applications using C# and XAML. With .NET MAUI, you can build ap
MOPUP (Alternative to Rg.Plugin.Popup) in .NET MAUI
9/8/2023 5:09:22 AM.
.NET MAUI, a cross-platform framework, empowers developers to build native mobile and desktop applications using C# and XAML. It enables the creation of apps that seamlessly operate on Android, iOS, m
Working With NavigationPage In .NET MAUI
9/4/2023 9:22:10 AM.
In this article, we will learn about the NavigationPage in .NET MAUI.In .NET MAUI (Multi-platform App UI), the NavigationPage is a fundamental navigation container that allows you to manage the naviga
Transitioning from Deprecated OnBackPressed in .NET MAUI
8/16/2023 8:03:26 AM.
Enhance User Experience: Android 13's New Back Button Behavior Explained. Learn how to enable smoother navigation with OnBackInvokedCallback and simplify app exit process. Code and steps provided.
Visual Studio 2022 V17.7 Now Available
8/14/2023 10:19:18 AM.
Discover the latest enhancements in Visual Studio 2022 version 17.7, including C++ build insights, user-friendly updates, debugger improvements, and more. Optimize your development workflow with these
How .Net MAUI Works
8/14/2023 8:37:27 AM.
In this article, you will learn how to get started with .NET MAUI.
Project Structure of .NET MAUI Application
8/14/2023 6:27:47 AM.
In this article, we will understand the project structure of a .Net MAUI Application.
Flyout Page in .NET MAUI
7/30/2023 5:09:12 AM.
In this article, we will see how we can implement Flyout Page in .NET MAUI project.
.Net MAUI - QR Code Generator
7/19/2023 7:24:04 AM.
In this article, you will learn about .Net MAUI QR Code Generator.
CollectionView in .Net MAUI
7/18/2023 9:04:55 AM.
In this article, we are going to learn about how to add CollectionView in .Net MAUI.
Dynamic Status Bar in .NET MAUI
6/21/2023 10:23:48 AM.
Dynamic Status Bar in .NET MAUI
Build AI-Enabled Apps with .NET MAUI and Azure Cognitive Services
6/21/2023 9:04:18 AM.
In this session, you will learn how to Build AI-Enabled Apps with .NET MAUI and Azure Cognitive Services.
Localization in .NET MAUI
6/15/2023 8:18:48 AM.
Localization in .NET MAUI
Shell Flyout in .NET MAUI
6/14/2023 6:25:10 AM.
Shell flyout in .net MAUI
File Picker in .NET MAUI
6/4/2023 7:03:58 AM.
In this article, we will see how we can implement a File Picker in the .NET MAUI project.
Localize your .NET MAUI application
6/1/2023 7:11:10 AM.
FlyoutPage in .Net MAUI
5/29/2023 5:38:35 AM.
FlyoutPage in .Net MAUI
Toast in .Net MAUI
5/22/2023 7:30:46 AM.
Toast in .Net MAUI
Tabs in .Net MAUI
5/16/2023 5:50:10 AM.
How to implement Tabs in .Net MAUI
Avatar View in .NET MAUI Community Toolkit
5/8/2023 6:21:20 AM.
Avatar View in .NET MAUI Community Toolkit
Signature Pad Using .NET MAUI Community Toolkit
4/27/2023 4:31:10 AM.
.NET MAUI is a powerful platform for building cross-platform mobile applications, and with the right tools and resources, it's easy to add signature pad functionality to your app. In this tutorial
.NET MAUI - Displaying Lottie Animations
3/9/2023 10:23:23 AM.
In this article, you will learn how to use the SkiaSharp library to display Lottie animations in .NET MAUI.
Join us for Hack Together: Microsoft Graph and .NET
2/24/2023 3:18:07 PM.
Join us for Hack Together, our virtual hackathon to learn how to build powerful apps with Microsoft Graph and .NET. If you’re a beginning coder, a student, or an expert looking for an opportunity to l
Interface Class In C#.NET
2/13/2023 4:47:34 AM.
The traditional concept and definition of interface class never helped me to understand when should I use interface class in C#.NET so I use this example to clear my concept
.NET MAUI - Good Bye MessagingCenter, Welcome WeakReferenceManager
2/2/2023 10:50:29 AM.
In this article, I explain how to set up the publisher/subscriber pattern in .NET MAUI with new techniques, replacing the obsolete MessagingCenter
Creating A Blazor Hybrid Application In macOS
1/18/2023 10:26:09 AM.
Let's learn how we can create a Blazor hybrid app on macOS and what are the requirements.
.NET MAUI - Managing The Application Lifecycle
1/13/2023 11:17:37 AM.
The app lifecycle in .NET MAUI is quite different from Xamarin.Forms, so this article explains how it works pointing out some of the differences.
What's New In ASP.NET Core 7.0
12/22/2022 11:35:19 AM.
In this aricle, you will learn what's new in ASP.NET Core 7.0.
.Net MAUI - Local Notification
12/7/2022 6:31:33 AM.
In this article, you will learn about .Net MAUI - Local Notification.
.Net Multi-Platform App UI - Designing Registration Form
12/1/2022 4:37:11 AM.
In this article, you will learn about .Net Multi-Platform App UI - Registration Form.
Getting Started With .Net MAUI
11/7/2022 4:57:50 AM.
In this article, you will learn how to get started with .net MAUI.
.Net MAUI - Animations
10/26/2022 7:08:42 AM.
In this article, you will learn about .Net MAUI - Animations.
Getting Started With .NET MAUI For Cross Platform Application Development
10/25/2022 3:38:42 AM.
This article describes what MAUI is, when to choose MAUI, the different categories of MAUI, and how to get started with MAUI application development.
.Net MAUI - Card Views Using Border Control
10/10/2022 1:30:55 PM.
In this article, you will learn about .Net MAUI - Card Views using Border Control.
Free resources For Learning .NET MAUI
9/21/2022 3:56:16 AM.
In this article, you will find resources to learn .NET MAUI from scratch
Rockin’ The Code World with dotNetDave ft. James Montemagno Ep. 65
9/19/2022 6:24:25 PM.
Join us with James Montemagno for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Implement The Checkbox In MAUI Using Visual Studio 2022
9/7/2022 5:12:57 AM.
In this article, I will explain about MAUI checkbox implementation with label using visual studio 2022. Basically, checkbox is a type of button that can be checked or unchecked. If checkbox is checked
Create Your First .NET MAUI App In Visual Studio 2022 For Mac
9/6/2022 8:11:33 AM.
In this article, I will explain about MAUI first app development using visual studio 2022. Basically, .NET MAUI is an open source and its evolution of xamarin forms and .Net Multi-platform App UI is c
Create An Android App With .NET MAUI And Visual Studio 2022
9/4/2022 12:34:15 PM.
In this post, we will see all the steps to create an Android app with .NET MAUI and deploy the apk file to a mobile device.
Build A Blazor Hybrid App with .NET MAUI for Cross-Platform Application
8/20/2022 9:35:34 AM.
.NET MAUI together with Blazor can enable a single code base of Web UI components for native mobile, desktop and web applications.
Creating Your First Application For MacOS Using .NET MAUI
8/17/2022 5:46:55 PM.
In this article, you will learn how to create your first application for MacOS using .NET MAUI.
Implementing Biometric Authentication In .NET MAUI
8/1/2022 9:50:09 PM.
In this article, I will show how easy it is to add biometric authentication in .NET MAUI.
Getting Started With .NET MAUI - First Look
7/27/2022 7:46:38 PM.
We can create Native Mobile and Desktop with C# & XAML with a cross-platform framework called .NET MAUI. MAUI stands for Multiple-Platform Application UI. We can develop applications for Android,
Getting Started With First .NET MAUI Application Using Visual Studio 2022
7/17/2022 12:58:19 PM.
In this article, you will learn about the first .NET MAUI application using visual studio 2022.
What Is .NET MAUI?
6/28/2022 8:48:14 PM.
In this article I will explain what is .NET MAUI and where it sits in the .NET ecosystem.
Introduction To .NET Multi-Platform App UI (MAUI) - An Overview
6/24/2022 5:40:51 AM.
What if we are able to create native Mobile apps, Desktop apps using .NET C# and XAML from a single code base?. !!! How cool it will be right ?. Yes, now we can create native Android, iOS, macOS, and
A Journey to .NET MAUI
6/23/2022 9:37:47 AM.
.NET MAUI is the evolution of Xamarin.Forms and a major aspect of the upcoming .NET 6 release.In this episode, Maddy Leger comes on the show to tell us what .NET MAUI is and what to expect as we get
Visual Studio 2022 With MAUI First Impressions
6/23/2022 9:36:37 AM.
In this article, you will learn about Visual studio 2022 with Maui First Impressions.
MAUI The Future Of Xamarin.Forms
6/23/2022 9:35:37 AM.
In this article, you will learn about MAUI the future of Xamarin.Forms.
Getting Started With MAUI Xamarin Forms Application Using Visual Studio 2019 Preview 16.10
6/23/2022 8:34:16 AM.
In this article, you will learn about MAUI Xamarin Forms Application using Visual Studio 2019 Preview 16.10.
Pair To Mac M1 Chip From Windows Machine For MAUI iOS Development Using Visual Studio 2022 Preview
6/23/2022 8:27:23 AM.
In this article, you will learn how to pair to Mac M1 chip from Windows machine for MAUI iOS development using Visual Studio 2022 Preview.
Creating MAUI APP Project And Understanding Its Folder Structure In VS 2022
6/23/2022 8:26:18 AM.
This article explains about developing an app using MAUI. The steps to be followed for creating first app. Along side how to install VS 2022.