#csharp
Read more stories on Hashnode
Articles with this tag
When discussing feature flags, there are numerous aspects to consider. Which library to use for feature flags, how to integrate with the library, how...
Explore non-nullable reference types in C# ยท Detour What are the Non-Nullable Reference types? So far all the reference types in C# have always been...
Most exciting change in c# 10 is the File Level Namespace IMO. Now, we can remove the curly braces {} from the namespace of the file. The C# compiler...