December 2013
Intermediate to advanced
1872 pages
153h 31m
English
You need to familiarize yourself with the following primary .NET Framework namespaces to be able to program against SQL Server 2012:
System.Data—This is the root namespace, which contains essential data access classes, such as DataSet, DataTable, and DataRow.
System.Data.SqlClient—This 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 ...