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
Explain the difference between or and orelse?
Explain server-side scripting and client-side scripting.
What is viewstate information stored?
Where is cookie used in asp.net?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
Is asp.net mvc front end or backend? : Asp.Net MVC
Explain Optimization technique description?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
What is rich control in asp.net?
Which is better viewstate or session?
What is the procedure to create the environment for asp.net? : asp.net mvc
Can we have 2 web config files?
What are the navigation ways between pages available in ASP.NET?
Why and where this web.config file is used?
How can u deifne the benefits and limitation of using Viewstate for state management?