What are the most valuable .Net Compact Framework Tips, Tricks, and Gotcha-Avoiders? [closed]
Sure: Use a physical device whenever possible (not the emulator) Test with multiple devices (different vendors, different models) Concentrate testing around sleep/wakeup behaviors When using MSTEST unit tests, never use private accessors Avoid ActiveSync like the plague – debug using CoreCon direct Get familiar with RPM and start using it early Reuse objects when possible … Read more