Category: ASP.NET Core
ASP.NET Core 5: Make your options immutable
Introduction If you’ve been using ASP.NET Core 5 for a while, you’ll be delighted to learn that…
Read MoregRPC & ASP.NET Core 3.1: Message validation
Introduction Validation is a very important feature in applications but in ASP.NET Core 3.1 and…
Read MoreWhy model binding to JObject from a request doesn’t work anymore in ASP.NET Core 3.1 and what’s the alternative ?
Introduction Json.Net (NewtonSoft) has been for a long time the most used JSON serializer in .NET…
Read MoregRPC & 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