Articles
I’ve written several technical articles since 1997 for various blogs, websites, and magazines, both in English and in Italian. Here you can find a list of the most recent ones:
Understanding Dependency Injection in .NET Core
Learn Dependency Injection and IoC support in .NET Core.
2020-03-31
Implementing Microservices with gRPC and .NET Core 3.1
Build efficient microservices in .NET Core 3.1 by leveraging gRPC.
2020-02-21
Beyond JavaScript Frameworks: Universal Login Button Component
Using Web Components technologies to build a login button.
2020-01-08
Content and templates in HTML
Learn how to create your HTML template by using the native element and dynamically build structured content in your Web pages.
2019-12-30
The DOM and its shadow
Learn how to manipulate elements of a web page by guaranteeing proper encapsulation using the Shadow DOM.
2019-12-05
What is Blazor? A Tutorial on Building Web Apps with Authentication
Build client-side Web apps using Blazor and secure them with Auth0.
2019-11-11
Testing your C# code with xUnit
Learn how to implement unit tests in C# with xUnit.
2020-07-01
Exploring .NET Core 3.0. What's New?
Learn about the new features introduced by the .NET Core 3.0 release.
2019-09-23
REST Architecture - Part 2: Building the Client
How to build client-server systems by applying the REST architecture principles.
2019-09-17