Differences between the classic ADO and ADO.NET
Write the major differences between the classic ADO and ADO.NET?
Expert
Following are the major differences between both:
a) In ADO we have recordset and in the ADO.NET dataset is there.
b) All data persist in XML as compared to classic ADO where data persisted in Binary format also.
c) In recordset we can have only one table. If we wish to accommodate more than one tables, we requires to do the inner join and fill the recordset. Dataset could have multiple tables.
What Global.asax file includes in event handlers?
What is the difference between HTTP-Post and HTTP-Get?
State how the changes made to the DataSet object are identified since it was last loaded?
In ASP.Net which namespaces imported automatically by Visual Studio?
Distinguish among in-proc and out-of-proc
State various limitations of the AJAX.
Explain briefly the term AutoPostBack?
Write the difference between the WindowsDefaultLocation and WindowsDefaultBounds properties?
State the method which can be used to impose Garbage collection in .NET?
Explain Windows services?
18,76,764
1943704 Asked
3,689
Active Tutors
1444462
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!