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…
Sign Visual Studio Applications
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 with their Google accounts using Google’s…
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…
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 –…