Aop框架 M-Aop
- 授权协议: GPL
- 开发语言: C#
- 操作系统: Windows
- 软件首页: https://github.com/MerylLiu/M-Aop
- 软件文档: https://github.com/MerylLiu/M-Aop
软件介绍
c#实现的Aop框架,支持asp.net webform、asp.net mvc、winform等。
现在大多数的Aop框架都是采用动态代理实现的,本框架是一块静态注入的框架,运用了MSIL Injection和MSBuild Task技术,直接注入到最终生成的IL代码中,大大提高了代码的执行效率,提高了应用程序的性能。
Refactoring
Martin Fowler、Kent Beck、John Brant、William Opdyke、Don Roberts / Addison-Wesley Professional / 1999-7-8 / USD 64.99
Refactoring is about improving the design of existing code. It is the process of changing a software system in such a way that it does not alter the external behavior of the code, yet improves its int......一起来看看 《Refactoring》 这本书的介绍吧!
