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 lazy loading in entity framework?
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
how can you enhance the performance of entity framework?
Where is tempdata stored?
what is model first approach?
What is presentation framework?
How route table has been created in ASP.NET ASP.Net MVC?
If I have multiple filters implemented, what is the order in which these filters get executed?
What is the use of the default route?
What is entitytypes? : Entity framework
What is conceptual model? : Entity framework
what is csdl?
Does razor engine supports for tdd?
Explain the use of Inversion of control (IOC)?
What is display mode in mvc?