Redirect HTTP To HTTPS
Blazor

Sometimes we need our own custom configuration setup to force the redirect request from HTTP to HTTPS. normally we need when someone tries to access our URL from a non-secure platform (HTTP) and we don’t want to access them and redirect on the secure layer (HTTPS).

CRUD Using Blazor In 2 Minute
Blazor

In this video, we will see how to download and use the new Blazor Template for Visual Studio 2019. Using this template extension, we can quickly create a Blazor Server app with .NET Core 3.1 and perform CRUD and Server-side pagination functionalities in a few moments with the help of dapper.

Modal Popup In Blazor
Blazor

In this article, we will learn how we can popup modal in blazor. We will use Blazored.Modal package to popup modal.

Use LocalStorage In Blazor
Blazor

In this article, we will learn how we can use or save values in LocalStorage. We will use Blazor.LocalStorage package to use LocalStorage in Blazor.

Validation In Blazor Application
Blazor

As we all know validation is very important in any application, its prevent user to submit undesired and inaccurate data. In blazor, we can perform validation using DataAnnotations, this will work with model class property. All validation falls down under “System.ComponentModel.DataAnnotations” namespace. Almost all attributes are the same as ASP.NET MVC which we already use…

Visual Studio Blazor Template With Dapper And .NET Core 3.1
Blazor

In this article, we will see how to download and use the new Blazor Template for Visual Studio 2019. Using this template extension, we can quickly create a Blazor Server app with .NET Core 3.0 and CRUD and Server-side pagination functionalities in a few moments with the help of dapper.

Autocomplete In Blazor
Blazor

In this article, we are going to create an autocomplete feature. We will use Typeahead to implement autocomplete.

Searching Feature In Blazor
Blazor

In this article, we are going to add a searching feature to the table. We will Implement server Side Search As we type. In my previous article, I walked through CRUD Using Blazor, Entity Framework Core And Dapper, Sorting Table In Blazor and Pagination In Blazor.

Subscribe

Select Categories