Skip to content
Tuesday, March 3, 2026
Recent posts
  • Complete Rust programming Guide for Beginners
  • Create a list of unavailable emails
  • How to remove invalid emails from Outlook
  • Building a MAUI CustomRefreshView
  • Building a Custom Matching Pairs Component in .NET MAUI

PureSourceCode

All technologies, only pure source code

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

Year: 2022

Start with MAUI

April 26, 2022May 6, 2022 Enrico

It is time to start with MAUI. With the Release Candidate from yesterday we can update Visual Studio 2022 Preview to play with Multi-platform

Read More
.NET Coremaui, preview, visualstudio-2022, xamarinLeave a comment

MAUI Release Candidate is here

April 26, 2022April 26, 2022 Enrico
MAUI Release Candidate is here

The exciting news in April for mobile app development is that the release of .NET MAUI Release Candidate (RC) is here.

Read More
MAUI, Microsoft, Newsmaui, visual-studioLeave a comment

Add Security Headers to Blazor WebAssembly

April 5, 2022April 5, 2022 Enrico
Microsoft Blazor wallpaper

In this new post, I like to explain how to add security headers to Blazor WebAssembly to follow the recommendations from OWASP.

Read More
.NET Core, .NET6, Blazoraspnet-5, aspnet-core, azure, blazor, blazor-server, blazor-webassembly, net6, owaspLeave a comment

Add Security Header our website

April 4, 2022April 4, 2022 Enrico
asp.net webapi webapp sql

In this new post, I’ll show you how to add security header to our website to be ready for a penetration test. Quick and easy to implement.

Read More
.NET Core, .NET5, .NET6, ASP.NETaspnet, aspnet-5, aspnet-core, net6, netcoreLeave a comment

Query in Azure DevOps for work items

March 8, 2022March 8, 2022 Enrico

It is possible to write custom query in Azure DevOps for work items using the Work Item Query Language (WIQL) a language close to SQL language

Read More
Azure DevOpsagile, azure-devops, processes, wiql, work-itemsLeave a comment

Validate JSON with Postman

March 8, 2022March 8, 2022 Enrico
postman

In this new post, I explain how to validate a JSON result with Postman from your APIs using JavaScript with few lines of code. Full code here

Read More
Toolsapi, json, json-schema, postman, webapiLeave a comment

Handling file uploads in OpenAPI

March 8, 2022March 8, 2022 Enrico
asp.net webapi webapp sql

This post is about implementing handling file uploads in OpenAPI with ASP.NET Core. Open API is one way to document REST API endpoints.

Read More
.NET Core, ASP.NETapi, net6, swagger, swagger-ui, webapiLeave a comment

Azure DevOps Processes

February 25, 2022February 25, 2022 Enrico

Azure DevOps provides 4 processes as standard. When creating a project, the default process is Agile. In details all Azure DevOps processes

Read More
Azure DevOps, Toolsagile, azure-devops, cmmi, processes, scrumLeave a comment

Testing APIs with RestClient in Visual Studio Code

February 17, 2022February 17, 2022 Enrico
visual studio code wallpaper

I show a simple way for Testing APIs with RestClient in Visual Studio Code. RestClient is a simple extension for Visual Studio Code.

Read More
.NET Coreapi, rest, testing, visual-studio, visualstudio-codeLeave a comment

Remote debug Android devices

February 10, 2022February 10, 2022 Enrico
remote debug google chrome

In this post, I show you how to remote debug live content on an Android device from your Windows, Mac, or Linux computer. Easy peasy

Read More
.NET Coreandroid, blazor, devtools, google-chrome, remote-debugLeave a comment

Browser detect component for Blazor

February 10, 2022March 14, 2023 Enrico
Browser detect component for Blazor

In this post, I talk about user-agent and I’m going to create a browser detect component for  Blazor WebAssembly and Blazor Server with .NET6.

Read More
Blazorblazor, blazor-component, blazor-server, blazor-webassembly, browsersLeave a comment

Deploy WordPress with Azure DevOps

February 1, 2022February 2, 2022 Enrico

In this new post, I show you how to deploy WordPress with Azure DevOps using an instance of WordPress app service created in the Azure

Read More
Azure, Azure DevOps, Toolsazure-devops, deployment, wordpressLeave a comment

Employers are desperate for data scientists

January 31, 2022February 1, 2022 Enrico
data scientist

The demand for data science is growing fast and employers are desperate for data scientists. On top of that, the great resignations is on. What do you think about it? What is your experience?

Read More
News, Projects and ideasdata-science, data-scientists, jobs, php, pythonLeave a comment

Google plans the kill cookies

January 30, 2022January 29, 2022 Enrico
google cookies floc

