How to speed up application?

  • Thread starter Thread starter Hiten
  • Start date Start date
H

Hiten

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.....
 
I was having the same problems.

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



Daniel Moth said:
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/d...s/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/


Hiten said:
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.....
 
Back
Top