ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ADO.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
What is the main difference between ADO and ADO.Net
 Question Submitted By :: Bsatish
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is the main difference between ADO and ADO.Net
Answer
# 1
ADO- Connection-Oriented Architecture
     Use Record Set
     Communicate in Binary mode

Ado.net Dis-connected architecture
       Use DataSet,Adapter  
       Parse Data in XML mode
 
Is This Answer Correct ?    4 Yes 0 No
Hhh
 
  Re: What is the main difference between ADO and ADO.Net
Answer
# 2
ADO was a connected data access model, which means that when
a connection to the database is made, the connection remains
open until the application is closed.

ADO.NET is disconnected database access model, which means
when an application interacts with the database, the
connection is opened to serve the request of the
application, and is closed as soon as the request is completed. 

All data is presented in XML, as compared to ADO.
 
Is This Answer Correct ?    2 Yes 0 No
Jyoti
 
 
 
  Re: What is the main difference between ADO and ADO.Net
Answer
# 3
The old ADO (ActiveX Data Object) has evolved to ADO.NET in
the .NET Framework. The ADO.NET object is a lightweight
object. The ADO Recordset was a huge object in ADO. It
provided the ability to support multiple types of cursors.
It provided fast lightweight "firehose" cursor and also
supported a disconnected client-side cursor that supported
tracking, optimistic locking, and automatic batch updates of
a central database. However, all of this functionality was
difficult to customize.
ADO.NET breaks the functionality of the ADO object to
multiple classes, thereby allowing a focused approach to
developing code. The ADO.NET DataReader is equivalent to the
"firehose" cursor. The DataSet is a disconnected cache with
tracking and control binding functionality. The DataAdapter
provides the ability to completely customize how the central
data store is updated with the changes to a DataSet.
 
Is This Answer Correct ?    0 Yes 0 No
Babina
 

 
 
 
Other ADO.NET Interview Questions
 
  Question Asked @ Answers
 
How to get oledb connection?  3
Differnce between Stored procedure and user defined functions? Microsoft13
What?s the role of the DataReader class in ADO.NET connections? Ksb5
What happens when u try to update data in a dataset in .NET while the record is already deleted in SQL SERVER as backend?  5
Being fresher How would i answer to the question that what is your salary exception?  3
How to retrieve the third table value from the data set? Network-Solutions1
How do we invoke queries from the application ? Microsoft1
Explain what a diffgram is and its usage ?  1
what is the syntax code to oledb to connect oracle IBM4
Explain different methods and Properties of DataReader which you have used in your project?  2
What is the difference between oledbreader and datasetwhile connecting?  1
what is data access layer? Honeywell2
How to add Primary key in DataSet  3
Call a stored procedure from ado.net and pass parameter to it ? Keane-India-Ltd5
What is a datagrid?  2
What is datacolumn and how it is used?  2
Where do you store connection string ? Digital-GlobalSoft1
If a dataset contains 100 rows, how to fetch rows between 10 and 20 only ? Ksb10
Differences between dataset.clone and dataset.copy? Ksb1
What's the difference between Dataset.clone and Dataset.copy? Ksb5
 
For more ADO.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com