Completed
) Avoiding Data Initialization Pitfall
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Blazor Course - Use ASP.NET Core to Build Full-Stack C# Web Apps
Automatically move to the next video in the Classroom when playback concludes
- 1 ) Introduction
- 2 ) Blazor Architecture Overview
- 3 ) Blazor Architecture In Depth
- 4 ) Blazor Hosting Models
- 5 ) Project Structure
- 6 ) Data Binding
- 7 ) Components Basics
- 8 ) Communication Between Components Overview
- 9 ) Component Parameters
- 10 ) Route Parameters
- 11 ) Cascading Parameters
- 12 ) EventCallBack
- 13 ) Referencing Child Components
- 14 ) Templated Components - RenderFragment
- 15 ) Templated Components - Generic Typed Item List
- 16 ) Templated Components - Generic Typed RenderFragment
- 17 ) Templated Components - Generic Typed RenderFragment as a Form
- 18 ) When is Rendering Triggered
- 19 ) Lifecycle Events Sequence
- 20 ) Avoiding Data Initialization Pitfall
- 21 ) Forms and Validations
- 22 ) Dependency Injection
- 23 ) State Management with Flux in C#
- 24 ) Authentication
- 25 ) Creating a reusable DataGrid Component - Columns Configuration
- 26 ) Creating a reusable DataGrid Component - Paging
- 27 ) Creating a reusable DataGrid Component - Sorting
- 28 ) Thank you and My Contact Info