Skip to content
Tuesday, January 20, 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

Hashtag: maui

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.

Read More
MAUIcomponents, maui, maui-componentLeave a comment

How to use FlexLayout with different sizes

October 11, 2024October 11, 2024 Enrico Rossini
MAUI component for skills using FlexLayout

In this new post, I want to show you via a simple project how to use in MAUI FlexLayout with children with different sizes.

Read More
.NET8, C#, MAUImaui, net8, skills, uiLeave 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!

Read More
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

Read More
.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

Read More
.NET8, MAUImaui, net8Leave a comment

Language In Use is here!

June 13, 2024June 13, 2024 Enrico
LanguageInUse

Language In Use is here! I’m so excited about the presentation of my new project. My new app helps you to learn and improve your language

Read More
.NET8, Blazor, MAUI, Newsblazor, maui, 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

Read More
.NET8, MAUIcommunitytoolkit, maui1 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

Read More
.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

Read More
.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.

Read More
.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.

Read More
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!

Read More
.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.

Read More
.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!

Read More
.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.

Read More
.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.

Read More
.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.

Read More
.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.

Read More
.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

Read More
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

Read More
.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

Read More
Android, iOS, macOS, MAUI, Visual Studioandroid, ios, maui, visual-studio, windows11Leave a comment
Advertisements
  • 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