Data binding

In computer programming, data-binding is a general technique that binds data sources from the provider and consumer together and synchronizes them.

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).

As an example, a change in a TextBox element could modify the underlying data value.

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

This computer science article is a stub.