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 is custom events?
Can we handle the error and redirect to some pages using web.config?
How is the asp.net mvc architecture different from others? : asp.net mvc
Explain the differences between clr & cts?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
What are the two properties that are common on every validation control?
What is the concepts of globalization and localization in .net?
What are ASHX files?
What is a pixel url?
Explain ViewState?
What is the difference between Hash table and Array list?
How could you modify xaml content from javascript?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
What is different authentication mechanisms used in ASP.NET?
What are the various types of cookies in asp.net?