有没有一种方法可以在不购买 VS2008 的情况下高效地进行 Silverlight 开发?

发布于 2024-07-05 12:23:24 字数 134 浏览 8 评论 0原文

微软似乎希望Silverlight能够腾飞,但如果不购买Visual Studio 2008,我就找不到一种简单的方法来进行开发。有人找到了在Visual Studio Express版本中获得silverlight开发环境的方法吗? 还有其他工具吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

溺渁∝ 2024-07-12 12:23:24

这是给您的链接: HOWTO:Silverlight 和 Visual Studio Express

不过我自己还没有尝试过。

Here is a link for ya: HOWTO: Silverlight and Visual Studio Express,

I haven't tried it myself though.

鹿! 2024-07-12 12:23:24

他们刚刚发布了 Silverlight 的 Eclipse 工具 (eclipse4SL),我记得这个帖子!

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

审判长 2024-07-12 12:23:24

显然最终版本将提供明确支持

Apparently express support will come with the final release

情泪▽动烟 2024-07-12 12:23:24

根据您认为“高效”的内容,您可以使用 XAMLPad 来处理许多基本的声明性内容。
Moonlight 项目正在开发一个名为 Lunar Eclipse 的 IDE,我认为他们最终将集成到 MonoDevelop 中。 维基百科说它已经在 SVN 存储库中,但我不知道是否有任何可以实际有效运行的代码。 我想如果它在那里的话,如果它甚至可以编译的话,它会是无法使用的基本...仍然需要研究一下!

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!

甲如呢乙后呢 2024-07-12 12:23:24

我只使用 Visual Studio 作为 xaml 和 C# 的文本编辑器。 我根本不使用 Visual Studio 中的设计器。 您可以使用 Blend 将大部分 UI 组合在一起,使用 Express 单独打开 C# 文件。 无论如何,Visual Studio 中对于 xaml 没有太多智能感知。

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.

束缚m 2024-07-12 12:23:24

正如 @Brian 所说,您可以只使用 Expression Blend 并创建任何 WPF/Silverlight 应用程序。 特别是如果您有一些 Flash 背景/对交互设计 (UX) 更感兴趣,我会建议您购买表达混合而不是 VS2008。
您可以在记事本中编写 C# 代码,Blend 将负责编译。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文