Answer Posted / surendra
ADO.NET provides consistent access to data sources such as
Microsoft SQL Server, as well as data sources exposed
through OLE DB and XML. Data-sharing consumer applications
can use ADO.NET to connect to these data sources and
retrieve, manipulate, and update data.
ADO.NET cleanly factors data access from data manipulation
into discrete components that can be used separately or in
tandem. ADO.NET includes .NET Framework data providers for
connecting to a database, executing commands, and retrieving
results. Those results are either processed directly, or
placed in an ADO.NET DataSet object in order to be exposed
to the user in an ad-hoc manner, combined with data from
multiple sources, or remoted between tiers. The ADO.NET
DataSet object can also be used independently of a .NET
Framework data provider to manage data local to the
application or sourced from XML.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Where web.config file is used?
How do you open a page in a new window?
Define repository pattern in asp.net mvc? : asp.net mvc
What are the advantages of using session?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Define view state.
What is the main function of url routing system in asp.net mvc? : asp.net mvc
What is viewstate information stored?
What is intrinsic objects in asp.net?
What is a viewstate?
What parameters can you pass in the url of the api? Can get and post use the same url?
Do you support digital rights management to protect my videos?
What is http session state?
Describe how to implement globalization and localization in the use interface in .net.
Can action method static?