Options pattern and configuration explained in .NET and C#
C# - Blog
How to count the number of digits of a byte, short, int, long, float, double, decimal etc. in .NET
What is the purpose of ValueTask vs Task in .NET and C#
Difference between Stack vs Heap Memory and Reference Type vs Value Type and Class vs Struct in C# and .NET
What are the equivalent in JavaScript of async, await, Task, CancellationToken, CancellationTokenSource in C#
C# 8.0 introduced nullable reference types. Since .NET 6 we are able to retreive nullability info.
How to implement a simple roslyn analyzer with C# and .NET
How to use union types in C# to create typesafe and more expressive return types.
Boost your productivity, reduce boilerplate for repetitive code with C# source generators.
Pattern matching for properties for more declarative code