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
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
What are session and cookies?
What is __ requestverificationtoken?
What are different types of api?
Why do we need a web application session?
Explain the benefits of viewstate?
Explain State management in asp.net
Give some salient points of difference between request processor and request dispatcher.
What is voluum?
What are the different types of sessions in asp.net?
Should I delete cookies?
Mention the namespace that is used to include .net data provider for sql server in .net code?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
Why session is more secure than cookies?
What is Web API Routing?