AOP – Aspect-oriented programming with PostSharp
September 29, 2009
Leave a comment
A really nice library seems to be PostSharp – its easy to install, easy to use and its still licensed under LGPL. Hope it will stay this way.
At dotnet-snippets i found another nice example (besides the ones at the authors homepage). It shows how to use PostSharp for validating parameters.
Categories: .NET, PostSharp, Programming