Weaving: Source code, IL, ByteCode, Native
Posted by jpluimers on 2011/06/28
Weaving extends your program adding new functionality.
It can be at different levels for difference purposes (AOP, Debugging, Automated Testing, etc).
This .net – What is IL Weaving? question on StackOverflow contains a few pointers to interesting reading material.
–jeroen
Leave a Reply