What is the difference between .Net framework and .Net Compact Framework?

Editorial / Best Answer

bb.geetha  

  • Member Since May-2008 | Jun 12th, 2008


The .NET Compact Framework is a subset of the .NET Framework designed for small-footprint devices. It includes most, but not all of the base class library available in the full framework.

Showing Answers 1 - 15 of 15 Answers

bb.geetha

  • Jun 12th, 2008
 

The .NET Compact Framework is a subset of the .NET Framework designed for small-footprint devices. It includes most, but not all of the base class library available in the full framework.

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.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions