Showing category results for Premier Developer

Feb 13, 2008
Post comments count0
Post likes count0

Why double-clicking on an .SLN file doesn’t always launch Visual Studio

Andrew Arnott

Well this is my first post as a member of the Visual Studio Platform & Ecosystem team.  My second full day on the job, and I've found some less-than-ideal areas of Visual Studio that I'm eager to improve for myself and for you, our customers.  How exciting.  I'll do my best to post to my blog whenever I run across some unexpected...

andarnoVisual Studio
Feb 4, 2008
Post comments count0
Post likes count0

Write a NetCF app that provisions your device from your device

Andrew Arnott

My first post in the provisioning series introduced what provisioning of your Windows Mobile device means and the basics of why you would want to do it.  In future posts I'll give some concrete examples of XML that accomplish a few common tasks.  But what good are XML examples if you can't try them out on your device or emulator?  It...

andarnoMobile devicesNetCF
Feb 1, 2008
Post comments count0
Post likes count0

Microsoft launches MSDN Code Gallery for open-source sharing

Andrew Arnott

Microsoft recently launched the MSDN Code Gallery for Microsoft employees and others to share code and software using the Microsoft Public License.  MSDN Code Gallery looks and feels very much like CodePlex, but Code Gallery lacks the TFS source control feature and developers can only publish their source code and binaries as releases.As a Mic...

andarno
Jan 24, 2008
Post comments count0
Post likes count0

New job with Visual Studio Platform & Ecosystem

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
Post comments count0
Post likes count0

XmlSerializer compatibility between NetCF and the desktop

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
Post comments count0
Post likes count0

Using the XmlSerializer as an XmlObjectSerializer with WCF

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
Dec 10, 2007
Post comments count0
Post likes count0

.NET Compact Framework 3.5 Power Toys RTW

Andrew Arnott

The .NET Compact Framework 3.5 Power Toys have been released.  You can download them from here.Tools included in this package: Remote Performance Monitor and GC Heap Viewer – Provides real time counter data (ranging from Garbage Collector activity to type loading info) on a running NETCF application. The GC Heap Viewer feature allows ...

andarnoMobile devicesNetCF
Dec 1, 2007
Post comments count0
Post likes count0

My favorite Live Writer plug-ins

Andrew Arnott

Disclaimer: some or all of these plug-ins are not Microsoft created or endorsed, and my pose a security risk by installing them without verifying their source.

andarno
Nov 29, 2007
Post comments count0
Post likes count0

Provisioning smart devices: an introduction

Andrew Arnott

A lot of questions on the MSDN forums center around how to customize a device or an app to prefer a specific network connection over another.  The correct way to accomplish this is by "provisioning" the device.  In fact a great many aspects of the device and the applications on it can be configured through 'provisioning' the device. ...

andarnoMobile devicesNetCF
Nov 19, 2007
Post comments count0
Post likes count0

Why .NET Compact Framework fails to call some HTTPS web servers

Andrew Arnott

A bug was discovered recently in the .NET Compact Framework version 2.0 (SP2 and earlier) and 3.5 that causes HttpWebRequest's directed at some HTTPS servers to fail with this error: (for web services) System.Net.WebException: Unable to read data from the transport connection. ---> System.Net.Sockets.SocketException: Unknown error (0x0). &...

andarnoMobile devicesNetCF