Log in

View Full Version : Develop Well Performing .NET CF Apps


David McNamee
01-28-2004, 04:31 AM
<div class='os_post_top_link'><a href='http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/netcfperf.asp' target='_blank'>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/netcfperf.asp</a><br /><br /></div>Performance is a major issues for developers. It's an even bigger issue for device developers since there are fewer resources available on devices to compensate for sloppy code. A recent paper on MSDN discusses performance issues around the .NET Compact Framework. The paper shows how to collect performance statistics in your code. It also discusses common performance problems around XML, Web Services and ADO .NET classes, data binding, and forms with lots of controls. Go read it and get those apps running faster! :D

Robert Levy
01-28-2004, 07:22 PM
Wow... this is probably most useful article I've read in a long time! Highly recommended for all CF developers