How to Optimize .NET Pipelines in Azure DevOps (Or how I made my pipeline 50% faster)
I recently became frustrated with the speed of my C# Continuous Integration pipeline. I thought it was way slower than it should have …
I recently became frustrated with the speed of my C# Continuous Integration pipeline. I thought it was way slower than it should have …
I’ve written a .NET 5 tool to analyze dependencies used by projects in your repository. Read more: https://www.reddit.com/r/dotnet/comments/m9jwnn/introducing_dpi_a_devops_tool_to_inspect/
Container technology was initially from the Linux world.Lately, containers are nowadays commonly used in Windows environments. One of the widely used implementations of …
Following up on my post last week on moving from App Service on Windows to App Service on Linux, I wanted to make sure I had …
You can easily deploy updates to your Blazor application to Azure using GitHub Actions. Read more: http://blazorhelpwebsite.com/Blog/tabid/61/EntryId/4367/Deploying-Your-Blazor-App-Using-GitHub-Actions.aspx