So I am sending entities over WCF. What I would like to do is to have an opportunity to alter the entities in any way I want before they go over. I do not have to do this in the WCF but I don’t see another place to do it, as I want one single place to do it.
Open to suggestions though if anyone has another way to do it 🙂
I have the usual layers of DAL, Domain and Service. They all share a Common too.
I think you are talking about Message Inspectors
Also take a look into IParameterInspector, here you can handle all input/output parameters in client and server side