views:

32

answers:

2

What tools are required to start silverlight development? Is VS2008 adequate?

Background: I'm thinking of dipping my toes into silverlight. I'm tired of the flash dev tools and process, specifically the PITA communicating with a web service.

+1  A: 

In addition to Studio you're also going to want to get your hands on Expression blend. Since these products are made by two separate teams (Studio and Blend), you'll find that there are some things that are easier to do in one vs. the other.

I personally use both, going from Blend to handle animations and roughing out, and then back to Studio to do the coding.

Bob Palmer
+1  A: 

Here is the link to get started with Silverlight:

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

As far as VS2008 is concerned I think You will be needing VS2008 Team Edition .

Subhen
Why is Team Edition required? Thanks.
UpTheCreek