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.
What is Custom Activities?
Explain the term culture and and UICulture values?
Name the methods of DataView class?
List different ways of deployment that are supported by .NET.
Write differences between the while and for loop in C#.
By what way we can display a default value in a text box of the input box?
List some of the new features of ASP.NET AJAX 4.0?
By which command we can turn-off and turn-on CAS?
List the advantages of the DLR?
What do you understand by the Tuples?
18,76,764
1950484 Asked
3,689
Active Tutors
1439379
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!