Measuring code performance with Benchmark.NET
Today we are going to look at how we can use Benchmark.Net to measure code performance. With benchmarks we can
Learning and sharing Azure architecture tips with DevOps
Today we are going to look at how we can use Benchmark.Net to measure code performance. With benchmarks we can
Today we are going to setup .NET code coverage in GitHub, with a badge to display the code coverage. Badges
Today we will use “GitVersion” to create a release and tag our code in GitHub. A tagged release helps to
Today we are going to upgrade our ASP.NET 3.1 website to the latest preview version of ASP.NET 5. While .NET
Mistakes can happen – we certainly make many. Today we are going to look at how to remove secrets from
As part of creating pull request details, we needed to create a CNAME for the new pull request resource group
Today we are going to create a webhook and integrate it with Azure DevOps to capture pull request events. When
As part of our post on using parallel jobs in Azure DevOps, we also wanted to focus on some of
Startup errors in your ASP.NET Core middle-ware can cause real headaches. The 500/502 errors often don’t provide enough useful information
While we successfully upgraded our projects to ASP.NET core 3 last week, we noted there were a few differences compared