Skip to content
Sunday, February 8, 2026
Recent posts
  • Create a list of unavailable emails
  • How to remove invalid emails from Outlook
  • Building a MAUI CustomRefreshView
  • Building a Custom Matching Pairs Component in .NET MAUI
  • The Commodore 64 is back

PureSourceCode

All technologies, only pure source code

  • Forum
  • Links
  • Download
  • Shop
  • Profile
    • Newsletter
    • Cart
    • Checkout
    • My orders
  • Contact

Search Results for: maui

Building a MAUI CustomRefreshView

September 10, 2025September 10, 2025 Enrico

Solving the .NET MAUI RefreshView Limitation on macOS: building a MAUI CustomRefreshView from scratch for all platforms

.NET9, MAUImaui, maui-component, net9, refreshviewLeave a comment

Building a Custom Matching Pairs Component in .NET MAUI

September 2, 2025September 2, 2025 Enrico
Custom Matching Pairs Component in .NET9 MAUI

We will walk through the design and implementation of a flexible, reusable Matching Pairs component for .NET9 MAUI

.NET9, MAUImatching, maui, maui-component, net9Leave a comment

MAUI component for skills using FlexLayout

July 9, 2025July 9, 2025 Enrico
MAUI component for skills using FlexLayout

I will create a new MAUI reusable component for list of strings using FlexLayout with add and remove functionalities.

MAUIcomponents, maui, maui-componentLeave a comment

Build your sentence in MAUI

October 10, 2024October 10, 2024 Enrico Rossini
dotnet maui cross platform development

How to create a simple component to build your sentence in MAUI using taps and gestures. Source code available.

.NET8, MAUImaui, net8Leave a comment

Maui error Javax.Crypto.AEADBadTagException

September 30, 2024September 30, 2024 Enrico

What is the workaround when you get the error Maui error Javax.Crypto.AEADBadTagException with MAUI version 8.0.82

.NET8, MAUIandroid, maui, secure-storageLeave a comment

Sequoia doesn’t work with MAUI

September 19, 2024September 19, 2024 Enrico
macOS 15 Wallpaper Helios Light

Sequoia doesn’t work with MAUI. Now I can’t try my apps on iOS. It is still working for macOS. Here the solution!

macOS, MAUImacOS, macOS-sequoia, mauiLeave a comment

Language Dropdown for MAUI

September 10, 2024September 10, 2024 Enrico
LanguageDropdown

I released a new component called Language Dropdown for MAUI. This displays a dropdown with all the languages in the world with their flags

.NET8, MAUImauiLeave a comment

Display HTML with MAUI Label

August 17, 2024August 17, 2024 Enrico

I show how display HTML with NET8 MAUI Label using only the Label attributes. The source code of this post is available on GitHub

.NET8, MAUImaui, net8Leave a comment

Maui CommunityToolkit Popup crashes applications

June 11, 2024June 11, 2024 Enrico
MAUI CommunityToolkit Popup crashes my applications

I use the MAUI CommunityToolkit version 9.0.1 and in particular Popup crashes my applications. I discovered why and how to avoid it

.NET8, MAUIcommunitytoolkit, maui1 Comment

MAUI raises on iOS MT1045

June 3, 2024June 13, 2024 Enrico

When from Visual Studio you deploy a real device a MAUI application raises on iOS the error MT1045. Here what to check to fix the problem

.NET8, MAUIios, maui, visual-studio, visualstudio-2022Leave a comment

Deep linking for NET8 MAUI

March 5, 2024March 5, 2024 Enrico
maui deep linking

In this post everything you have to do to implement deep linking for NET8 MAUI for mobile and desktop applications

.NET8, MAUIdeep-linking, maui, net8Leave a comment

MAUI Push Notifications using Azure Notification Hub for iOS

March 3, 2024March 3, 2024 Enrico
ios push notification

Here the new post where I explain how to implement the Push Notifications in MAUI using Azure Notification Hub for iOS without external plugin

.NET8, MAUIazure-notification-hub, ios, maui, net88 Comments

Set safe areas for iOS in MAUI

February 28, 2024February 28, 2024 Enrico
ios safe areas

When you create an application for iOS in MAUI, we have to set the safe areas if we want to use the full screen for your application.

.NET8, MAUIios, maui, net8, notch, safe-areasLeave a comment

Deploy MAUI apps on a real device

February 27, 2024February 27, 2024 Enrico
Deploy MAUI to a real device

Developing applications with NET8 MAUI, we want to deploy apps on a real device. Here are all the necessary steps without wasting time.

MAUI, Visual Studio, Visual Studioapple, ios, maui, net8Leave a comment

MAUI Push Notifications using Azure Notification Hub for Android

February 23, 2024March 3, 2024 Enrico
Xamarin push notification with Azure

Here is how to implement in a MAUI project the Push Notifications using Azure Notification Hub for Android. It works simply fine!

.NET8, MAUIandroid, azure-notification-hub, maui, net8Leave a comment

Using SecureStorage with MAUI

February 23, 2024February 23, 2024 Enrico
Cloud storage

