Video description
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.
- 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
Product information
- Title: Getting Started with ASP.NET Core 3.0 Blazor: Framework Fundamentals for Full-stack Web Development Without JavaScript
- Author(s):
- Release date: April 2020
- Publisher(s): Apress
- ISBN: 9781484259238
You might also like
video
Advanced ASP.NET Core 3.1 MVC
Whether you’re looking to understand the Repository Pattern and N-Tier Architecture or get to grips with …
video
Building Blazor Components: Web Pages with C# Instead of JavaScript
Learn Blazor, an alternative to JavaScript for web applications that is based upon Microsoft's popular and …
video
Fundamentals of ASP.NET Core 3
Have you ever wanted to learn how to build an ASP.NET Core application from scratch? In …
book
Exploring Blazor: Creating Hosted, Server-side, and Client-side Applications with C#
Build and develop web applications with Blazor in C#. This book will cover all three types …