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
Is it possible to write code in many languages in one asp.net project?
Can we have multiple web config files for an asp.net application?
Explain server-side scripting?
Explain asp.net page life cycle?
Explain difference between dataset and datareader?
How can we communicate with each server in N-tier Architecture? and what are the methods?
What is state management in .net?
What's the use of formatters in .net?
Define the steps to set up validation control.
Explain State management in asp.net
What are sessions and cookies?
What is difference between session and cookie?
Explain how is a property designated as read-only?
What is inproc mode in session?
What are the benefits of view state?