Different types of data providers
State different types of data providers existing in .NET Framework?
Expert
Different types of data providers existing in .NET Framework are as follows:
i. .NET Framework Data Provider for ODBC – It provides access to the databases exposed by using ODBC. It uses a name System.Data.Odbc.
ii. .NET Framework Data Provider for SQL Server - Provides access to Microsoft SQL Server 7.0 or later version. It uses a namespace System.Data.SqlClient.
iii. .NET Framework Data Provider for OLE DB - Provides access to databases exposed by using OLE DB. It uses a namespace System.Data.OleDb.
iv. .NET Framework Data Provider for Oracle - Provides access to the Oracle database 8.1.7 or later versions. It uses a namespace System.Data.OracleClient.
Explain what is the CLI and also if it is same as that of CLR?
Differentiate between the methods Clone() and Copy() of a DataSet class?
Why is XML InfoSet specification distinct from the Xml DOM? Explain what does the InfoSet attempt to resolve?
What is meant by the term Assembly?
Illustrate the difference between the .dll extension and .exe extension files?
Briefly describe about keywords also give example.
Write the difference between the Literal control and Label control?
Briefly describe the ADO.NET architecture?
State the method which can be used to impose Garbage collection in .NET?
How we can dynamically add the user controls to the page?
18,76,764
1953855 Asked
3,689
Active Tutors
1425206
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!