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

Is sql backend or frontend?

560


What is http post and http get?

546


when a request is made in Life cycle of ASP.NET page .

533


can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?

1753


Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?

2031






What are the different types of Caching techniques in ASP.NET?

579


Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?

538


What is the viewstate in asp.net?

573


What is the difference between session and viewstate in asp.net?

610


Describe the application event handlers in ASP.NET?

550


What threading model used in asp and asp.net?

576


What is sdlc process?

528


What is simple data binding?

521


What is the difference between client-side and server-side validations in ASP.NET?

663


What is authorization in asp.net?

575