Dealing with access tokens (including renewal) in dotnet.
Debugging our .NET applications can be cumbersome. With the DebuggerDisplay attribute we can simplify it by displaying custom messages.
Log http requests/responses using ASP.NET Core HttpLoggingMiddleware.
This module guides you through implementing resiliency in an ASP.NET Core microservices app in Azure Kubernetes Service.
A commit message is a love letter to your future self. Here are 8 tips to help make the most of the opportunity.
Is your string really empty, or has it hidden characters? With String.IsNullOrEmpty and String.IsNullOrWhiteSpace you can find it