#tips
Read more stories on Hashnode
Articles with this tag
AutoFixture is an amazing library that simplifies the process of creating test data in .NET. If for some reason you don't use this fantastic tool,...
The ConcurrentDictionary<TKey, TValue> type is commonly used as a thread-safe alternative to the Dictionary<TKey, TValue> type. While the methods of...
How to declare non-nullable immutable properties in records, classes and structs (C# 11). ยท After taking a break from blogging, I am excited to be back...