GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  ADO.NET 2.0

 Print  |  
Question:  what are the differences between ADO.net 1.0 and ADO.net 2.0



November 11, 2006 11:32:57 #1
 Namit   Member Since: Visitor    Total Comments: N/A 

RE: what are the differences between ADO.net 1.0 and A...
 
ActiveX Data Objects (ADO) is a COM-based class library for interacting with data sources. It offers optimized access over the Internet and intranets.ADO.NET 1.0 surpasses ADO in its ability to work with various data sources. It provides a richer set of objects for various types of applications for both client/server and multitier environments. ADO.NET 2.0, the latest version, provides better platform interoperability and scalable data access from connected and disconnected sources.
     

 

Back To Question