3 ms·
Not really, AOP can be compile time - e.g. PostSharp.
by different-opini 12y ago
Not really, AOP can be compile time - e.g. PostSharp.
- EdwardDiego 12y agoCompile time around third party code, or just yours? Because I was trying to extract a point of difference where AOP does something you couldn't do otherwise.
- simplyinfinity 12y agoAFAIK - PostSharp modifies your code based on annotations you specified on whole assemblies, namespaces or just classes during compilation to do stuff that otherwise would be impossible