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



June 06, 2007 02:29:04 #2
 samridhi   Member Since: Visitor    Total Comments: N/A 

RE: what are the differences between ADO.net 1.0 and A...
 
1. Ado.net 2.0 provides MARS ( multiple active resultsets which allows you to have two datareader on one connection open at sametime.
2. Ado.net 2.0 provide bulk copy facility.
3. Ado.net 2.0 provides table adapters and hence allows easy to create DAL.

There must be many other benifits of using ado.net 2.0 but i know this many only.
     

 

Back To Question