Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
5.00/5 (3 votes)
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,
Posted
Comments
DaveAuld 26-Nov-11 12:53pm    
This is more of a general discussion than a straight forward answer required. Probably better suited in one of the forums.
Sergey Alexandrovich Kryukov 26-Nov-11 20:40pm    
Interesting topic, my 5, but it's kind of too general...
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900