After some advice more than anything.
I have the following example.
Appication1.exe - Has object MyList
Application2.exe - Needs to gain access to MyList and interfact with the object as if it was created from Application2.
My question is - should I be using .Net Remoting (ie 2.0) or WCF or another technology stack? What frameworks are available to support this? What are the Advantages \ disadvantages to each?
I should note, that this is more of a 'helper' application and won't be used by anyone outside of the development team...
Any advice on this would be great!
Thanks
Ben