Skip to content
Saturday, July 12, 2025
Recent posts
  • MAUI component for skills using FlexLayout
  • Cloning all repositories from Azure DevOps
  • WebApiDocumentator: an alternative to Swagger
  • Resilient connection to RabbitMQ
  • Release SSIS using Azure DevOps

PureSourceCode

All technologies, only pure source code

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

Search Results for: html

Testing Blazor components with bUnit

February 23, 2023February 23, 2023 Enrico

bUnit is a testing library for Blazor Components. Its goal is to make it easy to write comprehensive, stable unit tests

Blazor, C#, TestingblazorLeave a comment

Timeline component for Blazor

February 22, 2023February 23, 2023 Enrico
Timeline component for Blazor

I introduce my new #Timeline component for #Blazor #WebAssembly and Blazor #Server. The components is build with #NET6.

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

Getting started with Java

February 1, 2023February 1, 2023 Enrico
Java Wallpaper

In this new post “Getting started with Java”, I share with you my consideration about this programming language in comparison to C#

Java, Programming languagesjavaLeave a comment

Create Stripe webhooks receiver

January 19, 2023January 21, 2023 Enrico

I create a Stripe webhooks receiver for ASP.NET Core and Blazor. This is the first post of 4 where I show the full implementation.

.NET Core, .NET General, .NET5, .NET6, .NET7, Blazor, C#aspnet-5, aspnet-core, netcore, webapiLeave a comment

How to make menus with CSS

November 10, 2022November 9, 2022 Enrico
HTML5 CSS3

I will show how to make menus with CSS without using JavaScript: dropdown menus, drawers, and even a mobile hamburger menu

HTML\CSScss, hamburger, html, menuLeave a comment

ScrollTabs component for Blazor

November 7, 2022November 15, 2022 Enrico
ScrollTabs component for Blazor

Do you have to display a lot of tabs in your page, but the look and feel is no what you want. Here you have a ScrollTabs component for Blazor

.NET6, Blazor, C#blazor, blazor-component, blazor-webassemblyLeave a comment

Responsive table layout with only CSS

October 26, 2022October 26, 2022 Enrico
HTML5 CSS3

I want to show you how to create a fully responsive table layout with only CSS that helps you to display your tables on every screen.

HTML\CSScss, html, mobile, responsive, tableLeave a comment

Create form dynamically with Blazor

September 23, 2022September 23, 2022 Enrico
How to Create a Dynamic Form Builder in Blazor

I show you how to create form dynamically with Blazor reading the definition of the form from an API or a Json file. It is working quite well

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

Drag and drop with Blazor

August 12, 2022August 12, 2022 Enrico
drag and drop wallpaper

I show how to implement drag and drop with Blazor because drag and drop has become a popular interface solution in modern applications.

Blazorblazor, blazor-component, blazor-server, blazor-webassembly, drag-and-dropLeave a comment

Internet Explorer is dead

June 18, 2022June 18, 2022 Enrico
internet explorer is dead

After 27 years, Microsoft has finally bid farewell to the Internet Explorer and will redirect Explorer users to the latest version of Edge.

Microsoft, Newsinternet-explorer, microsoft, microsoft-edgeLeave a comment

Create documentation with Docsify and GitHub Pages

June 17, 2022June 17, 2022 Enrico

Documentation is an essential part of making any project useful to users. Here how to Create documentation with Docsify and GitHub Pages

Toolsdocumentation, github, github-pagesLeave a comment

Guided Tours Blazor component

June 10, 2022June 10, 2022 Enrico
Guided Tours Blazor component

I introduce you my new Guided Tours #Blazor component to help your users to understand the UI of your application

.NET6, Blazorblazor, blazor-component, blazor-server, blazor-webassemblyLeave a comment

Clippy Blazor component

June 10, 2022June 10, 2022 Enrico
clippy

I introduce you my new Clippy Blazor component for Blazor WebAssembly and Blazor Server. The component is built with .NET6.

.NET6, Blazorblazor, blazor-component, blazor-server, blazor-webassembly, clippy, microsoft-office, net6Leave a comment

Blazor component for ChartJS

May 6, 2022March 15, 2023 Enrico
Blazor component for Chart.js

I finally complete the first implementation of my Blazor component for ChartJS that helps you to create beautiful graphs

Blazorblazor-component, blazor-server, blazor-webassemblyLeave 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.

.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.

.NET Core, .NET5, .NET6, ASP.NETaspnet, aspnet-5, aspnet-core, net6, netcoreLeave 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

Toolsapi, json, json-schema, postman, webapiLeave 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.

.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

.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.

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

Azure, Azure DevOps, Toolsazure-devops, deployment, wordpressLeave 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

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

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

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

Blazor, JavaScriptblazor, blazor-server, blazor-webassembly, javascriptLeave 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

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

Posts navigation

Older posts
Newer posts
Advertisements
  • MAUI component for skills using FlexLayout
  • Cloning all repositories from Azure DevOps
  • WebApiDocumentator: an alternative to Swagger
  • Resilient connection to RabbitMQ
  • Release SSIS using Azure DevOps
Advertisements
  • 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
  • swagger
    WebApiDocumentator: an alternative to SwaggerMay 27, 2025
  • rabbitmq
    Resilient connection to RabbitMQMay 26, 2025
  • SQL Server SSIS SQL Server Integration Services
    Release SSIS using Azure DevOpsMay 25, 2025

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 google-chrome identity identityserver4 ios javascript linux macOS maui microsoft microsoft-excel microsoft-identity net6 net8 netcore pattern pipeline python security swift visual-studio visualstudio-2022 webapi 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
  • 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