Data Access and Data Binding in WPF


What is data access ?
Data access means retrieving data from the database to a datasource object like dataset and write the changes back to database.
 
 
What is Data Binding ?
 
Data Binding means retrieving data from datasource object to a User interface and write the changes back to  database