ASP.NET Core 6: Handling gRPC exception correctly server side
Introduction What an interesting subject! When we develop applications, it is necessary to manage errors…
Read MoreIntroduction What an interesting subject! When we develop applications, it is necessary to manage errors…
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 More