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 is basic difference between Dataset and Typed Dataset. When to use Typed dataset?



July 07, 2008 17:29:05 #5
 syed1ahmad   Member Since: May 2008    Total Comments: 1 

RE: What is basic difference between Dataset and Typed Dataset. When to use Typed dataset?
 
Typed dataset is design time concept and it is type safe mechanish.
typed dataset field can be accessed as properties programatically.

Typed Dataset is more faster as compated to the normal dataset 'coz of the type casting is not required.
     

 

Back To Question