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 code access security,role based security explain with example

1 Answers   Infosys,


How to call a child form method from the master page?

1 Answers  


What is loop in asp.net?

0 Answers  


Explain the asp.net session state modes.

0 Answers  


Is it possible to apply themes to an asp.net application? If yes, then how?

0 Answers  






How many rounds are there for a software programmer to clear interview in any IT industries(MNC).

3 Answers   HCL,


In which scenario we use Session and Cookies? With Example..

1 Answers  


if i have a web page, and after the postback i dont to maintain the viewstate. How can we maintain in web application?

4 Answers   CGI,


What is the difference between Session and response.Redirect?

0 Answers   Microsoft,


What is HTTPModule and HTTPcontext? What is the use of each?

0 Answers   Accenture,


What are Session states available and its Uses?

0 Answers   CTS, iLogic,


“~” means in asp.net application?

4 Answers   IBS,


Categories