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 can we determine action invoked from HTTP GET or HTTP POST?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
Explain what is routing?
What are Action Methods in ASP.NET MVC?
Explain Bundle.Config in ASP.Net MVC4?
What is a razor file?
What is .net framework used for?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
What are the new features 3.5 framework against with the tool?
What is edm in entity framework?
how can you enhance the performance of entity framework?
how do you mark a property as required? For example, for a project, the name is a required field.
What is layout in mvc?
What is needed for running an application built on winfx on the .net framework 3.0?
Explain what is the difference between view and partial view?