-
The Windows Phone 7 emulator is very limited compared with the real phones so there are no built in applications other than Internet Explorer. This can make it difficult to test some of the APIs which interact with data on the device. Luckily there is...
-
Microsoft are running a series of development workshops across New Zealand (Auckland, Wellington, Dunedin, Christchurch and Hamilton) over September and October. Full details are on Nigel’s blog along with sign-up links. Places are limited so register...
-
Attached is the code from today's session. The Windows Mobile 6 project requires Visual Studio 2008 and the Windows Mobile 6 SDK. The Windows Phone 7 project requires the Windows Phone 7 Development tools Beta. I'll blog separately about some...
-
Under Silverlight only public types may be serialized with the DataContractSerializer. If you want to make your data classes internal to your assembly and serialise them for use in a WCF service you will find that the service call will fail at runtime...
-
Like Peter Nowak I was asked to review this recent release. Unfortunately due to other commitments it has taken the best part of a month to finish it. To avoid repeating the same points I recommend you read Peter’s review . While the current focus at...
-
APPA Mundi recently worked with the Microsoft Surface team to put together a code sample showing the exchange of information from a Surface to a nearby Bluetooth enabled phone using standard protocols. This means that any phone which supports standard...
-
Despite Windows Phone 7 Development being all-the-rage at the moment I was recently informed of a new book on .NET Compact Framework development. I’ll be reviewing it shortly, in the mean time you can check out the details (including a free chapter download...
-
Following the format of the excellent Developer-Developer-Developer-Day events in the UK, Lewis Benge is organising an event on 17th July in Sydney. If you are in the Sydney area then I urge you to check out the website and register for this free event...
-
This may be a little late to the party but I thought I would share some information on this exam. Because you sign an NDA when you take the exam I cannot comment on specifics of the exam content, however I can offer some guidance on the study guide:-...
-
More proof (if really needed) that Microsoft is abandoning English and making up its own language:- "We have noted your concern and we have given your feedback to our upstream." From Microsoft Subscriptions Support (TechNet/MSDN)
-
This latest update includes a number of performance enhancements and wider device compatibility. A new SystemEvents class is added in the InTheHand.Win32 namespace which allows you to monitor power changes on devices which do not support the State and...
-
I was surprised when I first wrote a hello world application on the MIX CTP that the Environment.OSVersion.Version property was returned as 7.0 when all the media speculation was that it would be based on CE 6. I tweeted about it at the time but some...
-
If you want to learn about configuring Exchange Server for mobile devices there is an interactive configuration guide which will work through the actions required depending on your platform and your specific requirements:- http://wmexchangesetup.com/launcher...
-
The latest CTP release of Windows Phone 7 introduces a new managed library which exposes events you can monitor to catch changes in state in your application. The assembly is Microsoft.Phone.Execution.dll . This contains a WindowsPhoneEvents class which...
-
Jamie Rodriguez has a post on the new capabilities security model in Windows Phone 7 which is introduced in the latest CTP release:- http://blogs.msdn.com/jaimer/archive/2010/04/30/windows-phone-capabilities-security-model.aspx It is interesting to read...