MVC2 VS 定制框架

发布于 2024-09-27 00:00:03 字数 421 浏览 2 评论 0 原文

我们计划启动一个新的销售管理系统,该系统将包含大约 12 个子系统。 我们将使用MSSQL2008作为数据库。 我们有大约 3 年前构建的 ASP.NET 自定义框架,它不是 MVC 类型...我计划转向 MVC2 框架。

我的问题是

  • 搬家的最大优势是什么 到MVC2?
  • MVC2的学习曲线怎么样,有什么好处吗 指导学习流程?
  • 我们计划使用 grapecity 和 ActiveReport..它们能轻松融入 MVC2 框架吗?

We are planning to start a new Sale Management System which will have about 12 subsystem.
We will use MSSQL2008 as a database.
We have got custom framework for ASP.NET that was built about 3 years ago which is not MVC type... And i am planning to move to MVC2 Framework.

My Questions are

  • What will be the big advantages of moving
    to MVC2?
  • How about the learning curve for MVC2 and will there be any good
    guided study flow?
  • We are planning to use Multirow (Instead of Grid View), inputman (For function key event and validation) from grapecity and ActiveReport.. Will they be easily fit into MVC2 Framework?

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

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

发布评论

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

评论(1

你爱我像她 2024-10-04 00:00:04

嗯,你有一些很好的问题,但我认为你滥用了在这里提出的问题。您会发现,如果您将要点分成他们自己的问题,人们会更容易回答。

MVC 的优点?我们可以拿起任何 MVC 书籍并找到它们。恕我直言,但它可以让你获得更纯粹的观点。它允许分离 MVC(模型视图和控制器)的主要组件,从而允许您测试它们。对我来说,它的意义远不止于此。我喜欢它可以更好地控制视图中的内容。我对破坏 javascript 的 ASP.NET 渲染控件感到非常厌倦。

学习曲线?这一切都取决于您对 HTML、Javascript、AJAX 和 JSON 的了解程度。如果你根本不了解它们,你的曲线就会更大。现在 AJAX 和 JSON 不是必须的,但它们会让它工作得更好。 JQuery 是 MVC 最好的朋友,学习它并享受它。

Well, you have some good questions, but I think you have abused the question asking here. You will find that people will be more apt to answer if you divide your bullets into their own questions.

Advantages of MVC? Well pick up any MVC book and find those. IMHO however it lets you get to more pure views. It allows for separation of the main components of MVC (Model View and Controller) which allows you to test them. For me its more than that. I like how it allows for more control over what is in the view. I get so sick of the ASP.NET rendered controls that break javascript.

Learning curve? Well that all depends on how well you know HTML, Javascript, AJAX, and JSON. If you dont know them well at all, you will have a bigger curve. Now AJAX and JSON are not a must, but they will make it work better. JQuery is MVCs best friend, learn it and live it.

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