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
If you want to write your own dot net language, what steps you will you take care?
Define asp.net caching?
What is cache in asp net?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
Can viewstate be accessed in another page?
What is .net framework and what are the main components of it?
In asp.net, how can you validate drop down box?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
Is react a template engine?
Explain client-side scripting?
Explain the asp.net mvc folder conventions? : asp.net mvc
How to sign out from forms authentication?
What is data grid view in asp.net?
how to include timer or counting time to display next page in asp.net
How does session work in asp net?