Groups | Blog | Home
all groups > dotnet compact framework > july 2005 >

dotnet compact framework : How to speed up application?


Hiten
7/27/2005 11:17:59 PM
Hi

I am using .Net CF [C#] for developing Mobile application, but it takes
time to load compare to other applications installed on device.

i tried loading or creating object but it also take time when it
loads....

dose any one knows about speeding .Net CF application startup or
load...?

Thanks in advance.....
---------
Hitendra Patel
Paula
7/28/2005 6:18:03 AM
I was having the same problems.

The section in the second link "Reduce the Number of Method Calls" really
helps!!



[quoted text, click to view]
Daniel Moth
7/28/2005 10:17:04 AM
There are various articles on performance that you should look at including:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/netcfperf.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/netcfimproveformloadperf.asp

As a rule, make sure you are running SP3 and you are running a release build
on a device.

Cheers
Daniel
--
http://www.danielmoth.com/Blog/


[quoted text, click to view]
AddThis Social Bookmark Button