An Introduction to Data Binding

There is a common problem and solution pattern at hand with applications that front databases. Typically, data has to be fetched from the database into the application, and the application’s user interface has to be updated to display the data in an appropriate manner. For large data sets, the concept of paging comes into play. Because it is inefficient to load in, say, a 100MB data set, a paging mechanism needs to be pressed into action to enable the user to move forward and back through the data “stream.” After the data has safely made it into the application’s UI, the application-to-database flow needs to be handled. For any pieces of data that have been changed, those changes have to be reconciled and committed ...

Get Microsoft Visual Studio 2015 Unleashed, Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.