Skip to content
Friday, September 26, 2025
Recent posts
  • Building a MAUI CustomRefreshView
  • Building a Custom Matching Pairs Component in .NET MAUI
  • The Commodore 64 is back
  • MAUI component for skills using FlexLayout
  • Cloning all repositories from Azure DevOps

PureSourceCode

All technologies, only pure source code

  • Forum
  • Links
  • Download
  • Shop
  • Profile
    • Newsletter
    • Cart
    • Checkout
    • My orders
  • Contact

Author: Enrico

My greatest passion is technology. I am interested in multiple fields and I have a lot of experience in software design and development. I started professional development when I was 6 years. Today I am a strong full-stack .NET developer (C#, Xamarin, Azure)

Building a MAUI CustomRefreshView

September 10, 2025September 10, 2025 Enrico

Solving the .NET MAUI RefreshView Limitation on macOS: building a MAUI CustomRefreshView from scratch for all platforms

Read More
.NET9, MAUImaui, maui-component, net9, refreshviewLeave a comment

Building a Custom Matching Pairs Component in .NET MAUI

September 2, 2025September 2, 2025 Enrico
Custom Matching Pairs Component in .NET9 MAUI

We will walk through the design and implementation of a flexible, reusable Matching Pairs component for .NET9 MAUI

Read More
.NET9, MAUImatching, maui, maui-component, net9Leave a comment

The Commodore 64 is back

July 21, 2025July 21, 2025 Enrico
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 is planned for release this year

Read More
News, Otherc64, commodoreLeave a comment

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

Cloning all repositories from Azure DevOps

June 30, 2025June 30, 2025 Enrico
PowerShell Script Wallpaper

I will provide a script for cloning all repositories from Azure DevOps in an organisation with projects and repositories using PowerShell

Read More
Azure DevOps, PowerShellazure-cli, azure-devops, powershell, project, repositoriesLeave a comment

WebApiDocumentator: an alternative to Swagger

May 27, 2025May 26, 2025 Enrico
swagger

The NuGet package WebApiDocumentator is an alternative to Swagger and the design is simple and more useful for developers and end users

Read More
.NET8, .NET9, WebAPIswagger, swagger-ui, WebApiDocumentatorLeave a comment

Resilient connection to RabbitMQ

May 26, 2025May 26, 2025 Enrico
rabbitmq

The connection with RabbitMQ isn’t always stable. The reconnection not always is working. I want to create a resilient connection to RabbitMQ

Read More
.NET7, .NET8, .NET9connection, queue, rabbitmqLeave a comment

Release SSIS using Azure DevOps

May 25, 2025May 25, 2025 Enrico
SQL Server SSIS SQL Server Integration Services

Steps on how to create a working pipeline to release SSIS packages using Azure DevOps from the creation of the artifact to the deployment.

Read More
Azure DevOps, SQLazure-devops, azure-pipeline, microsoft-sqlserver, ssisLeave a comment

Releasing Windows Services using Azure DevOps

April 22, 2025May 25, 2025 Enrico
Deploying Windows Services using pipelines in Azure DevOps

Here I explain how releasing Windows Services using pipelines in Azure DevOps. It helps you achieve a CD/CI for your Windows Service project

Read More
Azure DevOps, Windowsazure-devops, azure-pipeline, pipeline, windows-serviceLeave a comment

Deploying Windows Services using Azure DevOps

April 22, 2025May 25, 2025 Enrico
Deploying Windows Services using pipelines in Azure DevOps

Here how deploying Windows Services using pipelines in Azure DevOps. This helps you achieve a proper CD/CI for your Windows Service projects

Read More
Azure DevOps, Windowsazure-devops, azure-pipeline, pipeline, windows-serviceLeave a comment

Microsoft Muse explained

February 24, 2025February 24, 2025 Enrico
Microsoft Muse explained

Today, Microsoft announced a new generative AI model for games called Muse in Cambridge, UK. This new technology is explained here.

Read More
Microsoftgames, microsoft, microsoft-muse, retro-gamesLeave a comment

APIs with Entity Framework Core: PUT

February 23, 2025February 23, 2025 Enrico
APIs with Entity Framework Core

Continue the tutorial about APIs with Entity Framework Core and in particular how to implemente the PUT to update a record with dependencies.

Read More
.NET7, .NET8, .NET9, C#blazor, entity-framework-core, entityframeworkcore, webapiLeave a comment

APIs with Entity Framework Core: POST

February 19, 2025February 23, 2025 Enrico
APIs with Entity Framework Core

Here how to change the minimal APIs with Entity Framework Core for POST and GET in order to save and retrieve an object with dependencies.

Read More
.NET9, C#blazor, entity-framework-core, entityframeworkcore, webapiLeave a comment

APIs with Entity Framework Core

February 19, 2025February 23, 2025 Enrico
APIs with Entity Framework Core

I want to give a complete example of minimal APIs in Blazor with Entity Framework Core with complex objects.

Read More
.NET9, C#blazor, entity-framework-core, minimal-apisLeave a comment

PendingModelChangesWarning with NET9

February 17, 2025February 17, 2025 Enrico

I am creating with NET9 using Entity Framework Core that returns PendingModelChangesWarning. Here how to understand this error and fix it

Read More
.NET9efcore, entityframeworkcore, net9Leave a comment

NET9 is here

November 14, 2024November 14, 2024 Enrico
dotnet9

NET 9 is here and out today. In this post, I highlight the top updates across 8 key areas. Are you ready to migrate to NET9?

Read More
.NET9net9Leave a comment

Maui error Javax.Crypto.AEADBadTagException

September 30, 2024September 30, 2024 Enrico

What is the workaround when you get the error Maui error Javax.Crypto.AEADBadTagException with MAUI version 8.0.82

Read More
.NET8, MAUIandroid, maui, secure-storageLeave 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

Picker doesn’t work for MacCatalyst

September 16, 2024September 16, 2024 Enrico

The MAUI Picker doesn’t work for MacCatalyst. And this is quite annoying. Here an idea how implement a workaround to this issue.

Read More
.NET8macCatalyst, macOS, maui, net8Leave 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

First look at Star Wars Outlaws

August 27, 2024August 27, 2024 Enrico
Star Wars Outlaws

Here is the first look at Star Wars Outlaws, the most awaited game of the year. The Star Wars universe is expanding once again.

Read More
Gamesgames, star-warsLeave a comment

Split SQL script tool

August 21, 2024August 21, 2024 Enrico
csharp sql tables

I have created a simple C# console application as a tool to split big SQL scripts. For example, I had a problem with data seed scripts.

Read More
C#, SQLsql, sql-scriptLeave 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

New MarkdownEditor components for JavaScript and Blazor

July 1, 2024July 1, 2024 Enrico
markdown editor blazor logo

Today, after 2 years, I released a new Markdown Editor components for JavaScript and Blazor. The full source code is available on GitHub.

Read More
.NET8, Blazor, C#, JavaScriptblazor, blazor-server, blazor-webassembly, javascript, markdownLeave a comment

Country data library for NET8

June 19, 2024June 19, 2024 Enrico
Country Data library for NET8

I’m going to release a simple cross-platform offline country data library for NET8. The library is based on the ISO-3166-1 standard

Read More
.NET8, C#country, flags, libraryLeave a comment

Posts navigation

Older posts
Advertisements
  • Building a MAUI CustomRefreshView
  • Building a Custom Matching Pairs Component in .NET MAUI
  • The Commodore 64 is back
  • MAUI component for skills using FlexLayout
  • Cloning all repositories from Azure DevOps
Advertisements
  • 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
  • MAUI component for skills using FlexLayout
    MAUI component for skills using FlexLayoutJuly 9, 2025
  • PowerShell Script Wallpaper
    Cloning all repositories from Azure DevOpsJune 30, 2025

adminlte android api apple aspnet-5 aspnet-core azure azure-devops azure-functions blazor blazor-component blazor-server blazor-webassembly clean-architecture 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 python security visual-studio visualstudio-2022 webapi windows10 windows11 xamarin 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
Advertisements

Copyright © All rights reserved

Proudly powered by WordPress | Theme: SuperMag by Acme Themes
 Share This
 Facebook
 WhatsApp
 Reddit
 Telegram
 LinkedIn
 Email

Share on Mastodon