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
Describe a bubbled event and how it is used ?
Explain how can you debug your .net application?
How many types of triggers are there in update panel?
What is difference between asp.net and asp?
Define web services in asp.net.
What methods are fired during the page load? Init()
What is the significance of attaching a profile while creating a user?
What is server side session?
Which authentication uses a combination of windows and iis authentication?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Why cyclomatic complexity is important?
What are the types of session in asp.net?
What is the use of data set in asp.net?
What is the difference between union and structure?
What is an axd file?