views:

63

answers:

5

Hi guys,

I'm going to get a WP7 silverlight project at work, and I'd like to ask you guys what documentation do you recommend to somebody who's willing to write silverlight apps for WP7 but who's never touched silverlight itself before.

Thanks in advance, Miloud B

+1  A: 

Get on Silverlight.net and watch some videos. Silverlight and WPF is very different from most other UI frameworks, so you really just want to get the hang of the approach, the different containers, etc.

Check out the links under Start Learning Silverlight here:

http://www.silverlight.net/getstarted/

http://www.silverlight.net/learn/videos/all/

Also, Tim Heuer's blog is filled with great Silverlight tutorials and info:

http://timheuer.com/blog/

Rich
Thank you very much!
Miloud B.
+2  A: 

I maintain a list of Windows Phone 7 developer resources in this page. You can start by watching the "Windows Phone 7 in 7 minutes" videos and continue with the Windows Phone 7 training kit.

HTH, indyfromoz

indyfromoz
Thank you very much! Great list :)
Miloud B.
+1  A: 

In addition to the links others have added about resources for learing Silverlight.

If you're new to mobile development it's also VERY important to understand how developing for mobile/phones is different from developing for the web or PC.

Please also check out the answers to the following, very similar, questions:

http://stackoverflow.com/questions/2491419/good-tutorials-for-learning-c-for-windows-phone-7-development

http://stackoverflow.com/questions/2716043/windows-phone-7-good-early-learning-source

http://stackoverflow.com/questions/3761666/what-other-tools-and-frameworks-i-should-aware-of-before-start-learning-windows7

http://stackoverflow.com/questions/3852944/what-are-the-main-pain-points-when-learning-windows-phone-7-programming

Matt Lacey
I've already developed on Android so I kinda have an idea on the difference between PC dev. and Phone dev. even though I'm gonna check your links. Thank you very much!
Miloud B.
A: 

Have you checked out the Windows Phone 7 developer training kit? At the very least it is a good collection of sample projects that would be worth looking at if you're just starting out :)

Blakomen