ASP.NET Core 3.0 Blazor CRUD With Azure SQL

Introduction

Blazor is one of the latest trending stacks among developers, specifically Cloud developers. In this video, I will be presenting you with how to connect an ASP.NET Core 3.0 Blazor C# application to an Azure SQL database using Visual Studio 2019.

Prerequisites

  • A valid Azure subscription or Azure free account. 
  • Visual Studio 2019.
  • Zeal to learn.

Watch

                 

Hosting an ASP.NET Core 3.1 Application With Angular to Azure Storage as a Static Website

Last month, we had Core 3.0 available for production. SDKs for it are out, including 3.1. When used with Visual Studio 2019, there are ready-to-use templates for Angular Single Page Applications. 

What if you are using this template with static content and need to host it on public a URL? Microsoft Azure Storage does provide you with the feature, "Static Website" to host an application with static content.