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

Where is the session stored?

0 Answers  


Explain login control and form authentication.

0 Answers  


How many types of session in asp.net2.0

28 Answers   ABC, DOT, First Europa, HCL, iRely, TCS,


what is mean by framework?

3 Answers  


How can we register exception filter globally?

0 Answers  






What is a PostBack? What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState? Why is it either useful or evil?

3 Answers   TCS,


hi guys do u know how to go one page to one page to another page plz tell me any of u know

3 Answers  


What is Fragment Caching in ASP.NET?

2 Answers   MCN Solutions, pspl, Wipro,


What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC

0 Answers  


What is the difference between the get method () and post method ()?

0 Answers  


Explain the life cycle of an ASP .NET page.

2 Answers  


How would you enable impersonation in the web.config file?

0 Answers  


Categories