文章分类 - 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...
阅读全文
摘要: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...
阅读全文
摘要: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 ...
阅读全文
摘要: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...
阅读全文
摘要: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...
阅读全文
摘要: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...
阅读全文
摘要:http://www.thinktecture.com/Resources/RemotingFAQ/default.html
阅读全文
摘要: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....
阅读全文
摘要:http://wwwse.fhs-hagenberg.ac.at/se/berufspraktika/2002/se99047/contents/english_home.html
阅读全文
摘要: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...
阅读全文