From the course: Migrating ASP.NET Core Web Applications to Azure
Unlock the full course today
Join today to access over 24,600 courses taught by industry experts.
Deploying Blazor applications to Azure - ASP.NET Core Tutorial
From the course: Migrating ASP.NET Core Web Applications to Azure
Deploying Blazor applications to Azure
- [Instructor] The H+ sport team has decided that they would like to experiment a little bit with Blazor. So they've created a Blazor application as well. Here it is. If you've worked with Blazor before, you may recognize the template that somehow everyone seems to be using. The functionality here is almost the same. So we have our categories, and in the categories we have the items. Well, here's only one in that specific category. And then once again, we could hypothetically add an item to the shopping cart. If you have a look at the address bar up here, you see that indeed we have URLs, and that URLs change depending on where I click, but it's not the whole page that's being reloaded, it's just the content that's being replaced. So we have a single page application based on Blazor, well, technically based on Blazor WebAssembly. And when I set up the application, let me show you when adding a new project based on…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
(Locked)
ASP.NET Core options3m 12s
-
(Locked)
Looking at the sample application2m 55s
-
(Locked)
Deploying a web application to Azure with Visual Studio4m 11s
-
(Locked)
Deploying a web application to Azure with Visual Studio Code5m 42s
-
(Locked)
Deploying Blazor applications to Azure8m 15s
-
(Locked)
Using Azure Functions9m 2s
-
(Locked)
Deploying Azure Functions4m 14s
-
(Locked)
Calling Azure Functions from Blazor WebAssembly3m 27s
-
(Locked)
-
-
-