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
Maui CommunityToolkit Popup crashes 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
Microsoft unveils All-Digital Xbox Series
In the Xbox Games Showcase, Microsoft unveils a new all-digital Xbox Series X and revised Series S. Here are all the details of today
New Harry Potter game is coming
Today at Summer Game Fest, Warner Bros. Games has revealed that Harry Potter: Quidditch Champions is releasing on 3rd September
MAUI raises on iOS MT1045
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
MS-DOS 4.0 is now open source
From today, Microsoft released on GitHub MS-DOS 4.0. MS-DOS 4.0 is now open source and available with the other older versions of the OS.
Deep linking for NET8 MAUI
In this post everything you have to do to implement deep linking for NET8 MAUI for mobile and desktop applications
MAUI Push Notifications using Azure Notification Hub for iOS
Here the new post where I explain how to implement the Push Notifications in MAUI using Azure Notification Hub for iOS without external plugin
Set safe areas for iOS in MAUI
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.
Deploy MAUI apps on 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 Push Notifications using Azure Notification Hub for Android
Here is how to implement in a MAUI project the Push Notifications using Azure Notification Hub for Android. It works simply fine!
Remove bundle id in iOS development
Remove bundle id in iOS development when it tights to a different account of your. Spiler alert: clean the Library.
Using SecureStorage with MAUI
Using SecureStorage with MAUI with the correct setup in your NET8 MAUI applications. Here the solution for iOS and Android.
MAUI Push Notifications using Azure Notification Hub
Here how implement in NET8 MAUI the push notifications using Azure Notification Hub without any external package for Windows. Very hard work!
Create TabBar in MAUI
I show you how to create a nice #TabBar in #MAUI without using any external NuGet package or components. Fully customizable and 100% #XAML.
Some lessons I learned about MAUI
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.
Orange selected ListView item highlighted in MAUI
In a MAUI project, when a selected ListView item is highlighted or selected, the background of this item is orange. Here the solution.
Excel export Json for Azure Active Directory
A VBA script converts Excel tables to JSON and exports the data to a file, for App Registration for Azure Active Directory
Open a loading popup from MAUI viewmodel
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, Blazor and Custom User Management
I will show how to create custom user management with NET8 and Blazor based on Microsoft Identity. Here is how to add custom fields for users
Custom User Management with NET8 and Blazor
In this new series of posts, I will show how to create custom user management with NET8 and Blazor based on Microsoft Identity.
Blazor integration with Identity Server
I share the code for a Blazor integration with Identity Server and BFF. All browsers don’t allow to share or save an authentication token
Azure DevOps pipeline for Maui
How do we create an Azure DevOps pipeline for building Maui components or applications? Here the base pipeline to use and customize
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
Switch to dark mode automatically on Windows
In this post, I talk about to switch to dark mode automatically on Windows. Why? Although Windows 11 comes with an option to switch between the light and dark modes, it’s a manual process that requires several steps. Auto Dark Mode X is an open-source application that allows you to configure a schedule to switch between the light and dark modes (and vice versa) automatically. Furthermore, the application also includes exceptions to prevent the switch while you are gaming or running on battery. You can even specify whether apps, including…