Difference between ADO.Net 1.1 and ADO.Net 2.0 ?
Answer Posted / 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 View All Answers
In which event of page cycle is the viewstate available?
What are assemblies and namespaces and explain the difference between them ?
How you can return View from ASP.NET Web API method?
Which is better union or union all?
What is Pre-Render event in ASP.NET?
What is scope of an application variable in asp.net?
what is publisher?
How do I use response redirect?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is application variable in asp.net?
How can we identify that the page is post back in asp net?
What is the difference between client-side and server-side validations in webpages?
What is diff. Between abstract class and an interface?
How can we create pie chart in asp.net?
Can any body provide me the sample web application in asp.net