Introduction In the previous article Authorization Code Flow Azure Ad, we learned the most important concepts about the Authorization Code…
In this post, we’ll walk through the creation of a reusable blazor search component in Blazor using the latest features of .NET
Introduction The Select element is a commonly used UI element in web development. By building a reusable Blazor select component,…
Introduction The reusable Blazor dropdown list is an interactive web UI in C# that encapsulates a standard dropdown menu and…
Introduction Blazor modal component is a UI that can be used to display content to users in a separate layer…
A Blazor toast Notification is a user interface used for displaying small, transient messages to end users. Notifications that appear…
Introduction A Blazor confirm dialog component is a reusable UI element that asks users to confirm or accept an action. It is…
Introduction A Blazor toast component is a user interface used for displaying messages or alerts to end users. Messages that…
Introduction In this post, we will see how to create a Blazor loading spinner component when there is a delay…
Creating custom localization service for blazor server app , Localization in asp.net core blazor server , Localization custom component