Data Binding in Blazor Web Apps [Pt 7] | Front-end Web Development with .NET for Beginners

preview_player
Показать описание

Learn how to bind data to your UI elements and components using Blazor's powerful data binding capabilities. We'll also take everything we've learned so far and build a simple to do list app.

Learn more:

Chapters:
00:00 - Intro
00:39 - Adding data binding support
04:30 - Change the data bind event
04:58 - Run code after data binding
07:38 - Creating a Todo app

#dotnet #blazor #web #frontend #vscode
Рекомендации по теме
Комментарии
Автор

This little series of videos on Blazor is absolutely beautiful. I can watch it at 1.5 speed and by the 7th chapter I already more than I would after a month of reading the docs.

paulp
Автор

more power to people behind this tutorial. please keep posting :)

the.risprocess
Автор

Thank you for super clear and useful tutorials :)

cablefights
Автор

doesn't working on Server or WebAsm Type Project. WebTools console gives not error. Onchange events not triggering as input changes or exit after value changed. nothing works. and no error.
it wont work without this added after @page directive.
@rendermode RenderMode.InteractiveServer

ZenOfKursat