Tips for Developers – Postman and Browser DevTools
We have been using Web APIs for very long. Many single page applications use web APIs for obvious reasons. There are a lot of debugging tools for troubleshooting the web…
We have been using Web APIs for very long. Many single page applications use web APIs for obvious reasons. There are a lot of debugging tools for troubleshooting the web…
In .NET, the application configuration is stored in appsettings.json file. This article explains how can config transformations be applied to configurations in appsettings.json in .NET applications. Why Config Transformations? The…
In this series of Azure DevOps, we have tried below things so far: Setting up your first project in Azure DevOpsCreating first CI for .NET Core and EF Core Code First…
In this article, let's see how can we deploy an application on kubernetes cluster. In this article, we will try to deploy an application using kubernetes deployment locally. The Sample…