登录

Deploying ASP.NET Core Blazor Applications to Azure - Afzaal Ahmad Zeeshan

2024-12-18 23:03:45
Deploying ASP.NET Core Blazor Applications to Azure - Afzaal Ahmad ZeeshanDeploying ASP.NET Core Blazor Applications to Azure - Afzaal Ahmad Zeeshan

teaches you how to deploy your ASP.NET Core Blazor applications to the cloud. First, you’ll explore the different profiles the Blazor framework provides, including server-side hosting or client-side deployment, and the benefits of each offering. Next, you’ll discover the tooling and the platforms offered by ASP.NET Core and Visual Studio to package and deploy Blazor applications to the Azure cloud. Finally, you’ll learn how to optimize the package for delivery using the best deployment practices, such as package compression, code trimming, and more. By the end of Deploying ASP.NET Core Blazor Applications to Azure - Afzaal Ahmad Zeeshan, you’ll have the skills and knowledge needed to deploy your single-page apps to the cloud.

Deploying ASP.NET Core Blazor Applications to Azure Table of contents:

  1. Course Overview (Duration: 1min)
  2. Understanding Blazor Application Deployment (Duration: 13mins)
  3. Preparing the Azure Environment (Duration: 20mins)
  4. Building and Deployment Tools (Duration: 9mins)
  5. Hosting Blazor Apps (Duration: 18mins)
  6. Performance Tuning (Duration: 11mins)