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…
Create an ASP.NET Core Web App using Azure AD Authentication
In this post I want to show, how you can create a claim aware ASP.NET Core Web App with C# in Visual…
Create an ASP.NET Web Application (.NET Framework – Web Forms or MVC) using Azure AD Authentication
In this post I want to show, how you can create a claim aware ASP.NET web application (.NET Framework –…