Using SecureStorage with MAUI with the correct setup in your NET8 MAUI applications. Here the solution for iOS and Android.

.NET8, MAUImaui, net8, secure-storageLeave a comment

MAUI Push Notifications using Azure Notification Hub

February 23, 2024March 29, 2024 Enrico
maui net8 push notification

Here how implement in NET8 MAUI the push notifications using Azure Notification Hub without any external package for Windows. Very hard work!

.NET8, MAUIazure, azure-notification-hub, maui, net8, windows, windows-apps1 Comment

Create TabBar in MAUI

February 2, 2024February 2, 2024 Enrico

I show you how to create a nice #TabBar in #MAUI without using any external NuGet package or components. Fully customizable and 100% #XAML.

.NET8, MAUImaui, net8, tabsLeave a comment

Some lessons I learned about MAUI

January 31, 2024January 31, 2024 Enrico

I want to share with you some lessons I learned about MAUI. In the last few months, I have been creating an application using NET8 MAUI.

.NET8, MAUImaui, net8Leave a comment

Orange selected ListView item highlighted in MAUI

January 26, 2024February 2, 2024 Enrico

In a MAUI project, when a selected ListView item is highlighted or selected, the background of this item is orange. Here the solution.

.NET8, MAUIlistview, maui, net8Leave a comment

Open a loading popup from MAUI viewmodel

January 8, 2024January 8, 2024 Enrico
NET8 MAUI Loading Indicator

Here I show how to open a loading popup from ViewModel in MAUI. It is quite an easy implementation, but it is working quite well.

.NET8, MAUImaui, net8Leave a comment

Azure DevOps pipeline for Maui

August 18, 2023August 18, 2023 Enrico
azure devops

How do we create an Azure DevOps pipeline for building Maui components or applications? Here the base pipeline to use and customize

Azure DevOps, MAUIazure-devops, mauiLeave a comment

Custom control for MAUI using SkiaSharp

August 17, 2023August 18, 2023 Enrico
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

.NET7, C#, MAUImaui, skiaLeave a comment

Prepare a MAUI environment

July 4, 2023July 4, 2023 Enrico

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

Android, iOS, macOS, MAUI, Visual Studioandroid, ios, maui, visual-studio, windows11Leave a comment

Add SQLite to the MAUI application

August 12, 2022August 12, 2022 Enrico
sql sqlite wallpaper

I show you how to add SQLite to the MAUI application in order to have a small database in your mobile applications

MAUImaui, sqliteLeave a comment

Posts navigation

Older posts
  • Create a list of unavailable emails
  • How to remove invalid emails from Outlook
  • Building a MAUI CustomRefreshView
  • Building a Custom Matching Pairs Component in .NET MAUI
  • The Commodore 64 is back
  • Microsoft Outlook logo
    Create a list of unavailable emailsDecember 17, 2025
  • Microsoft Outlook logo
    How to remove invalid emails from OutlookOctober 7, 2025
  • Building a MAUI CustomRefreshViewSeptember 10, 2025
  • Custom Matching Pairs Component in .NET9 MAUI
    Building a Custom Matching Pairs Component in .NET MAUISeptember 2, 2025
  • Commodore 64 is back
    The Commodore 64 is backJuly 21, 2025

adminlte android apple aspnet-5 aspnet-core azure azure-devops azure-functions blazor blazor-component blazor-server blazor-webassembly clean-architecture csharp dependency-injection design-pattern docker entity-framework-core games github google-chrome identityserver4 ios javascript linux macOS maui microsoft microsoft-excel microsoft-identity net6 net8 netcore pattern pipeline python security visual-studio visualstudio-2022 webapi windows10 windows11 xamarin-forms xbox xbox-series-s

  • .NET
  • .NET Core
  • .NET General
  • .NET5
  • .NET6
  • .NET7
  • .NET8
  • .NET9
  • Agile
  • Ajax
  • Amazon
  • Android
  • AngularJs
  • Apple
  • Apps
  • ASP.NET
  • Azure
  • Azure
  • Azure DevOps
  • Blazor
  • C#
  • Developers
  • Docker
  • F#
  • Framework
  • Games
  • General
  • Google
  • Google
  • HTML
  • HTML\CSS
  • IIS
  • Internet
  • iOS
  • Java
  • JavaScript
  • Linux
  • macOS
  • MAUI
  • Microsoft
  • Microsoft Office
  • MVC
  • News
  • Node.js
  • Other
  • PowerBI
  • PowerShell
  • Programming languages
  • Projects and ideas
  • Python
  • R
  • React.JS
  • Security
  • SQL
  • Swift
  • Testing
  • Tips & tricks
  • Tools
  • TypeScript
  • Ubuntu
  • Uncategorized
  • Unity
  • Universal Windows App
  • VB.NET
  • Visual Basic
  • Visual Studio
  • Visual Studio
  • WebAPI
  • Windows
  • Xamarin

Copyright © All rights reserved

Proudly powered by WordPress | Theme: SuperMag by Acme Themes
 Share This
 Facebook
 WhatsApp
 Reddit
 Telegram
 LinkedIn

Share on Mastodon