ASP.NET MVC 中缺少什么?

发布于 2024-10-12 08:34:11 字数 216 浏览 0 评论 0原文

我想没有多少人不认为 ASP.NET MVC 是微软给我们的最伟大的技术之一。它可以完全控制渲染的 HTML,提供关注点分离并适合 Web 的无状态性质。

下一版本的框架为我们提供了新的功能和工具,这很棒,但是......微软应该在新版本的框架中包含哪些解决方案?与 PHP 或 Ruby 等其他 Web 框架相比,最大的差距是什么?什么可以提高开发人员的生产力? ASP.NET MVC 中缺少什么?

I think there are not many people who don't think that ASP.NET MVC is one of the greatest technologies Microsoft gave us. It gives full control over the rendered HTML, provides separation of concerns and suits to stateless nature of web.

Next versions of framework gaves us new features and tools and it's great, but... what solutions should Microsoft include in new versions of framework? What are biggest gaps in comparison with another web frameworks like PHP or Ruby? What could improve developers productivity? What's missing in ASP.NET MVC?

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

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

发布评论

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

评论(4

世界如花海般美丽 2024-10-19 08:34:11

我希望看到更好的服务器端验证支持。数据注释并不能真正满足要求。

另外,当用户输入了可为 null 的属性(例如 int?、float?、DateTime?等)的无效格式并且模型绑定器尝试设置价值。我厌倦了 string 支持属性和手动解析可为 null 的类型。

此外,甜甜圈缓存是每个受人尊敬的 Web 框架都必须内置支持的功能。

I would love to see better server side validation support. Data Annotations doesn't really cut the mustard.

Also I need a way to properly personalize the validation error message when an invalid format of a nullable property (such as int?, float?, DateTime?, ...) has been entered by the user and the model binder tries to set the value. I am sick of string backing properties and manually parsing nullable types.

Also donut caching is a feature that every respected web framework must have built-in support for.

撑一把青伞 2024-10-19 08:34:11

我希望在路由方面有更多的速记助手,例如类似于 Rails 的 :resource:resources 路由。

I would love some more shorthand helpers around routes, similar to what rails has with :resource or :resources routes for example.

萌︼了一个春 2024-10-19 08:34:11

对我来说最大的问题是缺少一些操作结果类型,例如 XmlActionResult 或 PdfActionResult ..它们可能很有用...

Biggest issue for me are lack of some action result types like XmlActionResult or PdfActionResult.. they could be usefull...

掌心的温暖 2024-10-19 08:34:11

内置对迁移和 activerecord 的支持

Built in support for migrations and activerecord

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