Tutorial by Examples

There are three modes of XAML bindings exists for either Binding and x:Bind: OneTime: Update happens only once, on initialization of the view during InitializeComponent() call. (ViewModel[sends data when initializing] -> View) OneWay: View is updated when ViewModel changes. But not in the rev...
When calling methods directly from the view. If performance matters really bad (scientific spaceship stuff) When you want to get compile time errors
Use it if you want to be flexible about the source type of your data. It won't bind to an actual property but to its name. If you want to bind to the DataContext

Page 1 of 1