Video description
This video will teach you Blazor, a new web development framework from Microsoft now available with the release of .NET Core 3.0. You will learn how to build web applications without having to learn JavaScript. You will apply the most fundamental components of the Blazor framework, writing both client- and server-side components of your web applications using .NET languages. No knowledge of JavaScript is necessary; although Blazor code can easily inter-operate with JavaScript.
You will discover the two hosting models for Blazor; Blazor WebAssembly and Blazor Server. The first, Blazor WebAssembly, runs compiled .NET code directly in a browser via WebAssembly. The second, Blazor Server, creates client-side components for you, while running all the logic on the server. Client-side components communicate with server-side components asynchronously in real time. Choose either, as the code syntax is the same, allowing you to easily move your code to Blazor WebAssembly or Blazor Server.
What You Will Learn
- Get introduced to Blazor and find out why you should learn it
- Understand the differences between the Blazor Server and Blazor WebAssembly hosting models
- Discover the fundamental components of Blazor and Razor components
- Make Blazor applications modular
- Run Blazor on both server and browser
- Make your .NET code inter-operate with in-browser JavaScript
Who This Video is For
Developers who are already familiar with ASP.NET Core.
Table of Contents
Introduction
00:02:38
Introduction to Blazor
00:01:57
Setting Up Your Environment
00:06:11
Razor Components Overview
00:11:47
Blazor Reference Libraries
00:08:47
Blazor Templates and Layouts
00:07:06
JavaScript Interop in Blazor
00:05:27
Dependency Injection in Blazor
00:06:03
Hosting Model Differences in Blazor
00:04:07
Summary
00:01:49