In Lesson 3 you will learn how to:
- Create a new windows form application
 - Create a Disconnected DataSet, DataAdapter, DataSchema, DataTable and DataColumn
 - Insert, Update and Delete data within the DataSet
 - Save the changes made to the DataSet to the database
 - Reject the changes made to the DataSet
 - Filter data within the GridView