The best resources to understand
C#
A complex and fascinating topic
No statistics to display
The difference between AddSingleton, AddScoped and AddTransient in .NET Core
Published on 22/07/2025
Choose your injection method carefully, or you may run into lifetime issues...
Retrieving Open Graph data from a URL in C# and .NET Core
Published on 04/06/2025
Need to retrieve the content of og tags to display a link preview? Here's how to do it in just a few...
Specifying the version of a package to install with NuGet
Published on 10/07/2023
Need a specific version of a package in C# with NuGet? Here's how to do it very simply!
How to run a C# .Net app from the terminal
Published on 09/12/2022
Need to run your application without using Visual Studio? Here are the two commands you'll need!