How do we create an Azure DevOps pipeline for building Maui components or applications? Here the base pipeline to use and customize
Tag: maui
Custom control for MAUI using SkiaSharp
I will demonstrate how you can create your own custom control for MAUI using SkiaSharp and what you need to do in order to make it reusable
Prepare a MAUI environment
After my experience starting a new project and still feel the pain, here I show you How to prepare a MAUI environment for your projects
Add SQLite to the MAUI application
I show you how to add SQLite to the MAUI application in order to have a small database in your mobile applications
Use biometric authentication in MAUI
In this post I show how to use biometric authentication in MAUI in your applications for iOS and Android and in machines with Windows Hello
Start with MAUI
It is time to start with MAUI. With the Release Candidate from yesterday we can update Visual Studio 2022 Preview to play with Multi-platform
MAUI Release Candidate is here
The exciting news in April for mobile app development is that the release of .NET MAUI Release Candidate (RC) is here.
Install MAUI with Visual Studio 2022 (Preview)
In this new post I show you how to install MAUI with Visual Studio 2022 (Preview) after the official release of Visual Studio 2022.
Install MAUI with Visual Studio 2022
Microsoft is talking a lot about this new technology and here I will explain how to install MAUI with Visual Studio 2022 and run a first app