Blazor

Announcing A New Blazor Course

Introduction Blazor is a .NET web framework that allows us to create client-side applications using C#, Razor syntax, and HTML.…

3 years ago

Going Serverless With Blazor

Introduction In this article, we will learn how to implement Azure serverless with Blazor web assembly. We will create an…

4 years ago

Optical Character Reader Using Blazor And Computer Vision

Introduction In this article, we will create an optical character recognition (OCR) application using Blazor and the Azure Computer Vision…

4 years ago

Multi-Language Translator Using Blazor And Azure Cognitive Services

Introduction In this article, we will create a multilanguage translator using Blazor and the Translate Text Azure Cognitive Service. This…

4 years ago

Facebook Authentication And Authorization In Server-Side Blazor App

Introduction The latest preview for .NET Core 3 (preview-6) has introduced the functionality to add authentication and authorization in a…

5 years ago

Google Authentication And Authorization In Server-Side Blazor App

Introduction The latest preview for .NET Core 3 (preview-6) has introduced the functionality to add authentication and authorization in a…

5 years ago

Blazor CRUD Using Google Cloud Firestore

Introduction In this article, we will create a Blazor application using Google Firstore as database provider. We will create a…

5 years ago

Hosting A Blazor Application on Firebase

Introduction In this article, we will learn how to deploy a Blazor application on Firebase. We will create a client…

5 years ago

Publishing A Blazor Component To Nuget Gallery

Introduction In this article, we will learn how to publish a reusable Blazor component to nuget gallery. We will use…

5 years ago

BlazorGrid – A Reusable Grid Component For Blazor

Introduction In this article, we will create a reusable grid component for Blazor called BlazorGrid. It will display the user…

5 years ago

Deploying A Blazor Application On Azure

Introduction In this article, we will learn how to deploy an ASP.NET Core hosted Blazor application on Azure. We will use…

6 years ago

CRUD Using Blazor with MongoDB

Introduction In this article we will create a Blazor application using MongoDB as our database provider. We will create a…

6 years ago

Single Page Application Using Server-Side Blazor

Introduction In this article, we will create a Single Page Application (SPA) using the server-side Blazor concepts with the help…

6 years ago