Data binding is the process that establishes a connection between the application UI (User Interface) and business logic.
Some notable examples of data binding include:
For c#, Windows Presentation Foundation (wpf),
For javascript, angular-js.
Data binding is the process that establishes a connection between the application UI (User Interface) and business logic.
Some notable examples of data binding include:
For c#, Windows Presentation Foundation (wpf),
For javascript, angular-js.