views:

133

answers:

6

I am a C# dev with most of my experience with windows desktop app. I want to start development on windows 7 phone platform.

Where to start with ? Will it work with VS2008 or i need to have VS 2010 ? how to add the template for phone app development and how to add the win 7 emulator ?

What i need to install to start working on windows 7 phone development ? just downlaoding the SDK will do the work ?

+2  A: 

you can get all the free dev tools from here you don't need a full version of visual studio.

Bablo
I aleady have a full version of VS2010. Will it integrate with it or will it add another instance of VS2010 ide
Huzaifa
It will integrate with your existing VS2010, but it will also install the (quite small) express version.
Technium
+12  A: 

This link will answer your setup/requirements question.

Quote from site:

The Windows Phone Developer Tools Beta includes Visual Studio 2010 Express for Windows Phone Beta, the Windows Phone Emulator, XNA Game Studio, Expression Blend for Windows Phone, samples, and documentation. If Visual Studio 2010 Professional or higher is already installed on your development computer, an add-in for Visual Studio 2010 Professional is automatically installed as well.

EDIT

Updated link.

Ardman
but i cant find the link for add on ? does it automatically detects ?
Huzaifa
Yes. Read the last sentence in the answer.
Ardman
The tools are no longer in Beta, they are released. And you should probably get them from the App Hub. http://create.msdn.com
ctacke
+1  A: 

The development tools are free with a express edition of visual studio 2010. As far as I know a type of Visual Studio 2010 is required. But if you have VS2010 then you can just download the XNA Gamestudio beta, it comes bundled with all your need to start your Windows Phone 7 development.

For getting started and downloading tools, take a look at this site from microsoft: Link

ETroll
+1  A: 

There are two elements to your question:

  1. What tools do you need
  2. Where do you get the skills you need?

The tools are free, and the links above are fine, though I would probably start here In any case, you do need some form of Visual Studio 2010 but we have a free version especially designed for the phone. All you need besides that are the (free) Windows Phone 7 Developer Tools, though I strongly recommend picking up the documentation and guides.

As for learning WP7 programming, you have many choices. Many of the best are discussed in the Windows Phone Team Blog.

In addition, we have numerous videos on Silverlight.net and I have an couple of on going mini-tutorial series (one targeted at Silverlight programmers and one at iPhone Programmers) on my blog.

There are also lessons, and much more coming out every week.

Best of luck with it and let us know how it goes

-Jesse Liberty Senior Community Program Manager - Silverlight and Windows Phone 7 Microsoft

Jesse Liberty
A: 

Possibly a bit late, but here's a compiled post with lots of learning / getting started resources for anyone else reading.

New Developer, Where do I begin?

Mick N
A: 

I think I'm late too, but nevertheless.

Free ebook: Programming Windows Phone 7

Adil