[Free] Aspnet Core Blazor: The Big Picture
Demystifying ASP.NET Core Blazor Core Concepts and Features – Free Course
What you’ll learn
- What is AspNet Core Blazor?
- Why use Blazor instead of some well-known JavaScript Frameworks?
- Which are the two Blazor application hosting models?
- What is Blazor WebAssembly and Blazor Server?
- What is a Blazor Component and how to use them?
- How to work with data using one-way data binding, two-way data binding and event binding?
Requirements
- Basic understanding of C#
- Basic understanding of Html, CSS and JavaScript
Description
Blazor is a free and open-source web framework that enables developers to create web apps using C# and HTML. It is being developed by Microsoft.On “Asp.Net Core Blazor: The Big Picture” you will learn foundational knowledge of developing interactive client-side Web UIs with C#.
By the end of this course you will know:
-
What is Asp.Net Core Blazor?
-
Why use Blazor instead of so many other SPA frameworks?
-
What is the difference between Blazor WebAssembly and Blazor Server?
-
What is a Component and how to nest components?
-
How to work with data in Blazor using one-way, two-way and event data binding?
-
etc…