Introduction Web APIs are ubiquitous on the web, used by millions of people every day to buy, sell and book…
Introduction In the previous article, we created a database using the Entity Framework Code First approach, which has proven to…
Introduction In the ever-evolving landscape of software development, the Entity Framework Code First approach has proven to be a powerful…
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 Azure Face API is a cloud-based service that detects and analyzes human faces in images. Facial recognition is important…
Introduction A Blazor confirm dialog component is a reusable UI element that asks users to confirm or accept an action. It is…