I'm using WCF to implement remoting in my project. I have a custom IInstanceProvider that i'm using to provide the object instance for the service call. I have a lot of logging in my system to see how things are working, etc. I am using Named Pipes for
Read More