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.
Differentiate the terms dynamic and var data types?
What do you mean by the term base class of .net?
In what way we can deploy the ASP.NET Web application?
Write down a short note regarding the .NET?
Difference between read-only variables and constants which are used in programs?
Name the classes that are supported to make the XML DOM?
State what are Collections and Generics?
List the various techniques to authenticate the user in ASP.NET?
Briefly explain Application Cache?
What is meant by the Managed Extensibility Framework?
18,76,764
1926670 Asked
3,689
Active Tutors
1454653
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!