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:
Permissions, Privileges, and Scopes
What is the difference between permissions, privileges, and scopes in the authorization context?
2021-12-01
.NET 6 Highlights
What's new in .NET 6? What are the main relevant features brought by the new version of the .NET platform? Let's take a quick look.
2021-11-19
Role-Based Authorization for ASP.NET Web APIs
What is the best way to apply Role-Based Access Control (RBAC) to your ASP.NET Web API? Let's find out together.
2021-11-02
Exploring the Auth0 ASP.NET Core Authentication SDK
The new Auth0 ASP.NET Core Authentication SDK makes adding authentication and authorization to your web applications a breeze. Learn how.
2021-10-15
ID Token and Access Token: What Is the Difference?
Learn what ID and access tokens are and how to correctly use them in the OpenID Connect and OAuth context.
2021-09-23
Permission-Based Security for ASP.NET Web APIs
Checking user permissions allows you to have more control over access to your ASP.NET Web API.
2021-07-12
Authorization for ASP.NET Web APIs
Learn how to secure an ASP.NET Web API by granting access only to authorized users through Auth0 authentication and authorization services.
2021-06-07
Building ASP.NET CRUD Web APIs
Learn how to build a CRUD Web API with ASP.NET through this practical tutorial.
2021-06-06
Secrets Management in .NET Applications
Learn the best practices to store and manage secrets in your .NET applications.
2021-04-06