The CF certainly can't be used for real-time code. If you are doing any form
of UI or data access it takes very little to argue that you certainly should
consider C# or VB.NET, as it takes an order of magnitude longer to do that
development in native code.
There are a lot of other considerations, but I'll never do another UI in
native code unless there's a specifically compelling business reason to do
so (and I can't imagine one).
--
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com
"LogicAl" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> We'll be developing a real-time embedded app at my office running
> under CE. Since I'm quite used to using desktop .NET, my thinking was
> to use .NET CF, with unmanaged DLLs to do the real-time work.
>
> However, I was talking to a coworker who's experienced at using .NET
> CF & unmanaged code under CE. He told me that .NET CF requires
> several seconds for the first load of each form (on an SH7760
> platform).
>
> I'm wondering if this seems right, and, if it is right, whether there
> are demonstrated productivity or reliability advantages of .NET CF
> over unmanaged code.
>