Monday June 22, 2020 3775
In my previous post, we discussed on how to Document an Asp.Net Core API with OpenApi/Swagger In Details but what if you want to change the default..
Read More »
Sunday June 21, 2020 1356
Documenting an API is an essential task. When consuming a Web API, understanding its various methods can be challenging for a developer. Swagger,..
Friday June 19, 2020 641
On the previous blog, we added serilog for our .net core application. But sometimes we may require to add some custom fields to be more precise for..
Thursday June 11, 2020 731
Debugging an application while it is in a development environment or a production environment is always a tedious job. Also to get the exact error..