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:  What is the difference between .Net framework and .Net Compact Framework?

Is there any diffence between these two




October 10, 2008 06:21:16 #4
 ptharak   Member Since: October 2008    Total Comments: 6 

RE: What is the difference between .Net framework and .Net Compact Framework?Is there any diffence between these two
 
DataREader is ued for readonly and forward .
Dataset is used to either read and Write

Whenever sequential is read needed then you can go for DtaREader , it gives better performance than DataSEt.

Using DataSEt you can get entire relationship of the tables and schema.
     

 

Back To Question