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
All technologies, only pure source code
Here the new post where I explain how to implement the Push Notifications in MAUI using Azure Notification Hub for iOS without external plugin
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.
Developing applications with NET8 MAUI, we want to deploy apps on a real device. Here are all the necessary steps without wasting time.
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 when it tights to a different account of your. Spiler alert: clean the Library.
Using SecureStorage with MAUI with the correct setup in your NET8 MAUI applications. Here the solution for iOS and Android.
Here how implement in NET8 MAUI the push notifications using Azure Notification Hub without any external package for Windows. Very hard work!
I show you how to create a nice #TabBar in #MAUI without using any external NuGet package or components. Fully customizable and 100% #XAML.
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.
In a MAUI project, when a selected ListView item is highlighted or selected, the background of this item is orange. Here the solution.
A VBA script converts Excel tables to JSON and exports the data to a file, for App Registration for Azure Active Directory
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.
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
In this new series of posts, I will show how to create custom user management with NET8 and Blazor based on Microsoft Identity.
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
How do we create an Azure DevOps pipeline for building Maui components or applications? Here the base pipeline to use and customize
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
In this post, I talk about to switch to dark mode automatically on Windows. Why? Although Windows 11 comes with…
In this new post, I show you how to sign up for Threads, the anti-Twitter by Meta. The new app is available from today in the US and the UK.
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
Do you want to test your script to delete files in a production environment? Here an explanation for testing PowerShell with Pester for real
I want to share with you an awesome way for testing PowerShell scripts with Pester, a framework for PowerShell script testing and mocking
Write a ChatGPT client in C# using the OpenAI API: walkthrough the process of creating human-like responses
Using the new NuGet package, we can create beautiful console applications with Spectre.Console that are not boring or monochrome
In this new post custom JavaScript function in Blazor, I present how to create functions in C# in a Blazor page and integrate them with JavaScript