-3

I am new to windows phone programming...any good book to start..so that i can learn the essentials...or any other good website to start with???

softveda
  • 10,858
  • 6
  • 42
  • 50
Kuldeep Singh
  • 1,214
  • 4
  • 18
  • 45
  • possible duplicate of [Getting Started with Windows Phone 7](http://stackoverflow.com/questions/3402466/getting-started-with-windows-phone-7) – ctacke Oct 16 '10 at 19:21

2 Answers2

5

There is Petzold's "Programming Windows Phone 7", which is available for free.

Windows Phone 7 apps are Silverlight applications (or mobile XNA apps). If you are comfortable with Silverlight, the Petzold book is a good starting point. If you haven't done any Silverlight (or WPF/XAML), then I'd recommend you pick up a good starter book on general Silverlight - most of the techniques learned there will apply to Windows Phone 7 as well.

Ashwin Nanjappa
  • 76,204
  • 83
  • 211
  • 292
driis
  • 161,458
  • 45
  • 265
  • 341
1

Not a book but the best place to start is the Windows Phone App Hub
There are many tutorials, code samples, official design guidelines, forums etc.

Also check out the Windows Phone 7 developer's guide at codeplex.

softveda
  • 10,858
  • 6
  • 42
  • 50