Difference between classic ADO and ADO DOT NET
Write main difference between classic ADO and ADO.NET?
Expert
Some most important differences between classic ADO and ADO.NET are as follows:
ADO contains recordset and ADO.NET have dataset.
Dataset can have multiple tables. In recordset we have only one table. If we desire to hold more than one table,
We require perform do inner join and fill the recordset.
Every data endure in XML as compared to classic ADO where persisted data in Binary format also.
By which method we can add or remove rows from a DataTable object of DataSet?
What is .NET Framework? Specify its applications?
Illustrate different security methods that IIS Provides distant from .NET?
Write ASP.NET configuration options that are supported in ASP.NET implementation on shared Web hosting platform?
Illustrate the difference between the .dll extension and .exe extension files?
Explain DataAdapter class in the ADO.NET?
Why XMLHttpRequest object is used in the AJAX?
Define the function of a ViewState property?
Briefly describe key-based dependency and file-based dependency?
In what way we can disable a context menu for the TextBox control?
18,76,764
1939016 Asked
3,689
Active Tutors
1422513
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!