So I spent a couple of hours yesterday building my first Windows 7 Phone Series. application. I still can’t get used to saying Windows 7 Phone Series. So I think I’ll just go with WP7.
I must say I’m really impressed. Calling web-services a breeze laying out User Interface a very straight forward. I had made called into Dynamics NAV using web-services in under 10 minutes.
Working in XAML takes a bit of getting used to, I’m not trying to-do anything too clever yet.
One thing I will point out to transition from one XAML page to the next use
this.NavigationService.Navigate(new Uri("/Primary.xaml", UriKind.Relative));
Going from Compact Framework this is equivalent of a Window.Show
Its so nice to be able to talk nicely again, about Windows Based Mobile Development!
