Friday, January 4, 2008

Castle Windsor for AOP

Finally I have an opportunity to use AOP on my current project that I'm working on. So I'll be using MicroKernal/Windsor.

I will use attributes to mark long running methods. When those calls are intercepted, they will generate a status window that will inform the user that something is happening.

Code will be posted soon.