Data providers in .NET Framework
Mention different types of data providers available in .NET Framework.
Expert
a) .NET Framework Data Provider for SQL Server - It offers access to the Microsoft SQL Server 7.0 or later version. It uses the System.Data.SqlClient namespace.
b) .NET Framework Data Provider for ODBC - It provides access to the databases exposed by using ODBC. It uses the System.Data.Odbc namespace.
c) .NET Framework Data Provider for OLE DB - It provides access to databases exposed by using OLE DB. It uses the System.Data.OleDb namespace.
d) .NET Framework Data Provider for Oracle - It provides access to the Oracle database 8.1.7 or later versions. It uses the System.Data.OracleClient namespace.
How submaster page is differ from the top-level master page?
What is meant by the term Global Assembly Cache (GAC)?
Write the difference between for loop and the while in C#.
Differentiate between the Finalize() and Dispose()?
Can we enter more than single line in the TextBox control?
Write down the benefits of Hosting WCF in IIS?
Describe the role of the DataSet object in the ADO.NET?
What is meant by the term Extensible Markup Language (XML).
Illustrate the difference between the .dll extension and .exe extension files?
Specify the syntax which is be used to inherit from a class in C#?
18,76,764
1958289 Asked
3,689
Active Tutors
1433939
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!