Offboarding Microsoft 365 Hybrid – Move to Cloud Only
In this post we will see how to move from a Microsoft 365 Hybrid environment to a Microsoft 365 cloud…
Blazor Server – Basics Part 12 – Create a Native Blazor UI Toggle Button Component
In Part 11 I was showing how you can create a native Blazor UI Toggle Switch Component, now in this…
Blazor Server – Basics Part 11 – Create a Native Blazor UI Toggle Switch Component
As already mentioned in Part 10 about data binding and accessing a MS SQL Server database, in this part we…
Blazor Server – Basics Part 10 – MS SQL Server Access and Data Binding
In this post we will see how to bind data to Razor components and Document Object Model (DOM) elements in…
Blazor Server – Basics Part 9 – Responsive Tags and Chips
In this part of my Blazor Server series, I want to show how you can easily create tags and chips…
Blazor Server – Basics Part 8 – JavaScript interoperability (JS interop)
In this post I want to show how Blazor Server can interact with Java Script. A Blazor app can invoke…
C# Events and Delegates
In this post I want to take a closer look about what C# events and delegates are and what’s the…
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…