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

Category: .NET8

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

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

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

How to use FlexLayout with different sizes

October 11, 2024October 11, 2024 Enrico Rossini
MAUI component for skills using FlexLayout

In this new post, I want to show you via a simple project how to use in MAUI FlexLayout with children with different sizes.

Read More
.NET8, C#, MAUImaui, net8, skills, uiLeave a comment

Build your sentence in MAUI

October 10, 2024October 10, 2024 Enrico Rossini
dotnet maui cross platform development

How to create a simple component to build your sentence in MAUI using taps and gestures. Source code available.

Read More
.NET8, MAUImaui, net8Leave 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

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

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

Using ChatGPT library for grammar checker API

June 18, 2024June 18, 2024 Enrico
ChatGPT grammar checker

In this article, we’ll show you a way for using my new ChatGPT library for a grammar checker API with ASP.NET Core step-by-step

Read More
.NET8, ASP.NETaspnet-core, chatgpt, webapiLeave a comment

New ChatGPT library for C#

June 17, 2024June 17, 2024 Enrico
openai chatgpt library

I release a new ChatGPT library for C# that helps with the communication and calls to the popular Open AI tool.

Read More
.NET8, C#chatgpt, library, openaiLeave a comment

Language In Use is here!

June 13, 2024June 13, 2024 Enrico
LanguageInUse

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

Read More
.NET8, Blazor, MAUI, Newsblazor, maui, net8Leave a comment

Maui CommunityToolkit Popup crashes applications

June 11, 2024June 11, 2024 Enrico
MAUI CommunityToolkit Popup crashes my 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

Read More
.NET8, MAUIcommunitytoolkit, maui1 Comment

MAUI raises on iOS MT1045

June 3, 2024June 13, 2024 Enrico

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

Read More
.NET8, MAUIios, maui, visual-studio, visualstudio-2022Leave a comment

Deep linking for NET8 MAUI

March 5, 2024March 5, 2024 Enrico
maui deep linking

In this post everything you have to do to implement deep linking for NET8 MAUI for mobile and desktop applications

Read More
.NET8, MAUIdeep-linking, maui, net8Leave a comment

MAUI Push Notifications using Azure Notification Hub for iOS

March 3, 2024March 3, 2024 Enrico
ios push notification

Here the new post where I explain how to implement the Push Notifications in MAUI using Azure Notification Hub for iOS without external plugin

Read More
.NET8, MAUIazure-notification-hub, ios, maui, net88 Comments

Set safe areas for iOS in MAUI

February 28, 2024February 28, 2024 Enrico
ios safe areas

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.

Read More
.NET8, MAUIios, maui, net8, notch, safe-areasLeave a comment

MAUI Push Notifications using Azure Notification Hub for Android

February 23, 2024March 3, 2024 Enrico
Xamarin push notification with Azure

Here is how to implement in a MAUI project the Push Notifications using Azure Notification Hub for Android. It works simply fine!

Read More
.NET8, MAUIandroid, azure-notification-hub, maui, net8Leave a comment

Remove bundle id in iOS development

February 23, 2024February 23, 2024 Enrico
ios wallpaper

Remove bundle id in iOS development when it tights to a different account of your. Spiler alert: clean the Library.

Read More
.NET8, iOS, MAUIdevelopment, ios, mauiLeave a comment

Using SecureStorage with MAUI

February 23, 2024February 23, 2024 Enrico
Cloud storage

Using SecureStorage with MAUI with the correct setup in your NET8 MAUI applications. Here the solution for iOS and Android.

Read More
.NET8, MAUImaui, net8, secure-storageLeave a comment

MAUI Push Notifications using Azure Notification Hub

February 23, 2024March 29, 2024 Enrico
maui net8 push notification

Here how implement in NET8 MAUI the push notifications using Azure Notification Hub without any external package for Windows. Very hard work!

Read More
.NET8, MAUIazure, azure-notification-hub, maui, net8, windows, windows-apps1 Comment

Create TabBar in MAUI

February 2, 2024February 2, 2024 Enrico

I show you how to create a nice #TabBar in #MAUI without using any external NuGet package or components. Fully customizable and 100% #XAML.

Read More
.NET8, MAUImaui, net8, tabsLeave a comment

Some lessons I learned about MAUI

January 31, 2024January 31, 2024 Enrico

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.

Read More
.NET8, MAUImaui, net8Leave 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