博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ASP.NET MVC Framework 动态汇集
阅读量:6455 次
发布时间:2019-06-23

本文共 1725 字,大约阅读时间需要 5 分钟。

Scott Guthrie在ALT.NET会议中展示了ASP.NET MVC Framework,它的CTP版本将于今年年底放出。

这个框架将支持以下特性:

  • 为Controller提供原生的TDD模型支持
  • 支持ASPX作为一种视图引擎(没有ViewState和Postback)
  • 提供接口以使用其他的视图引擎,如MonoRail
  • 提供对Controller对象生成的IoC支持和依赖注入支持
  • 完全支持对URL和导航的控制
  • 整个框架的模块都可以插拔(pluggable )
  • 关注分离(Separation of concerns)
  • 与ASP.NET良好的集成
  • 同时支持静态和动态语言
在Scott Hanselman的这个博客贴子里,你能找到Scott Guthrie最近在ALT.NET大会上做的MVC框架示范的录像 
这里是这个录像的网址 (需要Silverlight):
如果你无法使用Silverlight,那么用这个直接的录像链接 (Scott Hanselman警告说,这些链接也许会有变动,所以最好通过他上面的博客贴子来访问这些链接):
同时,在Hanselman的贴子里,还有一个他做的MVC+IronPython示范(C# Model,IronPython Controller和View,以及一个IronRuby视图引擎!)的录像
ASP.NET MVC还会使用aspx,但是它没有viewstate,没有postback,所以它在这里只是个模板引擎,并不那么邪恶。而且ms还开放了接口,能让Castle这样的第三方产品结合进来。Castle Team也表态,MS的MVC推出后,Castle部分的项目将会与其整合:
 
Castle项目的首页上的对ASP.NET MVC的回应声明如下:
Regarding the Microsoft MVC
To The .Net Community,
You are probably wondering how the recently announced Microsoft MVC project will compete with Castle's MonoRail.
We think that any attempt to offer more productive tools, better testability and better separation of concerns is valuable, no matter who is the author. We are certainly pleased to see that Microsoft is delivering something that allows a more agile and productive type of web software development.
We also believe that MonoRail has been providing the same thing for the past two and half years, and will continue to do so. We're grateful that MS has chosen to offer integration points for Monorail and the Castle stack and as soon as it's available we will be working to integrate it with the rest of our projects.
Is MS' MVC better? Worse? Only once we have used both will we be able to tell.
Yours sincerely, 
The Castle Project PMC
相关链接:
 
本文转自 张善友 51CTO博客,原文链接:http://blog.51cto.com/shanyou/73954,如需转载请自行联系原作者
你可能感兴趣的文章
JS异步编程之callback
查看>>
为Envoy v2构建Kubernetes Edge(Ingress)控制平面
查看>>
【技术性】AI/ML知识
查看>>
Celery中文翻译-Application
查看>>
LinkedList源码分析
查看>>
如何在Azure中配置SQL Server 2008 R2故障转移群集实例
查看>>
MP3转换AAC格式哪个音频转换器好
查看>>
58. Length of Last Word
查看>>
CSS3常见技巧(一):如何禁止文本选择高亮
查看>>
从 egg-bin 聊到 command line interface Tool
查看>>
深入理解JavaScript中的属性和特性
查看>>
String的所有方法,属性总结
查看>>
“三次握手,四次挥手”你真的懂吗?
查看>>
Vue常见问题及处理
查看>>
大型云原生项目在数字化企业落地过程解密
查看>>
模块融合中的一些思考
查看>>
CSS居中总结大全
查看>>
ES6
查看>>
Spring 指南(了解REST)
查看>>
Java™ 教程(字符串)
查看>>