Building a MAUI CustomRefreshView
Solving the .NET MAUI RefreshView Limitation on macOS: building a MAUI CustomRefreshView from scratch for all platforms
Building a Custom Matching Pairs Component in .NET MAUI
We will walk through the design and implementation of a flexible, reusable Matching Pairs component for .NET9 MAUI
The Commodore 64 is back
One of the most iconic and important computers of the 1980s is set to make a comeback. All-new Commodore 64…
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.
Cloning all repositories from Azure DevOps
I will provide a script for cloning all repositories from Azure DevOps in an organisation with projects and repositories using…
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…
Resilient connection to RabbitMQ
The connection with RabbitMQ isn't always stable. The reconnection not always is working. I want to create a resilient connection…
Release SSIS using Azure DevOps
Steps on how to create a working pipeline to release SSIS packages using Azure DevOps from the creation of the…
From Installation to Advanced Configuration: Setting Up Serilog for C# Success
In the ever-evolving landscape of software development, effective logging is crucial for maintaining robust and...
Releasing Windows Services using Azure DevOps
Here I explain how releasing Windows Services using pipelines in Azure DevOps. It helps you achieve a CD/CI for your…
Deploying Windows Services using Azure DevOps
Here how deploying Windows Services using pipelines in Azure DevOps. This helps you achieve a proper CD/CI for your Windows…
Microsoft Muse explained
Today, Microsoft announced a new generative AI model for games called Muse in Cambridge, UK. This new technology is explained…
APIs with Entity Framework Core: PUT
Continue the tutorial about APIs with Entity Framework Core and in particular how to implemente the PUT to update a…
APIs with Entity Framework Core: POST
Here how to change the minimal APIs with Entity Framework Core for POST and GET in order to save and…
APIs with Entity Framework Core
I want to give a complete example of minimal APIs in Blazor with Entity Framework Core with complex objects.
PendingModelChangesWarning with NET9
I am creating with NET9 using Entity Framework Core that returns PendingModelChangesWarning. Here how to understand this error and fix…
NET9 is here
NET 9 is here and out today. In this post, I highlight the top updates across 8 key areas. Are…
Connect MongoDB with Node.js
In this new post, I show how to connect our application to MongoDB using Node.js. Send users and test your…
Variables and simple data types in Python
Continue the series of posts about Python: this new post is about variables and simple data types and constants.
Hello Python
Hello Python! is a new thread in my blog. I started to learn this programming language a few months ago…
Introduction to Node.js
This is an introduction to Node.js that is a server to run JavaScript apps. After a brief history, I will…
How to use FlexLayout with different sizes
In this new post, I want to show you via a simple project how to use in MAUI FlexLayout with…
Build your sentence in MAUI
How to create a simple component to build your sentence in MAUI using taps and gestures. Source code available.
Maui error Javax.Crypto.AEADBadTagException
What is the workaround when you get the error Maui error Javax.Crypto.AEADBadTagException with MAUI version 8.0.82
Sequoia doesn’t work with MAUI
Sequoia doesn't work with MAUI. Now I can't try my apps on iOS. It is still working for macOS. Here…
