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.
Name the latest features that added in .NET Framework 4.0?
Define constant and variable.
Describe in brief regarding the Visual basic.NET culture?
Which type of code, a client-side or a server-side, is found in the code-behind file of the Web page?
Explain what is meant by Procedure oriented language?
Explain MaskedTextBox control? And also explain the function of Mask property?
What do you mean by ASP?
Briefly explain about ToolTip control. In what way we can associate it with another control?
Which method is used in .NET to enforce garbage collection?
Briefly describe contra-variance and covariance in .NET Framework 4.0 and give an example for both?
18,76,764
1949593 Asked
3,689
Active Tutors
1450002
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!