The best resources to understand
.NET
The Microsoft framework
Latest version
Popularity
.NET is a software development framework created by Microsoft in 2002, enabling the design of cross-platform applications for web, mobile, and desktop, supporting multiple languages such as C#, F#, and VB.NET, with optimized memory management and rich libraries.
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!