Monday June 22, 2020 3774
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 4, 2020 267
Creating a dynamic drop down list from DataRow returning from database i.e automatically binding the asp drop-down list field with the data returned..
Thursday June 4, 2020 288
When we start a .net core application using Asp.Net Core Identity once we complete our first migration and update it will create some table with..