String.Equals with OrdinalIgnoreCase compared to ToLower / ToUpper for string insensitive comparisons in C#

In C#, when checking if strings are equal in a case insensitive way prefer string.Equals with OrdinalIgnoreCase over using ToLower() … Continue reading String.Equals with OrdinalIgnoreCase compared to ToLower / ToUpper for string insensitive comparisons in C#

Poll Results : Do you use Microsoft-hosted agents or self-hosted agents with Azure DevOps

In work we are considering switching to self-hosted agents for our build pipelines in Azure DevOps as the Microsoft hosted … Continue reading Poll Results : Do you use Microsoft-hosted agents or self-hosted agents with Azure DevOps