July 2015
Intermediate to advanced
1300 pages
87h 27m
English
A DataSet is basically an in-memory database that lets you work in a disconnected mode. Being disconnected means that first a connection is open, data is read from the data source and pushed to the DataSet, and finally the connection is closed and you work against in-memory data stored by the DataSet. DataSets introduced a first attempt of typed programming against in-memory data, a concept that has been unleashed in the modern data access layers such as LINQ to SQL and ADO.NET Entity Framework. Now you get a quick recap on DataSets with Visual Basic before facing LINQ.