Difference between ADO.Net 1.1 and ADO.Net 2.0 ?
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 |
Should I delete cookies?
What are the merits and demerits of viewstate?
Difference between windows application and web application? Which is the best for updation purpose?
What do you understand by aggregate dependency?
Explain about Automatic resource management?
Can we override the enablepartialrendering property of the scriptmanager class?
What is route in web api?
How does output caching work in ASP.NET?
What are the namespaces used in asp.net mvc? : asp.net mvc
Explain the difference between value type and reference type?
Disable browser cache for entire ASP.NET website?
What is the difference between the asp and asp.net?