vote up 2 vote down star
1

It seems that Microsoft wants Silverlight to take off, yet I cannot find an easy way to develop in it without buying Visual Studio 2008. Has anyone out there found a way to get the silverlight development environment in the express editions of Visual Studio? Any other tools?

flag

6 Answers

vote up 2 vote down check

Hey, They just released Eclipse tools for Silverlight (eclipse4SL) and I remembered this thread!

link|flag
Hats off to you! – bzlm Feb 19 at 9:28
vote up 4 vote down

Here is a link for ya: HOWTO: Silverlight and Visual Studio Express,
I haven't tried it myself though.

link|flag
vote up 1 vote down

Apparently express support will come with the final release

link|flag
vote up 0 vote down

Depending on what you consider "productive", you could work with XAMLPad for a lot of the basic declarative stuff.
The Moonlight project is working on an IDE called Lunar Eclipse, that I think they're eventually going to be integrating into MonoDevelop. Wikipedia says it's in the SVN repository already, but I don't know if there's any code for that which can actually be run effectively yet. I'd think if it's out there it'd be unusably basic if it even compiles... still, something to look into!

link|flag
vote up 0 vote down

I only use Visual Studio as a text editor for xaml and C#. I don't use the designer in Visual Studio at all. You can put together most of your UI with Blend, open your C# files individually with Express. You don't have much intelisense in Visual Studio for the xaml anyway.

link|flag
vote up 0 vote down

As @Brian stated, you can just use Expression blend and create any WPF/Silverlight apps. Especially if you have some Flash background/more interested in the interaction design (UX) I would recommend you to buy expression blend than VS2008. You can write C# code in notepad and Blend will take care of the compilation.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.