I\'m trying to \"share\" .net objects across separate processes. I have one type of process that\'s a web service that manipulates a set of domain entities. Another type of
I would suggest using WCF-services. For local using (calling from Windows Service) you can netNamedPipeBinding. That allow you to separate this two processes physacally in the future.