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
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
Explain the tools used for unit testing in ASP.Net MVC
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
In razor syntax, what is the escape sequence character for @ symbol?
how can you tell ef to have a different table or column name than that defined for the class?
What is ViewData and TempData in ASP.Net MVC?
what is model first approach?
What is .net architecture?
Explain Sections is ASP.Net MVC?
what is complex type?
What is code first? : Entity framework
What is net framework 3.0 ?
What is Attribute Routing in ASP.Net MVC?
What are the main components of .net framework?
Explain what is the difference between view and partial view?