.NET 8 and Blazor: A brief overview of What’s New and Improved
Today, Microsoft launched .NET 8, the latest version of .NET and ASP.NET. In this release, Blazor got some significant improvements; in this post, I will pro...
Today, Microsoft launched .NET 8, the latest version of .NET and ASP.NET. In this release, Blazor got some significant improvements; in this post, I will pro...
GitHub offers SAML single sign-on(SSO) in the enterprise plan. I created an enterprise account as a trial to see how this works together with Azure AD. GitHu...
In my last post I described how we were able to provision an application into GitHub. The only problem then was there was no API for managing secrets in GitH...
This year I was part of the team that organized the Global DevOps Bootcamp. An important part of the event was provisioning the setup for all teams. This con...
So with my first post I managed to run OpenCover in the build and measure the code coverage on my .Net API by end-2-end tests. Of course this is fun, but it ...