Shifting left with IntelliCode and EditorConfig files
As we develop code, we can enforce our standards with the code review process in our pull requests. While the
Learning and sharing Azure architecture and DevOps tips with GitHub
As we develop code, we can enforce our standards with the code review process in our pull requests. While the
Today we are going to focus on setting up Swagger to provide API documentation. Having interactive documentation helps with API
We are going to add functionality to our website to call our web service and populate the website with content
Today we are going to create our own NuGet package, publish it to Azure DevOps, and then consume it in
Most systems typically require some sort of input, interaction, and then output, workflow. Today we are going to setup our
Today we are going to create an ASP.Net Core WebAPI service, with an automated continuous integration build using YAML, and
Infrastructure as Code (IaC) is the process of managing and provisioning computing infrastructure with definition files, e.g. code. The basic