Completed
⌨️ onfocus & onblur event
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Blazor Fundamentals Tutorial - Learn Blazor Step-by-Step
Automatically move to the next video in the Classroom when playback concludes
- 1 ⌨️ Overview
- 2 ⌨️ What is Blazor
- 3 ⌨️ Project structure
- 4 ⌨️ Blazor Components
- 5 ⌨️ Event handling
- 6 ⌨️ onclick event
- 7 ⌨️ oninput event
- 8 ⌨️ onmouseover event
- 9 ⌨️ onkeydown event
- 10 ⌨️ onfocus & onblur event
- 11 ⌨️ Data binding
- 12 ⌨️ One-way data binding
- 13 ⌨️ Two-way data binding
- 14 ⌨️ Change the data bind event
- 15 ⌨️ Execute code after data binding
- 16 ⌨️ Render modes intro
- 17 ⌨️ Static Server Side Rendering
- 18 ⌨️ Enhanced Navigation & Form Handling
- 19 ⌨️ Streaming Rendering
- 20 ⌨️ Interactive Server Rendering
- 21 ⌨️ Interactive WebAssembly Rendering
- 22 ⌨️ Interactive Auto Rendering
- 23 ⌨️ Interactive Server Rendering Example
- 24 ⌨️ Interactive Auto Rendering Example
- 25 ⌨️ Interactive WebAssembly Rendering Example
- 26 ⌨️ CRUD Intro
- 27 ⌨️ Creating the project & the data model
- 28 ⌨️ Scaffolding the CRUD pages
- 29 ⌨️ Creating a database and connecting it to the project.
- 30 ⌨️ Testing the CRUD pages
- 31 ⌨️ Index Page
- 32 ⌨️ Create Page
- 33 ⌨️ Form validation
- 34 ⌨️ Delete Page
- 35 ⌨️ Details Page
- 36 ⌨️ Edit Page