Blankman
Blankman

Reputation: 267140

Which Expression product is for Silverlight developers?

I'm not a graphics person, but I want to learn silverlight development.

Which expression product am I looking at here? Blend or studio or is vs.net 2008 all I need?

Upvotes: 1

Views: 98

Answers (3)

Graeme Bradbury
Graeme Bradbury

Reputation: 3721

For the developer side of silverlight Visual Studio is all you need. For the designer side Expression Blend is what you will want.

Basically the visusl studio designer is read only meaning you have to write all the xaml by hand, blend gives you the ability to drag drop components and generally make creating the UI easier. (When compared to hand coding XAML)

Upvotes: 0

keithwarren7
keithwarren7

Reputation: 14278

The studio as a whole is great and you can also do stuff with VS but you are probably looking for Expression Blend.

Upvotes: 2

BenMaddox
BenMaddox

Reputation: 1800

Blend is the product I've been using for silverlight. You can work with just visual studio 2008, but Bend can make the vector graphics much easier to make.

Upvotes: 0

Related Questions