文章分类 -  AOP

Aspect Oriented Programming
摘要:相关网站:aosd.net 基于.NET的AOP解决方案:Aspect# (http://aspectsharp.sourceforge.net/) is a free AOP framework for .NET. AspectDNG (http://sourceforge.net/projects/aspectdng/) is a .NET multi-language aspect weav... 阅读全文
posted @ 2005-08-26 22:34 dudu 阅读(1889) 评论(0) 推荐(0) 编辑
摘要:Recently, a number of authors and writers have been talking about AOP (Aspect-Oriented Programming), and how incredibly powerful and wonderful the whole thing is. And yet, for the vast majority of the... 阅读全文
posted @ 2004-06-22 08:19 dudu 阅读(2529) 评论(1) 推荐(0) 编辑
摘要:Here is one more incremental step in instrumenting IL at runtime. This time, the method call that will be inserted will be implemented in a separate dll and will take an int as an input.If you missed ... 阅读全文
posted @ 2004-05-19 13:28 dudu 阅读(2003) 评论(0) 推荐(0) 编辑
摘要:In my previous entry on IL modification we looked at the details for inserting a method call with a known (hardcoded) method token. We also used metadata to list the available methods, as a way to avo... 阅读全文
posted @ 2004-05-19 13:27 dudu 阅读(1283) 评论(1) 推荐(0) 编辑
摘要:A couple of days back, we tweaked the running IL a little bit. Today, let's modify it some more! We'll insert a method call at the beginning of the body of the Main method. The method we'll call is as... 阅读全文
posted @ 2004-05-19 13:26 dudu 阅读(1428) 评论(1) 推荐(0) 编辑
摘要:Modifying IL at runtime If you remember the Omniscient Debugger, it was a Java debugger that instrumented the bytecode at runtime to trace calls and monitor variables. It did so by using a custom Clas... 阅读全文
posted @ 2004-05-19 13:25 dudu 阅读(2665) 评论(3) 推荐(0) 编辑
摘要:http://www.thinktecture.com/Resources/RemotingFAQ/default.html 阅读全文
posted @ 2004-05-15 19:29 dudu 阅读(989) 评论(0) 推荐(0) 编辑
摘要:http://www.dotnet247.com/247reference/msgs/6/34624.aspx Messages Related Types This message was discovered on microsoft.public.dotnet.framework.remoting. Post a new message to this list.... 阅读全文
posted @ 2004-05-15 19:22 dudu 阅读(1024) 评论(0) 推荐(0) 编辑
摘要:http://wwwse.fhs-hagenberg.ac.at/se/berufspraktika/2002/se99047/contents/english_home.html 阅读全文
posted @ 2004-04-22 21:43 dudu 阅读(1946) 评论(0) 推荐(0) 编辑
摘要:Introduction Microsoft introduced Declarative Programming Style with release of MTS and COM+. MTS and COM+ provided many configurable services. E.g. “Transactional” attributes, Synchronization attrib... 阅读全文
posted @ 2004-04-04 22:51 dudu 阅读(5100) 评论(1) 推荐(0) 编辑