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
What do you mean by caching in asp.net?
Define page fragment caching?
What is the difference between exe and dll?
What is & in a url?
How response object is related to asp's response object?
If you are using components in your application, how can you handle exceptions raised in a component?
Explain the difference between asp.net mvc and asp.net webforms
What does the .webpart file do?
Which is faster viewdata or viewbag?
Why does my asp.net file have multiple tag with runat=server?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
What is difference between viewstate and session in asp net?
Can you change a Master Page dynamically at runtime?
Define static member?
What is a multilingual website?