explain ado.net

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


Please Help Members By Posting Answers For Below Questions

Explain code snippet to register exception filters from controller?

619


How to prepare culture-specific formatting in .net.

507


What is the use of autowireup in asp.net?

552


How many types of cookies are available in asp?

570


Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?

535






How do I publish my asp.net application to my isp's web server?

579


Explain the difference between Web Garden and Web Farm?

545


Please briefly explain the usage of global.asax?

528


What are the types of caching in asp.net?

545


Explain client-side scripting?

563


How do we access view state value of this page in the next page?

644


What is difference between asp.net and asp.net mvc? : Asp.Net MVC

481


In order to get assembly info which namespace we should import?

516


What is the mvc framework?

559


How to use multiple scriptmanager controls in a web page?

595