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
Explain form level validation and field level validation?
What is the use of view state?
Where do the cookie state and session state information be stored?
explain code with multi inhertance
What is true about application service provider?
How many types of state management are there in asp net?
How is it possible for .NET to support many languages?
What is the difference between asp.net and mvc?
Who can consume WebAPI?
Why is this service branded with windows livetm?
What are sharepoint pages?
What is difference between or and orelse?
What are the Difference between asp.net and asp ?
How many types of cache are there?
Why do we need asp.net?