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:
Five C# Features You Might Not Know
A quick tour about five C# features that even experienced developers might not know.
2021-03-10
What is .NET? An Overview of the Platform
An overall view of .NET, Microsoft's cross-platform development environment that allows you to build any type of application with C# and other languages.
2021-02-17
.NET Core vs .NET Framework vs .NET Standard: A Guided Tour
A guide for understanding the differences between .NET, .NET Core, .NET Framework, .NET Standard, etc. by exploring the history of the platform.
2021-02-02
How to Create Your .NET Project Template
How to create your .NET project template to use with .NET CLI and Visual Studio.
2021-01-28
Using C# Extension Methods for Auth0 Authentication
How to use C# extension methods to simplify Auth0 configuration for ASP.NET web applications.
2020-12-28
Preventing HTTPS Downgrade Attacks
HTTPS downgrade attacks compromise your web application security by switching to HTTP. Learn how to prevent them.
2020-12-08
StandardJS: JavaScript con stile
StandardJS è uno strumento in ambiente Node.js, per la definizione ed il controllo di uno standard di codifica in JavaScript.
2020-11-30
Managing Third-Party Assets Security Risks in Your Web Apps
How to manage third-party assets in order to mitigate security risks while developing and maintaining your web application.
2020-11-24
Five Things You Should Know About .NET 5
What's new in .NET 5? Learn how .NET Core and .NET Framework evolve into the new cross-platform framework.
2020-11-11