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

Tag: aspnet-5

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.

Read More
.NET Core, .NET General, .NET5, .NET6, .NET7, Blazor, C#aspnet-5, aspnet-core, netcore, webapiLeave 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

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

Improving on the application’s behaviour

March 29, 2021March 29, 2021 Enrico
Cloud

In this post will be on improving on the application’s behaviour following clean architecture handling errors, adding logging, authenticating users

Read More
.NET, .NET Core, ASP.NET, C#ASP.NET, aspnet-5, aspnet-core, blazor, clean-architecture, dependency-injection, design-pattern, microsoft-identity, pattern, validation5 Comments

How adding an UI built in Blazor

March 26, 2021March 29, 2021 Enrico
Cloud

I want to show you how adding an UI built in Blazor using the API we have created in the other posts in a real application

Read More
.NET, .NET Core, ASP.NET, C#ASP.NET, aspnet-5, aspnet-core, blazor, clean-architecture, dependency-injection, design-pattern, pattern7 Comments

How testing the Application code

March 26, 2021March 29, 2021 Enrico
Cloud

In testing the application code I’m going to be showing you how we can effectively test the different parts we’ve created in the so far

Read More
.NET, .NET Core, ASP.NET, C#ASP.NET, aspnet-5, aspnet-core, clean-architecture, dependency-injection, design-pattern, pattern7 Comments

Adding an API using ASP.NET Core

March 26, 2021March 29, 2021 Enrico
Cloud

Adding an API using ASP.NET Core is the subject of this new post related to explain how to implement a project in a clean architecture

Read More
.NET, .NET Core, ASP.NET, C#ASP.NET, aspnet-5, aspnet-core, clean-architecture, dependency-injection, design-pattern, pattern7 Comments

Architecting ASP.NET Core applications

March 26, 2021April 22, 2021 Enrico
Cloud

I want to explain how architecting ASP.NET Core applications for enterprise projects based on clean architecture principles

Read More
.NET, .NET Core, ASP.NET, C#, WebAPIaspnet-5, aspnet-core, clean-architecture, dependency-injection, design-pattern, dry, mediator, pattern, single-responsability, solid-principle9 Comments

Setting up the application ASP.NET Core

March 26, 2021March 29, 2021 Enrico
Cloud

I’m going to explain how setting up the application for ASP.NET Core with clean architecture from a blank project to complete solution

Read More
.NET, .NET Core, ASP.NET, C#aspnet-5, aspnet-core, clean-architecture, dependency-injection, design-pattern, pattern8 Comments

Introducing CQRS in the architecture

March 26, 2021March 29, 2021 Enrico
Cloud

Introducing CQRS (Command and Query Responsibility Segregation) for a clean architecture project in ASP.NET Core. A brief guide with source code

Read More
.NET, .NET Core, ASP.NET, C#aspnet-5, aspnet-core, clean-architecture, dependency-injection, design-pattern, pattern8 Comments

Adding validation using Fluent Validation

March 26, 2021March 29, 2021 Enrico
Cloud

Adding validation using Fluent Validation is a method to decoupled rules and models and also write multiple rule-sets against the same models

Read More
.NET, .NET Core, .NET General, ASP.NET, C#aspnet-5, aspnet-core, clean-architecture, data-validation, dependency-injection, design-pattern, pattern, validation7 Comments

Creating the Infrastructure project

March 26, 2021March 29, 2021 Enrico
Cloud

We will be on creating the Infrastructure project following clean architecture. We are going to bring in another layer: the infrastructure

Read More
.NET, .NET Core, .NET General, ASP.NET, C#ASP.NET, aspnet-5, aspnet-core, clean-architecture, data-validation, dependency-injection, design-pattern, pattern7 Comments

Creating .NET Core API with versioning

March 19, 2021March 19, 2021 Enrico
ASP.NET Core logo bigger

A versioning allows clients to continue using the existing REST API and migrate their applications to the newer API when they are ready.

Read More
.NET Coreaspnet-5, aspnet-core, netcore, swagger, swagger-ui, webapi1 Comment

Datatables in ASP.NET Core Server-Side

March 18, 2021March 18, 2021 Enrico
Datatables In ASP.NET Core Server-Side

We will learn how to use Datatables in ASP.NET Core with Server-Side Processing with a simple real-world implementation to understand better

Read More
.NET Core, ASP.NET, C#aspnet-5, aspnet-coreLeave a comment

New View Components in AdminLTE project

March 1, 2021March 1, 2021 Enrico
New View Components in AdminLTE project

I continue to add more features and in particular new view components in AdminLTE project built with ASP.NET Core

Read More
.NET, .NET Core, ASP.NET, C#, Tips & tricksadminlte, aspnet-5, aspnet-core, viewcomponents2 Comments

External providers in AdminLTE project

February 19, 2021February 19, 2021 Enrico
AdminLTE Dashboard Template Login

In this post I talk about the integration with external providers in the AdminLTE project such as Microsoft, Facebook, Google and Twitter

Read More
.NET, .NET Core, ASP.NET, C#, Tips & tricksadminlte, aspnet-5, aspnet-core, facebook, identity, microsoft-identity, twitter2 Comments

Building Multi-Tenant Applications

February 1, 2021February 1, 2021 Enrico
.NET Developer head

This article talks about multi-tenant applications and discusses how multi-tenant applications can be architected and implemented in ASP.NET 5

Read More
ASP.NET, C#aspnet-5, aspnet-core, tenantLeave a comment
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