views:

128

answers:

1

In 2008 Artur Carvalho asked for an Alternative IDE for Silverlight and was told to look at Visual Studio Express.

Is that still the valid answer in 2010 or are there other IDEs one should consider (cost/ OS it runs on / stability)?

I'm trying to get a feel for silverlight development before commiting cash. So I don't need enterprize level tools or a license to distribute ..

Would MonoDevelop and Moonlight be an option?

+1  A: 

On Windows I haven't heard about anything besides Visual Studio Express 2010. On Mac you can use Eclipse for Silverlight.

As for me, I don't develop SL daily rather occasionally and starting with Blend 3 I can actually use Blend for most of my smaller personal projects and don't bother to install VS although I have a licence for it. Blend now has a decent support for Intellisense and most UI stuff is easier in Blend. Yes, Blend is not free.

texmex5