Building .NET Compact Framework 2.0 Applications That Have .NET Compact Framework 1.0 Code Compatibility

J'ai laissé le titre en anglais, il est explicite ! Cet article est très complet et vous permet de voir comment pallier aux soucis de compatibilité entre les deux versions du Compact Framework. En voici l'introduction :

Many organizations have investments in the .NET Compact Framework version 1.0 code in addition to hardware that the .NET Compact Framework version 2.0 does not support. This article discusses strategies for maintaining the code base when developing software for older devices, while enabling builds to take advantage of the .NET Compact Framework 2.0 features. OpenNETCF.org's Smart Device Framework can play a vital role by providing some .NET Compact Framework 2.0 functionality for devices that are capable of running only the .NET Compact Framework 1.0. Obviously, you cannot make a .NET Compact Framework 2.0 binary that runs on the .NET Compact Framework 1.0. Instead, this article provides tips, ideas, and strategies that you can use to build assemblies that are compatible with the .NET Compact Framework versions 1.0 and 2.0 from the same source tree. (30 printed pages)

Read More...