Add request id to all asp.net core MVC REST API response
In REST API, most of the time we only send request ID when the calls fails with 4XXX or 5XXX status codes. But it is a good practice to send the request ID w...
In REST API, most of the time we only send request ID when the calls fails with 4XXX or 5XXX status codes. But it is a good practice to send the request ID w...
This is part one of the tutorial series Zero to Hero in Microservices with dotnet core.
In this series of blog articles, we are going to start from a basic dotnet core MVC application and then improve it to full blown Microservices with state of...
In ASP.NET core 2.1, setting up functional testing project got much easier with the release of Microsoft.AspNetCore.Mvc.Testing nuget package.
On my journey to be a better programmer, I stated to learn C++. This is how I am using bazel to build my project with google test integration.