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 an asp.net validator? And, mention its types.

0 Answers  


Explain current thinking around IClonable.

1 Answers   Infosys, Wipro,


benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks

0 Answers  


Give a few examples of page life cycle events.

0 Answers   Accenture,


What?s the difference between Codebehind="MyCode.aspx.cs" and Src="MyCode.aspx.cs"?

1 Answers   Getit, Siebel, Visual Soft,






When does a session actually start?

0 Answers  


What is the use of SmartNavigation property?

4 Answers  


How many types of sessions in asp.net?

0 Answers   MaxSolPro,


What is a server farm in iis?

0 Answers  


What is a bubbled event?

2 Answers  


How do I publish my asp.net application to my isp's web server?

0 Answers  


Is object a value type or referenced type?

2 Answers  


Categories