WebApiDocumentator: an alternative to Swagger
The NuGet package WebApiDocumentator is an alternative to Swagger and the design is simple and more useful for developers and…
Microsoft has recently announced the release of NET8, the latest version of its popular software development platform. NET8 brings many new features and improvements to help developers create modern applications for web, mobile, desktop, cloud, and IoT
The NuGet package WebApiDocumentator is an alternative to Swagger and the design is simple and more useful for developers and…
The connection with RabbitMQ isn't always stable. The reconnection not always is working. I want to create a resilient connection…
Continue the tutorial about APIs with Entity Framework Core and in particular how to implemente the PUT to update a…
In this new post, I want to show you via a simple project how to use in MAUI FlexLayout with…
How to create a simple component to build your sentence in MAUI using taps and gestures. Source code available.
What is the workaround when you get the error Maui error Javax.Crypto.AEADBadTagException with MAUI version 8.0.82
The MAUI Picker doesn't work for MacCatalyst. And this is quite annoying. Here an idea how implement a workaround to…
I released a new component called Language Dropdown for MAUI. This displays a dropdown with all the languages in the…
I show how display HTML with NET8 MAUI Label using only the Label attributes. The source code of this post…
Today, after 2 years, I released a new Markdown Editor components for JavaScript and Blazor. The full source code is…
I'm going to release a simple cross-platform offline country data library for NET8. The library is based on the ISO-3166-1…
In this article, we’ll show you a way for using my new ChatGPT library for a grammar checker API with…
I release a new ChatGPT library for C# that helps with the communication and calls to the popular Open AI…
Language In Use is here! I'm so excited about the presentation of my new project. My new app helps you…
I use the MAUI CommunityToolkit version 9.0.1 and in particular Popup crashes my applications. I discovered why and how to…
When from Visual Studio you deploy a real device a MAUI application raises on iOS the error MT1045. Here what…
In this post everything you have to do to implement deep linking for NET8 MAUI for mobile and desktop applications
Here the new post where I explain how to implement the Push Notifications in MAUI using Azure Notification Hub for…
When you create an application for iOS in MAUI, we have to set the safe areas if we want to…
Here is how to implement in a MAUI project the Push Notifications using Azure Notification Hub for Android. It works…
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…
I show you how to create a nice #TabBar in #MAUI without using any external NuGet package or components. Fully…
I want to share with you some lessons I learned about MAUI. In the last few months, I have been…