
An opinionated way to consistent Error Handling in ASP.NET Core
In this post, I have explained an opinionated way to achieve consistent error handling for your ASP.NET Core through Error response object.
The story of my experiments with code
In this post, I have explained an opinionated way to achieve consistent error handling for your ASP.NET Core through Error response object.
This post describes how we can render an Enumeration class as an Enum type in client code with NSwag by implementing Swagger ISchemaFilter.
Different approaches we considered to set up integration tests when running against multiple DB providers in ASP.NET Core