Visual Studio 2010:使用多个子系统对企业应用程序进行建模
我正在使用 VS2010 为企业应用程序建模。
该应用程序由多个子系统组成。我设想每个子系统都是一个独立的项目。在我的“头脑风暴”阶段,我想在一张图表中展示所有这些子系统。
我很困惑如何(或者实际上是否可能)在一个高级图表中显示所有子系统,但以某种方式“深入”到子系统以查看它们的域模型等 - 而每个子系统都是一个单独的项目ini 是它自己的权利。
我是 VisualStudio 的新手,因此如果您能向我展示如何完成此操作,我将不胜感激。
I am modelling an enterprise app using VS2010.
The app consists of several sub systems. I envisage each sub system to be a separate project on its own. During my "brain storming" phase, I would like to show all of these sub systems in one diagram.
I am confused as to how (or indeed whether it is possible) to show all the sub systems in one high level diagram, and yet somehow "drill down" into the subsystems to see their domain models etc - whilst each subsystem is a separate project ini its own right.
I am new to VisualStudio, so I would appreciate any help in showing me how this can be done.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当你在 VS 中开发时,你就有了一个 VS 解决方案。 VS 解决方案通常有多个项目,例如其中一个项目为数据层,另一个项目为数据传输对象,第三个项目为 UI。
通常,VS 解决方案是单个“应用程序”,但并非必须如此。您可以将所有项目放在一个解决方案中,并使用文件夹按子系统对项目进行分组。
When you are developing in VS you have a VS Solution. A VS Solution often has several projects, for example data layer in one, data transfer objects in another and UI in a third.
Very often a VS Solution will be a single "app", but it does not have to be. You can have all projects in a single solution and use folders to group projects by subsystems.