Tag: Interceptors
C# 14: Interceptors in practice with automatic correlation headers
Introduction Interceptors became a stable C# language feature with C# 14 and .NET 10, after spending…
Read More
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 More
.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
gRPC & ASP.NET Core 3.1: Global error Handling in gRPC & gRPC status codes
Global error Handling server side Microsoft has implemented Interceptors, they are similar to Filters or…
Read More