.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 More
Introduction As you might suspect, logging what is happening in your application is good practice….
Read More
Introduction C# is still evolving and C# 10 proposes a new feature : file_scoped namespaces….
Read More
Introduction Last year with the release of C# 9, Microsoft introduced records. The record keyword…
Read More
Introduction C# 8 has introduced a new pattern: Property pattern. This pattern enables you to…
Read More
Introduction Deconstructing an object in C# like JavaScript has been possible in C# for some…
Read More
Introduction Microsoft has introduced last year records. Which a new way to declare object. Records…
Read More