Blazor Server – Basics Part 7 – C# Events, Delegates and the EventCallback Class
As mentioned at the end of Part 6, in this post I want to show how you can use in…
Blazor Server – Basics Part 6 – Query the on-premise Active Directory
In Part 5 we saw how to authenticate and authorize users in Blazor Server, now in this post we use…
Blazor Server – Basics Part 5 – Authentication and Authorization
In this part I want to show how you can implement authentication and authorization in your Blazor Server app. In…
Blazor Server – Basics Part 4 – Program.cs File
In this part from my blazor server series, I want take a look what happened at the start of the…
Blazor Server – Basics Part 3 – Custom Layout
In this part from my blazor server series, I want to show how you can apply a custom layout to…
Blazor Server – Basics Part 2
As mentioned in Part 1, in this post I will show how to create a new blazor server web app…
Blazor Server – Basics Part 1
Nearly one year ago, at the end of 2021 I was starting my first Blazor Server project, a new version…
Code Signing in Visual Studio
In this post I want to show how you can sign your Visual Studio application by using a X.509 code…
Using Google’s OAuth 2.0 API for an ASP.NET Core Web App
In this post I want to show how you can enable users to sign-in into a web app by using…
Azure AD – App Registrations vs. Enterprise Applications
Azure Active Directory (Azure AD) is Microsoft’s cloud-based identity and access management (IAM) service and an identity provider (IdP). Azure…