You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
netcf
About this tag
The tag netcf on WindowsForum.com covers topics related to the .NET Compact Framework, particularly in the context of Windows Phone 7 development. Discussions include performance profiling of WP7 apps, differences between emulator and device behavior, and optimization challenges specific to mobile .NET applications. The tag is relevant for developers working with .NET CF on Windows mobile platforms.
Performance of Windows Phone 7 apps are often vastly different on the emulator than on the actual device. Many things - I/O, networking, libraries, floating point math etc - are even different from what we're used to for full desktop .NET apps. For instance, on some devices floating point math...