MVC脚手架入门

发布于 2024-12-07 13:30:14 字数 218 浏览 3 评论 0原文

我已经学习了许多 MVC 教程,现在我想创建现有数据库的原型 MVC 应用程序。

我已经安装了 MVCScaffolding 包,并且想将其与现有数据库一起使用。有没有人找到执行此操作的步骤?我已经看过但无法弄清楚如何让它发挥作用。

我想连接到 SQL Server 数据库并从中创建模型。然后搭建视图和控制器。

这里有什么我不明白的吗?这就是 MVC 脚手架的工作原理吗?

I have gone through many of the MVC tutorials and now I want to create a prototype mvc app of an existing database.

I have installed the MVCScaffolding package and I want to use it with an existing database. Has anyone found steps to go about doing this? I have looked but have been unable to figure out how to get it to work.

I want to connect to a sql server database and have the model created from it. Then scaffold out the views and controller.

Is there something I am not understanding here? Is this how MVC Scaffolding works?

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

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

发布评论

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

评论(1

眼睛会笑 2024-12-14 13:30:14

一开始使用起来可能有点复杂,但随后您就会发现它的美妙之处。 检查此教程出来了,当我开始使用Asp.Net MVC 3时它给了我很多帮助,同时Asp.Net网站也给了我很多帮助。脚手架无非是一堆让你的生活更轻松的模板,仅此而已。您还可以检查 ScottGu 的博客 关于同一主题。

祝你好运!

this might be a little complex to work with at first, but then you will discover the beauty of it. Check this tutorial out, it helped me a lot when I started Asp.Net MVC 3, also Asp.Net site helped me a lot. Scaffolding is nothing more than a bunch of templates to make your life easier, nothing more. You could also check ScottGu's Blog about this same topic.

Good luck!

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