Stories recently tagged with 'CF'

.NET CF Performance Best Practices(jsprunger.com)

submitted by daymandayman(80) 2 years ago

The impact of performance is much more readily apparent in .NET Compact Framework applications. The mobile devices commonly have a CPU that is 10 times slower than your desktop CPU, and possibly up to 100 times less RAM than a desktop or server. In Agile or XP development, the mantra is often to ignore performance considerations until necessary – I don’t think you can apply that to .NET CF... read more...

add a comment |category: |Views: 33

tags: another

Workaround for .Net CF Not supported BeginInvoke method(blogs.a-h-m-e-d.com)

submitted by ahmedelkilaniahmedelkilani(25) 2 years, 4 months ago

Delegate BegineInvoke Method is not supported in the .NetCF and here is a cool workaround for its functionality on the CF. read more...

add a comment |category: |Views: 55

tags: another