Difference between import System
Illustrate the difference between import System.Data.SqlClient and System.Data.Oledb in brief?
Expert
System.Data.OleDB includes the objects which we use to connect to the data source through an OleDB provider, like OleDbConnection and OleDBCOmmand. System.Data.SqlClient includes objects which we use to connect to the data source through Tabular data stream interface given by Microsoft Sql Server. This can be usually employed to give better performance as it eliminates some of the intermediate layers needed by the OleDB provider.
Briefly describe side-by-side execution and also explain whether two applications, one using the shared assembly and other private assembly be declared as side-by-side executables?
Illustrate different types of inheritance?
Explain about the types of ASP Objects?
How can we programmatically prevent the Combobox from dropping, in the .NET 4.0?
Specify, what is an Activity?
State role that XSL plays when it dynamically generates HTML pages from the relational database.
Define Server-side scripting and Client-side scripting?
Briefly explain ADO.NET and its features?
Explain, what is Connection Pooling?
Illustrate in brief the main difference between Navigation application and XBAPs in the WPF?
18,76,764
1957150 Asked
3,689
Active Tutors
1425082
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!