组织 WPF 项目的最佳方式

发布于 2024-08-26 12:47:02 字数 438 浏览 12 评论 0原文

我最近开始在 WPF 中开发一个新软件,但我仍然不知道哪种是组织应用程序的最佳方式,以便使用 Visual Studio 和 Expression Blend 提高工作效率。

我注意到我想要解决的两件烦人的事情:

  1. 我在项目中使用代码契约,当我使用 Expression Blend 运行我的项目时,它会启动代码的静态分析。我怎样才能阻止呢?
  2. Blend 默认使用哪种项目配置?我尝试在新配置中禁用代码合同。它在 VS 中有效,因为静态分析未启动,但在 Blend 中没有任何效果。

我考虑过将 Windows 应用程序分成两部分:第一部分包含 WPF (app.exe) 的视图,第二部分是项目的核心,包含逻辑代码 (app.core.dll),我会在 Blend 中打开前一个项目。

对此有什么想法吗?

预先感谢

迈克

I've started recently to develop a new software in WPF, and I still don't know which is the best way to organize the application, to be more productive with Visual Studio and Expression Blend.

I noticed 2 annoying things I'd like to solve:

  1. I'm using Code Contracts in my projects, and when I run my project with Expression Blend, it launches the static analysis of the code. How can I stop that?
  2. Which configuration of the project does Blend use by default? I've tried to disable Code Contracts in a new configuration. It works in VS as the static analysis is not launched, but it has no effects in Blend.

I've thinked about splitting the Windows Application in 2 parts: the first one containing the views of the WPF (app.exe) and the second one being the core of the project, with the logic code (app.core.dll), and I would just open the former project in Blend.

Any thoughts about that?

Thanks in advance

Mike

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

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

发布评论

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

评论(1

幸福%小乖 2024-09-02 12:47:02

看看这个人的一些答案:http://drwpf.com/blog/2007/ 10/01/58/

Check out this guy for some answers: http://drwpf.com/blog/2007/10/01/58/

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