ASP.NET Core 6: Here is the best way to pass a JWT in the headers of a gRPC client
Introduction Dear developers who love gRPC, I have something here that you might like. You’ve…
Read MoreIntroduction Dear developers who love gRPC, I have something here that you might like. You’ve…
Read MoreIntroduction As you might suspect, logging what is happening in your application is good practice….
Read MoreIntroduction C# is still evolving and C# 10 proposes a new feature : file_scoped namespaces….
Read MoreIntroduction Last year with the release of C# 9, Microsoft introduced records. The record keyword…
Read MoreIntroduction C# 8 has introduced a new pattern: Property pattern. This pattern enables you to…
Read MoreIntroduction Deconstructing an object in C# like JavaScript has been possible in C# for some…
Read More