Google’s plan to kill cookies means remove third-party cookies from Chrome hasn’t gone smoothly scrapping Federated Learning of Cohorts FLoC

Read More
Google, Google, News, Toolscookies, FLoC, google, google-chromeLeave a comment

World Map component for Blazor

January 29, 2022January 28, 2022 Enrico
world map blazor component

This World Map component for Blazor WebAssembly and Blazor Server creates an interactive map of the world or specific region and shows your data

Read More
Blazorblazor-component, blazor-server, blazor-webassemblyLeave a comment

Simple XML minifier in C#

January 28, 2022January 28, 2022 Enrico
C# .NET language

In this new post, I give you my code for a simple XML minifier in C#. I know I always have strange thought but I’m a developer

Read More
.NET Core, .NET6, C#c#, minifier, minimize, net6, netcore, svg, xmlLeave a comment

SVG Icons and flags for Blazor

January 27, 2022January 27, 2022 Enrico
icons wallpaper

SVG Icons and flags for Blazor is a new library that contains tons of icons in SVG format and also all the world flags for each country

Read More
Blazorblazor-component, blazor-server, blazor-webassembly3 Comments

Add Code Snippet in Razor pages

January 26, 2022January 26, 2022 Enrico
programming code snippet

In this new post, I show you how to add code snippet in Razor pages for Blazor WebAssembly and Blazor Server using highlight.js

Read More
Blazorblazor-component, blazor-server, blazor-webassembly, codeLeave a comment

Dynamically add JavaScript from Blazor components

January 25, 2022January 26, 2022 Enrico
Blazor Background

In this new post, I show you the code to dynamically add JavaScript from a Blazor components coming from the component itself or another URL

Read More
Blazor, JavaScriptblazor, blazor-server, blazor-webassembly, javascriptLeave a comment

Minimal APIs in NET6

January 21, 2022January 21, 2022 Enrico
NET6 Azure DevOps

From now on, we can create minimal APIs in NET6 that allows us to write in few lines of code powerful APIs. I collect all my understanding

Read More
.NET6, C#api, net6, webapiLeave a comment

Uploading files in ASPNET Core

January 20, 2022January 20, 2022 Enrico
asp.net webapi webapp sql

Uploading files in ASP.NET Core is largely the same as standard full framework MVC but now we can stream large files. Here I explain how

Read More
.NET Core, ASP.NET, Blazor, C#, MVC, WebAPIaspnet-5, aspnet-core, upload, upload-big-files, webapiLeave a comment

Google Analytics illegal in Austria

January 20, 2022January 20, 2022 Enrico
Google Analytics Logo

Google Analytics illegal in Austria: Austria has ruled that Austrian website providers using Google Analytics are in violation of the GDPR. 

Read More
Google, Newseurope, gdpr, google, google-analyticsLeave a comment

Microsoft to acquire Activision Blizzard

January 19, 2022January 19, 2022 Enrico
Microsoft to acquire Activision Blizzard for $68.7 billion

Microsoft is acquiring Activision Blizzard, the publisher of Call of Duty, World of Warcraft, and Diablo. The deal will value at $68.7billion

Read More
Microsoft, Newsblizzard, candy-crush, diablo, games, xbox, xbox-series-sLeave a comment

Xbox One consoles discontinued

January 14, 2022January 14, 2022 Enrico
xbox one x end of life

Microsoft has officially confirmed that the manufacturing of all Xbox One consoles has ceased in favour of Xbox Series X and Xbox Series S

Read More
Games, NewsxboxLeave a comment

Copy to Clipboard component for Blazor

January 13, 2022January 13, 2022 Enrico
copy to clipboard

I’ll create a Copy to Clipboard component for Blazor. I use the button to notify if the copy is successful. So, I return reset the button

Read More
.NET6, Blazorblazor, blazor-component, blazor-server, blazor-webassembly, net6Leave a comment

Posts navigation

Older posts
Newer posts
  • Complete Rust programming Guide for Beginners
  • Create a list of unavailable emails
  • How to remove invalid emails from Outlook
  • Building a MAUI CustomRefreshView
  • Building a Custom Matching Pairs Component in .NET MAUI
  • rust programming language wallpaper
    Complete Rust programming Guide for BeginnersFebruary 19, 2026
  • Microsoft Outlook logo
    Create a list of unavailable emailsDecember 17, 2025
  • Microsoft Outlook logo
    How to remove invalid emails from OutlookOctober 7, 2025
  • Building a MAUI CustomRefreshViewSeptember 10, 2025
  • Custom Matching Pairs Component in .NET9 MAUI
    Building a Custom Matching Pairs Component in .NET MAUISeptember 2, 2025

adminlte android 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 microsoft-office net6 net8 netcore pattern python security swift visual-studio visualstudio-2022 webapi windows windows10 windows11 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
  • 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