随笔分类 -  Castle Project

Monorail,Activerecord,Windsor等等的学习心得和笔记.Asp.net MVC当然也是不错的,但是我找不到价格合理的支持 .net 3.5 以上的虚拟主机,而Castle的早期版本恰恰可以运行在 .net 2.0 环境下.选择Castle,就这么简单!
摘要:在Monorail集成了Windsor后,所有Controller和ViewComponent都要向WindsorContainer注册.AddComponent("Menu",typeof(MenuComponent));调用时 [NVelocity]<divid="menu">#component(MenuComponent)</div>错位现象: 第一次我在注册时使用的是 AddComponent("menu",typeof(MenuComponent));按上边方法调用报错: 找不到MenuCompon 阅读全文
posted @ 2011-09-16 10:02 C#弹夹 阅读(337) 评论(0) 推荐(0)