Do's and don'ts?

  • Thread starter Thread starter Tomer
  • Start date Start date
T

Tomer

Hi,

Is there a document that says what is recommended to do and what is not in
the compact frame
the concerns device memory consumption/performance issues/ect.

for example, I've know that it is not recommended to use GC.collect() and it
is better to use the string builder for complex string manipulations.

I want to know about all the tiny (and important) differences between to
full framework and the compact framework.


Thanks.

Tomer.
 
Those are the same for the full framework as well. I don't think there's
any "global list" of what to do and not to do. It's all experince based and
highly dependent on your app. What's good practice in some situations may
well be bad practice in others. If you have a specific problem or question,
that would be better.
 
Back
Top