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
How does the cookies work in asp.net?
What is OSI layer? Explain different layers.
Can the unique key be null?
3. What goals do you have in your career?
Where the assembly is stored in asp.net?
What is the biggest disadvantage of “Other Return Types” in Web API?
Which method do you use to kill explicitly a users session?
What is windows active directory authentication?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
How does asp net store session ids by default?
what is command line compiler.what are the steps and how it is related to debugging.
What are the event handlers that we can have in global.asax file?
Is a dll file an executable?
How to prevent client side validation from the ASP.NET validation controls?
What are the uses of list view control in Asp.net?