.NOT CF ?
Earlier this week I presented a conference session on debugging native code applicaitons on Windows Mobile devices, taking a look at Application Verifier (for detecting heap, handle, and GDI leaks), Performance Monitor, Call Profiler, and the Windows CE Test Kit (which can be used to test more than just drivers!).
I was expecting a mix of developers in the audience, some native, some managed, but, was very surprised to find that over 90% of the audience were native code developers.
I find this interesting, my background is low level driver, BSP, embedded work, so I’ve grown up counting clock cycles, trimming bytes out of buffers to save space etc… but have warmed to .NET Framework, and .NET Compact Framework applicaiton development – the tools and framework really accelerate your productivity. So why is it that so few developers (or at least based on the audience I talked to) are developing their applications in C# or VB based on the Compact Framework ?
– Mike