Windows Phone 7 developer resources

Posted by Daniel Moth on Daniel Moth See other posts from Daniel Moth or by Daniel Moth
Published on Thu, 16 Sep 2010 18:36:00 GMT Indexed on 2010/12/06 16:58 UTC
Read the original article Hit count: 737

Filed under:

Developers of Windows Mobile 6.x (and indeed Windows CE) applications still use the rich .NET Compact Framework 3.5 with Visual Studio 2008 for development. That is still a great platform and the Mobile Development Handbook is still a useful resource (if I may say so myself :-).

The release of Windows Phone 7, changes the programming paradigm. The programming model has NETCF in its guts, but the developer uses the Silverlight or XNA APIs (and they can call from one into the other). I thought I'd gather here (for your reference and mine) the top 10 resources for getting started.

  1. Windows Phone Developer Home - get the official word and latest announcements.
  2. Windows Phone Developer Tools RTW - download the free developer tools (on my machine the installation took 30 minutes, over my existing vanilla Visual Studio 2010 install).
  3. Windows Phone 7 Jump Start video training - watch the 12 sessions by Wigley/Miles.
  4. Windows Phone 7 Developer Training Kit - work through the labs.
  5. Windows Phone RSS tag - channel9 has tons more WP7 videos, stay tuned.
  6. Windows Phone 7 in 7 Minutes - watch 20 7-minute videos.
  7. Programming Windows Phone 7 - read 11 free chapters from Petzold's eBook.
  8. The Windows Phone Developer Blog - subscribe to the official blog.
  9. Getting Started with Windows Phone Development - explore all links from the MSDN Library root page.           
  10. Silverlight for Windows Phone – another root MSDN library page.

If after all that you get your hands dirty and still can't find the answer ask questions at the WP7 development MSDN Forum.

 

On a personal note, I was pleased to see that the Parallel Stacks debugger window works fine with the WP7 project ;-)

Parallel Stacks and WP7




Comments about this post welcome at the original blog.

© Daniel Moth or respective owner

Related posts about MobileAndEmbedded

  • Translator by Moth v2

    as seen on Daniel Moth - Search for 'Daniel Moth'
    If you are looking for the full manual for this Windows Phone app you can find it here: "Translator by Moth". While the manual has no images (just text), in this post I will share images and if you like them, go get "Translator by Moth" from the Windows Phone marketplace. open the app from… >>> More

  • Windows Phone 7 developer resources

    as seen on Daniel Moth - Search for 'Daniel Moth'
    Developers of Windows Mobile 6.x (and indeed Windows CE) applications still use the rich .NET Compact Framework 3.5 with Visual Studio 2008 for development. That is still a great platform and the Mobile Development Handbook is still a useful resource (if I may say so myself :-). The release of Windows… >>> More

  • ScrollViewer.EnsureVisible for Windows Phone

    as seen on Daniel Moth - Search for 'Daniel Moth'
    In my Translator By Moth app, on both the current and saved pivot pages the need arose to programmatically scroll to the bottom. In the former, case it is when a translation takes place (if the text is too long, I want to scroll to the bottom of the translation so the user can focus on that, and not… >>> More

  • "Translator by Moth"

    as seen on Daniel Moth - Search for 'Daniel Moth'
    This article serves as the manual for the free Windows Phone 7 app called "Translator by Moth". The app is available from the following link (browse the link on your Window Phone 7 phone, or from your PC with zune software installed): http://social.zune.net/redirect?type=phoneApp&id=bcd09f8e-8211-e011-9264-00237de2db9e… >>> More

  • Watermark TextBox for Windows Phone

    as seen on Daniel Moth - Search for 'Daniel Moth'
    In my Translator by Moth app, in the textbox where the user enters a translation I show a "prompt" for the user that goes away when they tap on it to enter text (and returns if the textbox remains/becomes empty). See screenshot on the right (or download the free app to experience it). Back… >>> More