Stories recently tagged with 'Compact'

.NET CF Performance Best Practices(jsprunger.com)

submitted by daymandayman(80) 2 years, 3 months 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: 34

tags: another