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: ASP.NET

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

Custom User Management with NET8 and Blazor

October 24, 2023October 25, 2023 Enrico
blazor microsoft identity

In this new series of posts, I will show how to create custom user management with NET8 and Blazor based on Microsoft Identity.

Read More
.NET8, ASP.NET, Blazorblazor, identity, identityserver4, microsoft-identity8 Comments

Methods not Allowed in ASP.NET Core

February 13, 2023February 13, 2023 Enrico
ASP.NET Core logo bigger

If you create APIs, you can face that same Methods not Allowed in with ASP.NET Core, NET6 or NET7.

Read More
.NET Core, .NET5, .NET6, .NET7, ASP.NETLeave a comment

Keep secrets out of source code

January 19, 2023January 19, 2023 Enrico

Keep secrets out of your source code in Visual Studio. It is never a good idea to store secrets or passwords in your source code.

Read More
.NET Core, .NET General, .NET5, .NET6, .NET7, ASP.NET, Blazor, Visual Studioaspnet-core, blazor, netcore, visual-studio, visualstudio-2022Leave 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

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

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

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

Create View Components in ASP.NET Core

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

In this post, I want to show how creating View Components in ASP.NET Core is simple and powerful and allows us to have reusable components.

Read More
.NET Core, ASP.NET, C#, Linux, macOS, MVC, Windowsaspnet-core, components, netcore1 Comment

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

ASP.NET Core on Windows with IIS

February 15, 2021February 15, 2021 Enrico
Microsoft IIS Logo Wallpaper

How to run a website built with ASP.NET Core on a Windows machine with IIS and create a self-certificate to test your application properly

Read More
.NET, .NET Core, ASP.NET, IISaspnet-core, iis, ssl1 Comment

Integration with Identity in AdminLTE project

February 5, 2021February 5, 2021 Enrico
AdminLTE Dasboard and Control Panel Template

I continue to add more features to the integration of AdminLTE with Identity and IdentityServer in AdminLTE in an ASP.NET Core project

Read More
.NET Core, ASP.NET, C#, Tips & tricksadminlte, aspnet-core, identity, microsoft-identity4 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

Features for AdminLTE with ASP.NET Core

December 21, 2020December 21, 2020 Enrico
AdminLTE Dasboard and Control Panel Template

I want to add new cool features for AdminLTE with ASP.NET Core. The source code of this template is on GitHub #aspnetcore #adminlte #mvc #gravatar #breadcrumbs #navigation

Read More
.NET Core, ASP.NET, C#, MVCadminlte, aspnet-core, bootstrap, breadcrumbs, gravatar, netcore, template5 Comments

Integrating AdminLTE with ASP.NET Core

December 17, 2020December 22, 2020 Enrico
AdminLTE Dasboard and Control Panel Template

I explain how integrating AdminLTE with ASP.NET Core 3.1 MVC or really any other Bootstrap based UI Frameworks completely from scratch

Read More
.NET Core, ASP.NET, Tips & tricksadminlte, aspnet-core, bootstrap, netcore, template5 Comments

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