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

If you want to write your own dot net language, what steps you will you take care?

709


Define asp.net caching?

743


What is cache in asp net?

720


What setting must be added in the configuration file to deny a particular user from accessing the secured resources?

709


Can viewstate be accessed in another page?

709


What is .net framework and what are the main components of it?

557


In asp.net, how can you validate drop down box?

795


Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?

790


Is react a template engine?

670


Explain client-side scripting?

752


Explain the asp.net mvc folder conventions? : asp.net mvc

701


How to sign out from forms authentication?

729


What is data grid view in asp.net?

694


how to include timer or counting time to display next page in asp.net

1805


How does session work in asp net?

741