Hi Steffen,
Please let me re-phrase my issue.
My objective is to find a good scheme that support the separation of concern
between application developers and infrastructure developers in the middle
tier of an N-tier system. The application developers are focused on
implementing the business logic "modules", and the infrastructure developers
are focused on implementing technical oriented behaviours like logging,
global exception handling, etc. and wrap these behaviours around the modules
developed by the application developers.
The scheme needs to support the hosting of these "modules" in COM+ and/or as
remotable objects, and ideally should not place a restriction on the
signature of the methods that application developers are able implement to
provide functionalities to the presentation tier.
Thanks,
Ben.
> > Hi all,
> >
> > What is the best way to implement interception in .NET in the
> > middle-tier?
>
> What do you want to achieve? More details!