可视化 ASP.NET MVC 设计器

发布于 2024-08-29 02:39:40 字数 95 浏览 2 评论 0 原文

VSIDE 是否有一个插件可以让您直观地构建 ASP.NET MVC 解决方案?回到我的 struts 时代,有许多选项可以使视图/模型/控制器连接在一起变得简单且具有交互性。

Is there an add-in for the VSIDE that allows you to visually construct ASP.NET MVC solutions? Back in my struts days there were a number of options that made hooking together Views/Models/Controllers easy and interactive.

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

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

发布评论

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

评论(1

月下伊人醉 2024-09-05 02:39:40

VS 2008/2010 的 MVC 工具中提供了工具支持,有助于执行常见任务,例如
添加区域,
添加控制器,
添加视图,
前往查看,
ETC
...

他们在创建工件时都使用当前上下文。例如,当您使用“添加视图”时,您可以选择创建强类型视图并对传递给它的模型数据执行您想要的操作(CRUD)。

不是 100% 可视化,您可以绘制控制器、视图和模型的图表并将它们连接在一起。

不确定这是否回答了您的问题,但如果您熟悉这些工具,它可能对其他人有帮助。

There is tooling support in MVC tools for VS 2008/2010 which helps in performing common tasks, such as
Add Area,
Add Controller,
Add View,
Go To View,
etc
...

they all use current context when creating artifacts. For example, when you are using "Add View" you can choose to create strongly typed view and perform operation you want (CRUD) over Model data passed to it.

Not 100% visual in a way that you can draw diagram of controllers, views and models and hook them together.

Not sure if this answers your question but if you are familiar with the tools, it will probably be helpful to others.

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