views:

345

answers:

6

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?

+1  A: 

Apparently express support will come with the final release

blowdart
A: 

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!

Grank
+4  A: 

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

Mikael Sundberg
A: 

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.

Brian Leahy
A: 

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.

Jobi Joy
+2  A: 

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

Grank
Hats off to you!
bzlm