Interview Questions

What are advantages and disadvantages of Microsoft-provided data provider classes in ADO.NET?

C# Interview Questions and Answers


(Continued from previous question...)

194. What are advantages and disadvantages of Microsoft-provided data provider classes in ADO.NET?

SQLServer.NET data provider is high-speed and robust, but requires SQL Server license purchased from Microsoft. OLE-DB.NET is universal for accessing other sources, like Oracle, DB2, Microsoft Access and Informix. OLE-DB.NET is a .NET layer on top of the OLE layer, so it’s not as fastest and efficient as SqlServer.NET.

(Continued on next question...)

Other Interview Questions