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.
Explain the disconnected architecture of the ADO.NET's data access model.
In what way we can deploy the ASP.NET Web application?
Can the 'throws' clause can be used to raise an exception?
Explain the term Metadata?
Specify difference between the asynchronous postback and the synchronous postback?
Explain the role of CLR in .NET Framework.
14. What is difference between Tool Strip drop down button and toolstripsplit button?
What are the layouts of ASP.NET Pages?
What is web.config file?
Explain the term Cookie? Explain where it can be used in ASP.NET?
18,76,764
1960004 Asked
3,689
Active Tutors
1446334
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!