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: C#

Setting up a Blazor WebAssembly application

April 22, 2021April 3, 2023 Enrico
Microsoft Blazor wallpaper

Setting up a Blazor WebAssembly application creates a new solution for a simple project to explore components and interactions with Blazor

Read More
.NET, .NET Core, Blazor, C#, Visual Studioblazor, blazor-webassembly, components, viewcomponents6 Comments

Getting started with C# and Blazor

April 15, 2021April 3, 2023 Enrico
Microsoft Blazor wallpaper

Getting started with C# and Blazor explains how this new Microsoft technology is working and the basic information to understand Blazor

Read More
.NET Core, .NET General, Blazor, C#, Microsoft, Visual Studio, WebAPIblazor, blazor-server, blazor-webassembly, webassembly10 Comments

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

Factory method in C# Core

March 6, 2021March 6, 2021 Enrico
csharp wallpaper

Factory method in C# Core offering great flexibility in creating different objects. The Abstract class may provide a default object

Read More
.NET, .NET Core, .NET General, C#creational-pattern, design-patternLeave a comment

UITest with C# and Selenium Grid

March 3, 2021March 3, 2021 Enrico
selenium grid homepage

Sometimes we don’t know from how to start testing our UI. Here I explain how to write UI Test with C#, Selenium and Selenium Grid from scratch

Read More
.NET, .NET Core, C#, Developers, Testing, Tips & tricksdocker, docker-compose, firefox, google-chrome, microsoft-edge, opera, selenium, selenium-grid, ui-testLeave 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

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

Create Database From Model Using EFCore

February 1, 2021February 1, 2021 Enrico
Visual Studio Entity Framework Core

Wouldn’t it be nice if the database gets created automatically on the EF Core model your created? To that end this article discusses just that

Read More
.NET Core, C#entity-framework-core1 Comment

Audit with Entity Framework Core

January 4, 2021January 4, 2021 Enrico
Visual Studio Entity Framework Core

How to implement an efficient audit system with Entity Framework Core? In this post I explain what to do and the source code is on GitHub

Read More
.NET Core, C#audit, entity-framework, entity-framework-core1 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

Protect static files with ASP.NET Core

December 11, 2020December 11, 2020 Enrico
security workflow identity server wallpaper

I explain how to Protect static files with ASP.NET Core Razor Pages and IdentityServer 4. Working with almost every extensions

Read More
.NET Core, ASP.NET, C#identityserver4, razor, security, static-filesLeave a comment

Implement security workflow with Identity Server

October 13, 2020October 14, 2020 Enrico
security workflow identity server wallpaper

The goal of this post is to implement security workflow with Identity Server 4 and C# among projects and services. With a bunch of examples, I’m going to show, practically, how to do it.

Read More
.NET Core, C#authentication, authorisation, identityserver4, security, token, workflow5 Comments

Connect web application to PowerBI

September 19, 2020September 19, 2020 Enrico
microsoft powerbi wallpaper big

How to connect a web application to PowerBI to give users a unique experience across a website using the PowerBI APIs

Read More
.NET Core, .NET General, C#powerbi1 Comment

Posts navigation

Older posts
Newer 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