Multiple choice

Which namespace would be used to create an ASP.NET application with Microsoft SQL Server as the database?

  1. System.Data.Common

  2. System.Data.SQLServer

  3. System.Data.SQLClient

  4. System.Data.OleDb

  5. System.Data.ADO

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The System.Data.SqlClient namespace is the.NET Framework Data Provider for SQL Server. It describes a collection of classes used to access a SQL Server database in the managed space.