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.
State the relationship between Class and an Object?
How a color is picked from the ColorDialog box?
Name the events which occur when the client requests the ASP.NET page from IIS server?
Explain different implementations of the LINQ?
Why do we require the nested master pages in the Web site?
Name the different methods provided by a DataSet object to create XML?
Illustrate cross-page posting in an ASP.NET and the function of Server.Transfer() method?
Write down some of the features which are present in the VB 2005?
Specify the advantages of the DOM?
Is it possible to declare a private class in a namespace?
18,76,764
1949577 Asked
3,689
Active Tutors
1442257
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!