SonarQube – Use dotnet-sonarscanner to Analyze .NET Solution
In this article, I am going to clone a .NET sample public repository and we are going to use dotnet CLI commands to demonstrate how the SonarQube scan can be…
In this article, I am going to clone a .NET sample public repository and we are going to use dotnet CLI commands to demonstrate how the SonarQube scan can be…
I have been trying to experiment with some configuration setting and plugins in SonarQube. So, I decided to run the SonarQube on my laptop. In coming days, I will try…
In previous article, we discussed about how to cleanup the local git repository via PowerShell script. We can schedule the script so that it runs on regular intervals and it…
Now a days, almost every project (be it a pet project or a professional enterprise) uses Git version control. If you are a Git user, you may be following a…
Recently, I was doing some analysis on some tests to perform some optimizations. While performing some analysis, I wanted to run only subset of tests. And while doing this activity,…
In past few articles, I have been writing about Azure App Configuration Service. We have created few demo applications and you can find them in my GitHub repository. In this…
As we know, we can store configuration settings in App Configuration Service in the form of key-value pairs. We can also apply labels to each key value pair. In this…
In previous article, we have discussed about how to import the key-value pairs from JSON file in App Configuration Service. In this article, we are going to perform the reverse…
In this article, we are going to have a look at how to import the key-value pairs from a JSON file. Prerequisite For following all steps in this article, we…
In this article, we are going to discuss briefly about what are conditional feature flags and how to enable them via Azure Portal. What are conditional feature flags ? Feature…
In one of the previous posts, we have seen how to add a feature flag in the in Azure App Configuration Service. In this article, we are going to use…
In one of the previous posts, we have seen how to add a feature flag in the in Azure App Configuration Service. In this article, we are going to use…