Monday, April 21, 2008

MSDN has a number of excellent "How Do I"-videos geared towards Windows Mobile-development. Don't miss it...

I've found the following to be very useful:

How Do I: Test Unit Tests for Devices?
How Do I: Update User Interface Controls in Multithreaded Applications?
How Do I: Efficiently Query a SQL Server Compact Database Using LINQ?

posted on Monday, April 21, 2008 7:23:18 AM UTC  by Andy  #    Comments [0]
 Saturday, February 09, 2008

I got a chance to look closer at the MobileForms Toolkit from Resco, and you can see the result in the article Advanced UI Controls for .NET CF. The general impression is that this is now a collection of 11 mature controls that allow you (as a developer) to focus more on the business challenges than technicalities in UX design.

My personal favorite is the AdvancedTree control that is an enhanced version of the standard TreeView control, and it has great designer support for customizing the appearance as well as easy data binding (just a few lines of code).

posted on Saturday, February 09, 2008 2:23:38 AM UTC  by Chris  #    Comments [0]
 Wednesday, November 14, 2007

Building further on my post about .NET, I got an e-mail from Red Five Labs about their beta release of CF for Symbian (named Net60). This company has already run a CTP of the same product without much attention from the community. Considering the operating system market shares for smartphones, this could open up a new market for .NET developers building mobile applications. It also give the traditional Symbian developer a chance to work with a great development tool (Visual Studio) and a great framework (CF).

Of course, there's much more to building applications that has the right UX than just the framework, but it opens up the possibility to write some of the code (logic, etc) that can run on most of the devices on the market. I will try to get some time to play with it, and blog more, and if you check it out, please let me know what you think...

posted on Wednesday, November 14, 2007 9:43:46 PM UTC  by Chris  #    Comments [0]
 Wednesday, October 31, 2007

I am ramping up a new project. We'll pull up a legacy eVB-project to Compact Framework. This is what I'm configuring when setting up a new dev environment:

Base Platform
Visual Studio 2005 Professional (with Service Pack 1)
Windows Mobile 6 Professional and Standard Software Development Kits Refresh
.NET Compact Framework 2.0 SP2
SQL Server Compact Edition 2005 Developer SDK
SQL Server 2005 Compact Edition Tools for Visual Studio 2005 Service Pack 1

Productivity Tools
CodeRush from Devexpress
Refactor!Pro from Devexpress
MZTools 6 from MZTools
Pocket Controller from SOTI

Controls
MobileForms Toolkit from Resco

Icon Library
IconExperience

posted on Wednesday, October 31, 2007 8:28:31 AM UTC  by Andy  #    Comments [3]