C#
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!
C#: Preventing the console from closing at the end of the program
Published on 06/11/2022
A solution to a problem every developer has already encountered with software running in the console...
How to convert a string to an Enum in C#?
Published on 06/11/2022
Learn how to convert a string to an enum in just a few lines of code!
Page 1