Showing results for January 2008 - Developer Support

Jan 24, 2008
0
0

New job with Visual Studio Platform & Ecosystem

Andrew Arnott
Andrew Arnott

I have accepted a new position within Microsoft with the Visual Studio Platform & Ecosystem team.  Rather than working on the .NET Compact Framework I will be working on "VS10".  I don't actually make the transition for a few more weeks, so I look forward to several more posts on NetCF topics before leaving.

andarno
Jan 23, 2008
0
0

XmlSerializer compatibility between NetCF and the desktop

Andrew Arnott
Andrew Arnott

The XmlSerializer found in the .NET Compact Framework has a very different implementation than the one found in the full .NET Framework.  The reasons for the differences include size and performance constraints that make the desktop's XmlSerializer inappropriate for devices.  As a result of the different implementation, there are inevi...

andarnoMobile devicesNetCF
Jan 18, 2008
0
0

Using the XmlSerializer as an XmlObjectSerializer with WCF

Andrew Arnott
Andrew Arnott

The Windows Communication Foundation introduced the new DataContractSerializer to replace the XmlSerializer in many scenarios.  The DataContractSerializer is faster than the XmlSerializer, but has certain limitations.  For example it does not support serializing an object's members as XML attributes.  When you write a WCF client that calls a servic...

andarnoMobile devicesNetCF