vote up 0 vote down star

Just wondering what the main differences are between these libraries, how they differ in features and functionality.

Hoping for more information than I could find with a Google query...

flag

70% accept rate

2 Answers

vote up 2 vote down

The main difference is when the AOP code is incorporated into your program

"Postsharp works by weaving at compile time"

Dynamic Proxy generates lightweight .NET proxies on the fly at runtime.

see: http://stackoverflow.com/questions/62798/applying-aop

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.