Samuele Resca

Unit testing ASP.NET Core Identity

ASP.NET Core Identity is a membership system which allows you to add login functionality to your application. Users can create an account and login with ..

Implementing SOLID REST API using ASP.NET Core

he following article shows how to implementing a SOLID Data access layer by using ASP.NET Core.

Dependency Injection overview

Dependency injection is a set of software design principles and patterns that enables us to develop loosely coupled code and is also one of the most

Feature toggling using ASP.NET

Feature toggling is a technique in software development that attempts to provide an alternative to maintaining multiple ..

Continuos Delivery using feature toggle

Feature toggles are a powerful way of postponing the activation of features in a continuous delivery workflow.

Samuele Resca © 2026