Showing results for NetCF - Developer Support

Aug 27, 2007
Post comments count0
Post likes count0

Reflections on having multiple versions of NetCF on your device

Andrew Arnott
Andrew Arnott

The .NET Compact Framework has had several releases: V1 + 3 service packs, V2 + 2 service packs, V3.5 (to date just betas).  Which of these are installed on your device?  Can you have multiple versions installed simultaneously?  Which version will run your NetCF app if multiple versions are installed?  This post addresses all th...

andarnoMobile devicesNetCF
Aug 20, 2007
Post comments count0
Post likes count0

The WCF subset supported by NetCF

Andrew Arnott
Andrew Arnott

[Updated: 21Nov07 to clarify that custom headers are supported, but not in NetCFSvcUtil proxy generation] [Updated: 27Aug07 to correct Gzip sample, and clarify on transports & extensibility] [Updated: 23Aug07 to add SecurityAlgorithmSuite enumerable]Many people have been asking about what subset of .NET 3.0's Windows Communication Foundati...

andarnoMobile devicesNetCF
Jul 2, 2007
Post comments count0
Post likes count0

How to (not) write an especially precarious app on .NET (Compact Framework)

Andrew Arnott
Andrew Arnott

As the .NET Compact Framework developers work to add features, fix bugs, and refactor code, we often have to determine whether a given change could break existing customer code.  The ideal is that NetCF 3.5 will run all apps that ran on NetCF 2.0 and 1.0.  We run hundreds of apps and many, many tests before shipping each product to check ...

andarno.NETNetCF