.NET 6: Enhance your gRPC client logs with a generic logging interceptor
Introduction As you might suspect, logging what is happening in your application is good practice….
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 MoreIntroduction Microsoft has introduced last year records. Which a new way to declare object. Records…
Read More