Multiple choice technology programming languages

Which one of following is false about Microsoft-provided data provider classes in ADO.NET ?

  1. SQLServer.NET data provider is faster than any other provider.

  2. OLE-DB.NET is universal for accessing various data sources other than SQL Server also, but it’s a .NET layer on top of OLE layer, so is comparatively slow.

  3. ODBC.NET is a deprecated layer provided for backward compatibility to ODBC engines.

  4. None of the above

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

All three statements are accurate. SQL Server.NET is optimized and fastest for SQL Server. OLE-DB.NET adds a layer making it slower but universal. ODBC.NET is indeed deprecated for legacy compatibility. Therefore none are false.