Objective 2.4: Query and manipulate data by using ADO.NET

Although the EF is clearly the predominant data access path, Microsoft appears to have chosen, ADO.NET has been around for roughly 12 years and is a tried-and-true technology. There are countless books written on ADO.NET. Although each new ADO.NET version adds features, the basic workings and concepts remain the same.

Querying data using Connection, DataReader, Command, DataAdapter, and DataSet

The Connection, DataReader, Command, DataAdapter, and Dataset/DataTable implementations are essential components of ADO.NET. ...

Get Exam Ref 70-487: Developing Windows Azure and Web Services 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.