Getting Comfortable with ADO.NET 4.5 and SQL Server 2012

You need to familiarize yourself with the following primary .NET Framework namespaces to be able to program against SQL Server 2012:

Image System.DataThis is the root namespace, which contains essential data access classes, such as DataSet, DataTable, and DataRow.

Image System.Data.SqlClientThis namespace contains the .NET data provider for SQL Server. It includes classes specialized for SQL Server access, such as SqlConnection, SqlCommand, SqlDataAdapter, and SqlParameter.

System.Data.EntityClient ...

Get Microsoft® SQL Server 2012 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.