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?
|
|
Hey, They just released Eclipse tools for Silverlight (eclipse4SL) and I remembered this thread! |
||
|
|
|
Here is a link for ya: HOWTO: Silverlight and Visual Studio Express,
|
||
|
|
|
|
Apparently express support will come with the final release |
||
|
|
|
|
Depending on what you consider "productive", you could work with XAMLPad for a lot of the basic declarative stuff. |
||
|
|
|
|
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. |
||
|
|
|
|
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. |
||
|
|
