How to speed up application?

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.....
 
G

Guest

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.....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top