Aspect Oriented Programming in .NET
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All, I've been looking into AOP lately for a project and was wondering what the general consensus was in .NET land on this issue? There are a few different approaches to this one can take, seems that the "pure" idea of AOP is performing compiler weaving with tools such as PoitSharp. However there isn't any budget for things like this so I started looking at LinFu which uses Cecil from the Mono project. Having not implemented this before I'm interested in getting some info on real world experiences. What kind of issues do we face in terms of debugging for instance? Also I wondering what the performance hits are like when using lots of proxies etc ... Cheers, Jammer