Skip to content
Thursday, April 23, 2026
Recent posts
  • Build surveys in Blazor without hand-writing a single form
  • Markdown Editor: renew an editor for JavaScript
  • Scanning .NET Target Frameworks with PowerShell
  • Replacing Swagger with Scalar in ASP.NET Core
  • OpenAPI Enhancements in ASP.NET Core 10

PureSourceCode

All technologies, only pure source code

  • Forum
  • Links
  • Download
  • Shop
  • Profile
    • Newsletter
    • Cart
    • Checkout
    • My orders
  • Contact
  • April 22, 2026 Enrico 0
    Build surveys in Blazor without hand-writing a single form
    Introducing the PSC Survey Suite for Blazor: a runtime component, a drag-and-drop...
    Blazor 
  • April 15, 2026 Enrico 0
    Markdown Editor: renew an editor for JavaScript
    Markdown has become the default for product descriptions, blog posts, issue trackers,...
    JavaScript 
  • March 19, 2026 Enrico 0
    Scanning .NET Target Frameworks with PowerShell
    Here a useful script to scan a folder to find out what...
    PowerShell 
  • March 6, 2026 Enrico 0
    Replacing Swagger with Scalar in ASP.NET Core
    In this post, I show how replacing Swagger with Scalar in ASP.NET...
    .NET10 WebAPI 
  • March 4, 2026 Enrico 0
    OpenAPI Enhancements in ASP.NET Core 10
    A deep dive into the latest OpenAPI and Swagger improvements in ASP.NET...
    .NET10 WebAPI 
Build surveys in Blazor without hand-writing a single form

Build surveys in Blazor without hand-writing...

April 22, 2026 0
Markdown Editor: renew an editor for JavaScript

Markdown Editor: renew an editor for...

April 15, 2026 0
Scanning .NET Target Frameworks with PowerShell

Scanning .NET Target Frameworks with PowerShell

March 19, 2026 0
Replacing Swagger with Scalar in ASP.NET Core

Replacing Swagger with Scalar in ASP.NET...

March 6, 2026 0

Connect MongoDB with Node.js

October 20, 2024October 20, 2024 Enrico Rossini
mongoDB wallpaper

In this new post, I show how to connect our application to MongoDB using Node.js. Send users and test your application using an APIs client.

Read More
.NET7Leave a comment

Variables and simple data types in Python

October 14, 2024October 14, 2024 Enrico Rossini
Python programming language - logo

Continue the series of posts about Python: this new post is about variables and simple data types and constants.

Read More
PythonpythonLeave a comment

Hello Python

October 12, 2024October 12, 2024 Enrico Rossini
Python programming language

Hello Python! is a new thread in my blog. I started to learn this programming language a few months ago but now I have to be serious.

Read More
PythonpythonLeave a comment

Introduction to Node.js

October 12, 2024October 12, 2024 Enrico Rossini
nodejs wallpaper

This is an introduction to Node.js that is a server to run JavaScript apps. After a brief history, I will create a simple web application.

Read More
JavaScript, Node.jsjavascript, node.jsLeave 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

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

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

Microsoft unveils All-Digital Xbox Series

June 9, 2024June 9, 2024 Enrico
Microsoft unveils new All-Digital Xbox Series X and revised Series S

In the Xbox Games Showcase, Microsoft unveils a new all-digital Xbox Series X and revised Series S. Here are all the details of today

Read More
Microsoft, Newsgames, xbox, xbox-series-s1 Comment

New Harry Potter game is coming

June 7, 2024June 7, 2024 Enrico
harry potter quiddich

Today at Summer Game Fest, Warner Bros. Games has revealed that Harry Potter: Quidditch Champions is releasing on 3rd September

Read More
Newsharry-potter, hogwarts-legacyLeave a 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

MS-DOS 4.0 is now open source

April 29, 2024April 29, 2024 Enrico
MS-DOS 4.0 Wallpaper

From today, Microsoft released on GitHub MS-DOS 4.0. MS-DOS 4.0 is now open source and available with the other older versions of the OS.

Read More
Microsoft, Newshistory, microsoft, msdosLeave 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

Posts navigation

Older posts
Newer posts

Powered by flnk.it

  • Build surveys in Blazor without hand-writing a single form
  • Markdown Editor: renew an editor for JavaScript
  • Scanning .NET Target Frameworks with PowerShell
  • Replacing Swagger with Scalar in ASP.NET Core
  • OpenAPI Enhancements in ASP.NET Core 10
  • Survey Form Designer
    Build surveys in Blazor without hand-writing a single formApril 22, 2026
  • markdown editor blazor logo
    Markdown Editor: renew an editor for JavaScriptApril 15, 2026
  • PowerShell Script Wallpaper
    Scanning .NET Target Frameworks with PowerShellMarch 19, 2026
  • Api
    Replacing Swagger with Scalar in ASP.NET CoreMarch 6, 2026
  • OpenAPI Enhancements in ASP.NET Core 10March 4, 2026

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 identityserver4 ios javascript linux macOS maui microsoft microsoft-excel microsoft-identity net6 net8 netcore pattern powershell python security swagger swagger-ui visual-studio visualstudio-2022 webapi windows10 windows11 xamarin-forms xbox xbox-series-s

  • .NET
  • .NET Core
  • .NET General
  • .NET10
  • .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
  • Rust
  • 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

Copyright © All rights reserved

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

Share on Mastodon

Verified by MonsterInsights