软讯网络 > 编程语言 > .NET > C#.NET > Build a More Powerful AOP Framework Based on AspectDNG's ILML Library - Teddy's Aspect Weaver. (Updated Introduction to Full Functions of Version 0.6 and Sample)
【标 题】:Build a More Powerful AOP Framework Based on AspectDNG's ILML Library - Teddy's Aspect Weaver. (Updated Introduction to Full Functions of Version 0.6 and Sample)
【关键字】:
Build,More,Powerful,AOP,Framework,Based,on,AspectDNG,ILML,Library,Teddy,Aspect,Weaver.,Updated,Introduction,to,Full,Functions,of,Version,0.6,and,Sample
【来 源】:http://teddyma.cnblogs.com/archive/2005/10/07/242352.html
Build a More Powerful AOP Framework Based on AspectDNG's ILML Library - Teddy's Aspect Weaver. (Updated Introduction to Full Functions of Version 0.6 and Sample)

摘要:
In this chapter, I'll show you my AOP framework - Teddy's Aspect Weaver which is based on AspectDNG's ILML library. I just do my best to make this framework easier for using and avoid AspectDNG's disadvantages and encumbering facts. Also this framework extends functions of AspectDNG and provides more supported types of advices. Let's take a closer look with the example within the Aspect Weaver V0.6 source code and sample.
阅读全文。