UpTheCreek
UpTheCreek

Reputation: 32391

Tools needed to get started with Silverlight

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.

Upvotes: 0

Views: 65

Answers (2)

Simsons
Simsons

Reputation: 12745

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 .

Upvotes: 1

Bob Palmer
Bob Palmer

Reputation: 4762

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.

Upvotes: 1

Related Questions