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 about the rules and regulations which should be followed when creating the well-managed XML document.
Illustrate Application State in the ASP.NET.
What is the basic difference between a content page and a master page?
By which method we can add or remove rows from a DataTable object of DataSet?
What is connection pooling? And name the pre-requisites used for connection pooling?
What are the different ways to manage state in ASP.Net?
Write the difference between globalization and localization?
Briefly describe contra-variance and covariance in .NET Framework 4.0 and give an example for both?
Can the 'throws' clause can be used to raise an exception?
Explain about standard query operators in LINQ?
18,76,764
1941160 Asked
3,689
Active Tutors
1433774
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!