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

 Print  |  
Question:  Database Access

Answer: Can we do database operations without using any of the ADO.net objects?

This was an interview question


November 11, 2009 22:50:43 #7
 rakesh_mwisp   Member Since: March 2007    Total Comments: 4 

RE: Database Access
 

According to me, in .NET Technology database access is done through ADO.NET.

ADO.NET contain the classes to access database. So, in .NET there is no other way to access database other than ADO.NET classes which also contains objects for DAO, RDO.

     

 

Back To Question