Whats the difference between PostSharp and Castle Dynamic Proxy?
Asked Answered
B

2

12

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...

Bolling answered 13/10, 2009 at 1:3 Comment(0)
S
16

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: Applying AOP

Scorpaenid answered 13/10, 2009 at 1:53 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.