Browse by Tags

Write a NetCF app that provisions your device from your device
04 February 08 07:42 AM | andarno | 1 Comments   
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.  Read More...
XmlSerializer compatibility between NetCF and the desktop
23 January 08 09:28 PM | andarno | 0 Comments   
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 Read More...
Filed under: ,
Using the XmlSerializer as an XmlObjectSerializer with WCF
18 January 08 08:06 PM | andarno | 0 Comments   
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 Read More...
Filed under: , ,
.NET Compact Framework 3.5 Power Toys RTW
10 December 07 10:49 PM | andarno | 0 Comments   
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 Read More...
Filed under: , ,
Provisioning smart devices: an introduction
29 November 07 04:19 PM | andarno | 0 Comments   
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 Read More...
Why .NET Compact Framework fails to call some HTTPS web servers
19 November 07 10:18 PM | andarno | 23 Comments   
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 Read More...
Filed under: , ,
Trying out the iPhone
07 November 07 08:00 AM | andarno | 1 Comments   
So I had the opportunity to try out the iPhone for a day.  Overall I was impressed, but there were some very basic features missing from many of the otherwise killer apps that I would greatly miss if I was to use the iPhone as my primary PDA and Read More...
Filed under:
Workaround for XmlSerializer T[] and List<T> bug
05 November 07 09:34 PM | andarno | 0 Comments   
The XmlSerializer in NetCF 2.0 has a bug where if a single serialization requires reflecting into types that use a mixture of Collection<T>-like types for the same T the XmlSerializer will throw an exception.  Here an example where CF 2.0 would Read More...
Filed under: , ,
What do you think of the new WCF 'Store and forward' Mail Transport?
29 October 07 08:53 PM | andarno | 6 Comments   
With the .NET Compact Framework 3.5 release which comes with Visual Studio 2008, a new Windows Communication Foundation transport is introduced that uses email as the communication mechanism. Others have already blogged about this new transport including Read More...
Filed under: , , ,
Why wait for a Zune Phone? Smartphones are here now!
29 October 07 04:06 PM | andarno | 1 Comments   
The iPhone was a hit, and people look to Microsoft to produce a ZunePhone in some future version of their Zune music player .  But I ask you, "Why?!"  What you may not be aware of is that Windows Smartphones already do everything that Read More...
Filed under:
Calling WCF services from NetCF 3.5 using Compact WCF and NetCFSvcUtil.exe
13 September 07 12:29 AM | andarno | 9 Comments   
The .NET Compact Framework 3.5 adds a subset of the Windows Communication Foundation (WCF or "Indigo") to smart devices, allowing them to communicate with desktop WCF components with all the flexibility of multiple, interchangeable service bindings and Read More...
Filed under: , , ,
Power Toys for .NET Compact Framework 3.5 CTP released
13 September 07 12:17 AM | andarno | 1 Comments   
The .NET Compact Framework team just released the Consumer Technology Preview (CTP) of the Power Toys for .NET Compact Framework 3.5. These Power Toys are tools to help you build, debug and optimizie your NetCF 3.5 applications. My personal favorite is Read More...
Filed under: , ,
Reflections on having multiple versions of NetCF on your device
27 August 07 11:57 PM | andarno | 2 Comments   
The .NET Compact Framework has had several releases: V1 + 4 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 these questions. Read More...
Filed under: ,
The WCF subset supported by NetCF
21 August 07 12:23 AM | andarno | 20 Comments   
Many people have been asking about what subset of .NET 3.0's Windows Communication Foundation (WCF) will be supported by the .NET Compact Framework 3.5. In this post I present a table with an outline of WCF features and what NetCF supports. Read More...
Filed under: , ,

Search

Go

This Blog

Interesting blogs

Related sites

Syndication

Page view tracker