Use Tailwind instead of bootstrap in your Blazor startup project
When creating a new Blazor project, by default, it always includes Bootstrap as a CSS framework. This is used for both the layout and component styling. And,...
When creating a new Blazor project, by default, it always includes Bootstrap as a CSS framework. This is used for both the layout and component styling. And,...
We experienced CPU and memory issues with our Blazor application a few weeks back. To find out what was going on, we needed to create a memory dump to see wh...
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...