Guys I am new to Windows Phone Development in .Net Can any one guide me the correct path to start from scratch. Any links to understand the architecture?
-
This might be a good question for [http://programmers.stackexchange.com/](http://programmers.stackexchange.com/) as it is more of a meta-programming question – Kyle Jul 01 '11 at 15:56
-
possible duplicate of [Getting Started with Windows Phone 7](http://stackoverflow.com/questions/3402466/getting-started-with-windows-phone-7) – ctacke Jul 02 '11 at 02:56
-
http://stackoverflow.com/questions/7513022/windows-phone-7-mango-development-links/7513428#7513428 – Rakesh R Nair Sep 23 '11 at 11:11
8 Answers
You could start with Windows Phone 7 in 7 Minutes to get a quick overview, then move onto the Windows Phone 7 Jumpstart series on Channel9 for more depth on individual subject areas.

- 16,179
- 36
- 51
-
You're right, but also http://www.windowsphonegeek.com/ gives a lot help, in particular with Windows Phone Toolkit controls... – MAXE Aug 22 '12 at 06:46
there are many sites and this is the link which u can go thru and u'll find many resources available in this.
https://stackoverflow.com/tags/windows-phone-7/info
for understanding the architecture, I think pluralsight is the best one.

- 1
- 1

- 786
- 1
- 12
- 46
I have a Lumia 710 and found a good guide with code snippets that helped me to build an own app for Windows Phone. You might also find it useful. Have a look at it:
http://voip-sip-sdk.com/p_511-windows-phone-platform-voip.html

- 10,807
- 132
- 35
- 51

- 11
- 1
There is a lot of information on the Create site, see http://bit.ly/tpwnyK

- 11
- 1
I suggests that you may go through the MSDN pages first: http://create.msdn.com/en-US/education/quickstarts
If you're an experienced Silverlight, WPF, you'll find the following link might be more useful. http://wp7dev.wikispaces.com/
Thanks

- 1,569
- 11
- 19
I believe you will need the .NET framewok http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=65.
The windows mobile development center is always good to get started. http://msdn.microsoft.com/en-us/windowsmobile/bb264318

- 2,114
- 5
- 22
- 27
Check this: http://mobile.tutsplus.com/tutorials/windows/introduction-to-windows-mobile-7-development/

- 3,201
- 16
- 14