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
Why web api is better than wcf?
Describe the differences between the lifecycles of Windows services and Standard EXE?
In which event of page cycle is the viewstate available?
What are asp.net web forms?
What is server redirect?
Why does my asp.net file have multiple tag with runat=server?
Explain the difference between dataset and datareader.
What is the difference between dynamic SGA and static SGA?
What is the maximum amount of memory any single process on windows can address?
What is server components?
Write code to send e-mail from an asp.net application?
What are the events in a page life cycle?
Explain diff between dataset and datareader?
Do session use cookies in asp net?
How long do session variables last?