Databinding in Aspnet Blazor

preview_player
Показать описание
Will learn aspnet Blazor databinding or databinding in blazor or aspnetcore blazor data binding.

This video explain about databinding in Blazor. Similar to angular data bind work in 2 ways.
1. One way
2. two way.
In one way data binding is used when you just want to display some details to the user, but the user changes are not going to update in the blazor property.
But in two way data binding the changes reflects in both the places, and all the property and the control which depends on them. Means suppose you bind the property to a text box then if that property is bind to any of div tag then that changes are going to reflect. But in some aspect it is not similar to angular if you see in angular the moment you type in the textbox it will display on all the controls which bind to that. But in the current release of Blazor it is not possible may be in future it is going to happen, in this release what will happen once the textbox loose the focus that changes are going to reflect on the controls which bind to this.
I will be uploading this file on Github if you want to see just go and download from there.
Рекомендации по теме
Комментарии
Автор

Simple and easy to follow along. Thanks

toddknudsen