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.
Explain the code-behind feature of ASP.NET?
List the advantages of the DLR?
Briefly describe garbage collection? Differentiate between garbage collections in .NET 4.0 and previous versions?
Write the use of MaxDate and MinDate properties of a MonthCalender control?
Explain briefly the term AutoPostBack?
In ASP.Net which namespaces imported automatically by Visual Studio?
What are the components of web form in ASP.NET?
How can we programmatically prevent the Combobox from dropping, in the .NET 4.0?
How Web services can be prevented from the unauthorized access?
What do you mean by XBAP? Describe in brief.
18,76,764
1951720 Asked
3,689
Active Tutors
1417056
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!