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
How does the .net framework 3.0 relate to the .net framework 2.0?
Where is tempdata stored?
What is .net architecture and framework?
Can we add constraints to the route? If yes, explain how we can do it?
What is the difference between viewbag and viewdata in mvc?
Explain .Net Framework? Why we use it?
What are actions in asp.net mvc?
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
What is entity graph? : Entity framework
How we can multiple submit buttons in ASP.Net MVC
What is meant by viewdata?
how do you truncate a table using entity data model?
Can I set the unlimited length for "maxjsonlength" property in config?
Explain the request flow in asp.net mvc framework?
What is the importance of NonActionAttribute?