5/1/22 - 6/1/22

How to Call JavaScript Functions with C# in Blazor-Live Demo

Blazor is a free and open-source web framework that enables developers to create web apps using C# and HTML. It is being developed by Micr...

santosh 26 May, 2022

Blazor Advanced Tutorial

List of Blazor Post In this blog post, I will demonstrate some Blazor-related tutorials essential for every developer to be familiar with....

santosh 24 May, 2022

Create Custom Modal Component Using Bootstrap in Blazor

This blog will show you how to create Confirmation Modal Dialog in blazor without using any third party. I am using the Microsoft scaffold a...

santosh 19 May, 2022

How to capture reference of another component in Blazor App

This blog post will show you how to reference components in another component. To make the demo simple, I have created a simple contact lis...

santosh 15 May, 2022

How To Integrate Fluent Validation in Blazor Application

FluentValidation is a popular validation library for.NET Core. It provides advantages over the DataAnnotations validation system integrat...

santosh 15 May, 2022

How To Add Form Validation In Blazor Application

This blog post will show you how to add validation in blazor form. Before implementing the validation, you must get familiar with the mos...

santosh 15 May, 2022

How To Get Current User in a Blazor component

Let’s assume you have configured Blazor authentication and authorization in your project, and you want to access the username/claim in you...

santosh 14 May, 2022

Build reusable UI components with Blazor-Real World Example

One of the most appealing features of blazor is the ability to encapsulate reusable user interface (UI) code into reusable UI components. ....

santosh 14 May, 2022