Monitoring the health of your application is essential, particularly when it relies on multiple dependencies such as databases, external services, or...
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...
Copied from http://users.ece.utexas.edu/~adnan/pike.html Rob Pike is one of the designers of the Go programming Language and was also a core member of...
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...