Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Data binding
Software technique of binding and synchronizing producer and consumer data sources that differ in language or function

In computer programming, data-binding is a general technique that binds data sources from the provider and consumer together and synchronizes them. This is usually done with two data/information sources with different languages, as in XML data binding and UI data binding. In UI data binding, data and information objects of the same language, but different logic function are bound together .

In a data binding process, each data change is reflected automatically by the elements that are bound to the data. The term data binding is also used in cases where an outer representation of data in an element changes, and the underlying data is automatically updated to reflect this change. As an example, a change in a TextBox element could modify the underlying data value.

We don't have any images related to Data binding yet.
We don't have any YouTube videos related to Data binding yet.
We don't have any PDF documents related to Data binding yet.
We don't have any Books related to Data binding yet.
We don't have any archived web articles related to Data binding yet.

Data binding frameworks and tools

List of examples of data binding frameworks and tools for different programming languages:

C# .NET

Delphi

  • DSharp third-party data binding tool
  • OpenWire Visual Live Binding—third-party visual data binding tool
  • LiveBindings

Java

JavaScript

Main article: Comparison of JavaScript-based web frameworks

Objective-C

  • AKABeacon iOS Data Binding framework

Swift

Scala

  • Binding.scala

See also

Further reading

References

  1. "What is Data Binding?". Techopedia.com. Retrieved 30 December 2015. https://www.techopedia.com/definition/15652/data-binding

  2. "Data Binding Overview". Microsoft Developer Network. Microsoft. Retrieved 29 December 2016. https://msdn.microsoft.com/en-us/library/ms752347(v=vs.110).aspx