Introducing ADO.NET

ADO.NET is the .NET Framework area that provides the capability to access data from databases, and can be thought of as the .NET version of ActiveX Data Objects (ADO), which was the data access technology prior to .NET, based on the COM architecture. ADO.NET can be observed from two perspectives, known as connected and disconnected modes. It can access data from different data sources thanks to data providers. In the next sections, you learn about providers and connection modes and how you can access data in a connected environment.

After completing these procedures, a recap on DataSets is offered before discussing LINQ in the next chapter.

Get Visual Basic 2015 Unleashed 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.