Video description
- Create Blazor components as building blocks for reusing code
- Share components between projects using component libraries
- Build complex component hierarchies with cascading parameters
- Construct templated components that can be re-used in different scenarios
- Implement the popular View/ViewModel pattern for Blazor components
- Share data between different components and make them sync
- Optimize your code using a component’s life-cycle hooks
Table of contents
- Overview 00:02:40
- Building Your First Blazor Component 00:03:50
- Component Communication, Parent to Child 00:05:21
- Component Communication, Child to Parent 00:07:29
- Splitting the View and ViewModel 00:09:27
- Referring to a Child Component 00:07:20
- Component Initialization 00:06:29
- Component Life-Cycle 00:08:03
- Component Libraries 00:06:38
- Cascading Properties 00:03:21
- Templated Components 00:04:18
- The Blazor Compilation Model 00:02:31
- Ending Summary 00:02:01
Product information
- Title: Building Blazor Components: Web Pages with C# Instead of JavaScript
- Author(s):
- Release date: December 2019
- Publisher(s): Apress
- ISBN: 9781484256725
You might also like
video
Building Web APIs with ASP.NET 4.5
This course shows entry to mid-level Visual Studio developers how to create customized REST Web APIs …
video
Getting Started with ASP.NET Core 3.0 Blazor: Framework Fundamentals for Full-stack Web Development Without JavaScript
This video will teach you Blazor, a new web development framework from Microsoft now available with …
book
Modern Web Development with ASP.NET Core 3 - Second Edition
Explore the tools and techniques to build scalable and secured restful web services and web applications …
video
Getting Started with ASP.NET Core MVC
The latest web development framework from Microsoft is ASP.NET Core. It is blazingly fast, cross-platform, and …