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 is odata in web api?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
What is data reader in asp.net?
How you can manage the state of application at the server side in ASP.NET?
What is razor? : asp.net mvc
What is work flow gen? how can it will work with .Net?
What is preprocessor in .net?
Explain asp.net application life cycle?
In which event of page cycle is the viewstate available?
What is _viewstart?
How many types of sessions in asp.net?
In the Repeater control which way you can edit?
Explain about asp.net state management?
Explain about asp.net 2.0 themes?
What is ispostback method in asp.net?