I have been using this platform for some time. Due to the low Foundation, I have taken many detours. Now, I will share my experience on getting started and give my reference to people with lower basic skills like me.
1. Prepare
AWindows Phone Developer Tools RTW
L online installation package
Http://www.microsoft.com/downloads/en/details.aspx? Familyid = 04704acf-a63a-4f97-952c-8b51b34b00ce & amp; displaylang = en
L offline installation package (recommended)
Http://go.microsoft.com/fwlink? Linkid = 201927
BWindows Phone 7TrainingCourse
Http://msdn.microsoft.com/en-us/wp7trainingcourse.aspx
CSilverlight 4 offline documentation
Http://www.microsoft.com/downloads/details.aspx? Familyid = B6127B9B-968C-46C2-8CB6-D228E017AD74 & displaylang = ZH-CN
Note: WP7 uses Silverlight 3, but sl4 offline documentation is backward compatible. All content applicable to WP7 is marked in this document.
2. References
AMsdn Windows Phone 7 Chinese Development Center
Http://msdn.microsoft.com/zh-cn/windowsphone/default.aspx
Note: there is an article on msdn.ArticleRelated to this content-recommended Windows Phone 7 excellent lab documentation; this content also includes the above1. B"Windows Phone 7 Training Course ".
BSome data sets
L resource for Windows Phone 7 (released by Microsoft Asia Research Institute)
Http://blog.sina.com.cn/s/blog_6c72aa3d0100mvut.html
L Windows Phone 7 common resource collection (published by Jiang yongtao)
Http://blog.csdn.net/jiangyongtao/archive/2010/10/19/5952294.aspx
L Windows Phone 7 development resources (from cnblogs)
Http://www.cnblogs.com/imobiler/archive/2010/12/11/1902845.html
Note: The above articles have a large number of data links, and some of them overlap. In this article, I will select some links from them.
CSilverlight for Windows Phone Toolkit
Http://silverlight.codeplex.com/
This link provides some unofficial additional controls for the open-source Microsoft technology materials. We will talk about Windows Phone 7 development on the 31st day-21st: silverlight toolkit for Windows Phone has a detailed introduction to it. For unofficial controls, the overview of Zhang Yi's Windows Phone 7 3rd control set is worth your reference.
DFree ebook: programming Windows Phone 7, by Charles Petzold
Http://blogs.msdn.com/ B /microsoft_press/archive/2010/10/28/free-ebook-programming-windows-phone-7-by-charles-petzold.aspx
Http://charlespetzold.com/phone/index.html
One of the most classic books in the Windows Phone 7 Field, you can get an electronic version of it for free. Thanks to the author Charles Petzold. The article is written in English, but its language is easy to understand. We recommend all WP7 developers to read all of them in a short time.
Note: For WP7 books, he Lin wrote an article earlier. We recommend you read http://www.cnblogs.com/procoder/archive/2010/07/22/windows-phone-7-books.html.
3. Getting Started
The author has a very rough knowledge of C/C ++ syntax and understands a little about MFC. Suppose you have the same knowledge reserve as I do.
AFirst, from the above1. BStart with trainingkit and complete it step by step according to the content in the experiment document.
Three points can be learned:
L first, I had a preliminary impression on the entire development environment (including vs2010 and expression blend 4 tools; and Silverlight and C # languages ).
L a simple concept for some basic WP7 knowledge
L have a preliminary understanding of the simple WP7 Application Development Process
BFor example, in the above exercisesCodeSegment gets confused. It is also a good way to get started by studying the following:
Windows Phone 7 development on the 31st day (31 days of Windows Phone 7)
Translated by Jeff Blankenburg. Each article is short and concise with sample code.
CIf you still think it looks big, Jack Lin
Silverlight for Windows Phone development series video
The form is unique, rich in content, and is constantly being updated.
I am a beginner and have limited experience. You are welcome to give me some advice from WP7 developers.