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

What is Master Page in Asp.net?

9 Answers  


What ports must be open for DCOM over a firewall? What is the purpose of Port 135?

0 Answers  


What is view state and how it works in asp net?

0 Answers  


repeater and gridview diff? Why is repeater fast than gridview?

3 Answers   TCS,


what is the differance between .DLL & .EXE

10 Answers   Infinite Computer Solutions,






How do you construct HtmlResponseMessage?

1 Answers  


Describe SOA and the tenets of it?

0 Answers   Siebel,


whats the best method to cal id in javascript

2 Answers  


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

0 Answers  


what is .net

15 Answers   Net Solution,


How long the items in ViewState exists?

0 Answers   SwanSoft Technologies,


What is Partial PostBack in ASP.NET?

0 Answers   Viscus Infotech,


Categories