Visual Studio 和 Expression Studio 有什么区别?

发布于 2024-08-31 07:04:19 字数 173 浏览 3 评论 0原文

我有 Visual Studio 2008。

我注意到我可以使用 Visual Studio 制作 WPF 应用程序。这是否意味着它可以完成 Expression Studio 所做的工作?

我要安装 Visual Studio 2010。这是否消除了 Expression Studio 的必要性?

I have visual Studio 2008.

I have noticed that I cam make WPF applications with Visual Studio. Does this mean that it can do the work that Expression Studio does?

I am going to install Visual Studio 2010. Does this do away with the necessity of Expression Studio?

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

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

发布评论

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

评论(1

从此见与不见 2024-09-07 07:04:19

Expression Studio(特别是 Expression Blend 部分)适用于 GUI 创建。 Blend 中的界面允许比 Visual Studio 更快地在 WPF/XAML 中创建更复杂的元素。并允许更轻松地创建设计时数据和数据绑定元素。

在 Visual Studio 中,您可以创建完全相同的界面,但更多内容必须手动编码。 Visual Studio 做得更好的是支持您正在编写的程序的代码隐藏和逻辑/CLR 元素。

如果您关心 GUI,我会建议使用 Blend。如果您关心程序的管道,我会建议使用 Visual Studio。如果两者都做,那就两者都用。当我写我的东西时,我同时使用这两种方法(我有点像一个人表演),而且效果很好。

Expression Studio (Specifically the Expression Blend portion) is geared toward the GUI creation. The interface in Blend allows for more rapid creation of the more sophisticated elements in WPF/XAML than Visual Studio does. And allows for easier creation of design time data, and databinding elements.

In Visual Studio, you can create the exact same interface, but much much more of it will have to be hand coded. What Visual Studio does do better is the code-behind and logic/CLR elements that support the program you are writing.

If you concern yourself with the GUI, I would say use Blend. If you concern yourself with the plumbing of the program, I would say use Visual Studio. If you do both, then use both. I use both when I am writing my stuff (i am a bit of a one man show) and it works out pretty well.

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