Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
现在 ASP.NET MVC 3 处于测试阶段,并准备好“上线”。在项目中使用是否安全,尽管没有阻止我对安全性、性能和升级到发布版本的易用性感到好奇。
我开始在一个项目中使用它,但我无法让依赖注入工作(使用 Unity)。我喜欢 Razor,但缺乏智能感知确实影响了我的工作效率。
我现在坚持使用 MVC 2。当有更多关于 Razor 的文档可用时,我可能会升级到 3。
编辑:看看这篇文章。如果您不关心 DI,那么您可能已经准备就绪。唯一的其他变化是验证模型。