Difference between ADO.Net 1.1 and ADO.Net 2.0 ?



Difference between ADO.Net 1.1 and ADO.Net 2.0 ?..

Answer / kuldeep chauhan

ADO.NET 2.0 has new data binding model which reduce the
amount of code you write for data binding. It has more
compact dataset. ADO.NET 2.0 supports provider factories by
which you can write generic data access code. SQL Server
can now hast the CLR, also SQL notifications for ADO.NET
2.0 is new concept. some ADO.NET properties specially for
SQL Server 2005 like MARS (multiple active record set),
user defined data types, managed stored procedure by which
we can write S.P. in pure C#, snapshot transaction
isolation by which we can see relatively older data while
it is being updated by another transaction.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Should I delete cookies?

0 Answers  


What are the merits and demerits of viewstate?

0 Answers   Siebel,


Difference between windows application and web application? Which is the best for updation purpose?

5 Answers   IBS,


What do you understand by aggregate dependency?

0 Answers   MindCracker,


Explain about Automatic resource management?

0 Answers  


Can we override the enablepartialrendering property of the scriptmanager class?

0 Answers  


What is route in web api?

0 Answers  


How does output caching work in ASP.NET?

0 Answers  


What are the namespaces used in asp.net mvc? : asp.net mvc

0 Answers  


Explain the difference between value type and reference type?

0 Answers  


Disable browser cache for entire ASP.NET website?

0 Answers   HCL,


What is the difference between the asp and asp.net?

0 Answers  


Categories