Jump to content

Data binding

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 107.179.244.196 (talk) at 11:59, 27 March 2016 (missing coma). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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. In UI data binding, data and information objects of the same language but different logic function are bound together (e.g. Java UI elements to Java objects).[1]

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.[2]

Data binding frameworks and tools

  • LiveBindings
  • DSharp 3rd-party Data Binding tool
  • OpenWire Visual Live Binding - 3rd-party Visual Data Binding tool

See also

References

  1. ^ "What is Data Binding?". Techopedia.com. Retrieved 30 December 2015.
  2. ^ "Data Binding Overview". Microsoft Developer Network. Microsoft. Retrieved 30 December 2015.

Further reading