高性能 AOP 框架 AspectInjector 教程
pzy 发布于
10 min,
1953 words
AspectInjector—— 一个免费开源框架,能够在编译时(compile-time,下同)期间,运用切面(Aspect,下同)实现对应用程序静态注入,并且具备简单却不失灵活的接口。 与更常用的运行时(run-time)代理生成框架(例如: Unity
和 Castle.Core.AsyncInterceptor
)相比,编译时 AOP 显然提供了更好的性能,这在某些情况下非常重要。
Categories: Technology
Tags: .NET AOP AspectInjector