Answer Posted / prajakta m
ADO.NET is a advanced interface provided by .NET to handle
the matters of databases. It includes database connection,
retrieval and manipulation of the data from varied data
sources like SQL Server, Oracle, OLEDB and ODBC.
It provides 2 architectures connected and discconnected.
Connected needs continuous open connection and disconnected
doesnt. In disconnected, DataAdapter takes care of opening
and closing the connection as and when needed
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is difference between razor and web form engine?
What is the 'page life cycle' of an ASP.NET MVC?
How can I return string result from action in asp.net mvc?
Why to use html.partial in mvc?
What is a model in programming?
What is meant by tempdata in mvc?
Give an example for authorization filters in an asp.net mvc application?
What is NonActionAttribute ?
Is http stateful or stateless?
how to disable the lazy loading framework?
What are the possible razor view extensions?
Explain the .net framework.
What is clr? How does work clr & wht is work of clr?
What is the advantage of using asp.net routing?
Can I use razor code in javascript in asp.net mvc?