开发者

Aspect oriented sample projects

I am looking ASP.NET MVC project samples which is designed in AOP fashion and use heavily interceptors. 开发者_Python百科Are there any good samples ?


Uh... every one of them?

MVC has tons of AOP style hooks.

When you strart understanding action filters and action invokers you don't need any sort of AOP libraries at all.


I using MS Unity + Policy injection: see good descriptions in three articles by Dino Esposito in MSDN_Magazine1 - MSDN_Magazine2 - MSDN_Magazine3.

I use aspects for security check and caching of repository.

PS As far as I known every modern IoC-container supports AOP and if you use one yet you could check its aop-abilities.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