在 Visual Studio Express 中开发 Silverlight?
我可以在 Visual Studio Express 中开发 Silverlight 应用程序吗?
当我启动 Visual C# Express 2008 时,它没有给我任何创建 Silverlight 应用程序的选项?
Can I develop Silverlight applications in Visual Studio express?
When I start up Visual C# Express 2008 it doesn't give me any options to create Silverlight applications?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
要启动并运行 Silverlight 开发环境,需要安装的东西很长。下面是运行 Visual Studio 2008 Silverlight 3 环境的有序列表。
1) Visual Web Developer 2008
这是您的基本开发环境。由于 Silverlight 3 应用程序可以托管在 ASP.NET 网站中,因此需要 Visual Web Developer。
2) Silverlight 工具对于 Visual Studio 2008 SP1
这些工具将重新配置 Visual Studio,以便与 Silverlight 项目正常工作。
3) 表达式混合3(可选)
这是列表中唯一的付费产品,但也是可选的。 Expression Blend 用于设计 Silverlight 项目的用户界面。简单的 UI 工作可以在 Visual Studio 中完成,但对于任何中等复杂的工作,您将需要 Expression Blend。有试用版。
4) Silverlight 工具包(可选)
Silverlight 工具包包含额外的控制和实用程序。它的更新比核心 Silverlight 二进制文件更频繁。
5) RIA 服务(可选)
RIA 服务是一种试图使 Silverlight 中的服务器客户端开发变得更容易的框架。它配备了大量用于服务器通信、数据传输和验证的管道。自 2009 年 9 月起,RIA 服务处于测试阶段。
6) Silverlight Contrib(可选)
Silverlight contrib 是额外控件和实用程序(例如 Silverlight Toolkit)的集合。它由社区而不是 Microsoft 维护,旨在通过免费的开源代码克服 Silverlight 中的一些缺点。
The list of things to install to get a working Silverlight development environment up and running is a long one. Here's an ordered list to get a Visual Studio 2008 Silverlight 3 environment going.
1) Visual Web Developer 2008
This is your basic development environment. Visual Web Developer is required since Silverlight 3 applications can be hosted in an ASP.NET website.
2) Silverlight Tools for Visual Studio 2008 SP1
These tools will reconfigure Visual Studio to work properly with Silverlight projects.
3) Expression Blend 3 (optional)
This is the only pay-product on the list but is also optional. Expression Blend is used for designing the user-interface of your Silverlight projects. Simple UI work can be done in Visual Studio but for anything moderately complex, you will want Expression Blend. There is a trial version.
4) Silverlight Toolkit (optional)
The Silverlight Toolkit contains extra controls and utilities. It is updated more frequently than the core Silverlight binaries.
5) RIA Services (optional)
RIA services is a framework that tries to make server-client development in Silverlight easier. It comes with a lot of plumbing for server communication, data transfer, and validation. RIA services is in beta as of Sep 2009.
6) Silverlight Contrib (optional)
Silverlight contrib is a collection of extra controls and utilities like the Silverlight Toolkit. It is maintained by the community, not by Microsoft, and is meant to overcome some of the shortcomings in Silverlight with free, open-source code.
看来您需要 VWD Express。 请参阅此页面了解详细信息< /a>.
Looks like you'll need VWD Express. See this page for more info.
Visual Web Developer 2010 Express 拥有免费开始 Silverlight 开发的所有工具(内置)。您可以在此处获取它: http://www.microsoft.com/express/Web/< /a>
Visual Web Developer 2010 Express has all the tools (built-in) to get started with Silverlight development for free. Here is where you can get it: http://www.microsoft.com/express/Web/
您需要下载 Silverlight SDK 来进行 Silverlight 开发。
You will need to download the Silverlight SDK to develop for Silverlight.