Remoting is *still* Whacky!
...but a little less so :-)
The other day I wrote my Remoting is Whacky post and Ingo was kind enough to point me to a free chapter of his Advanced Remoting book.
This has cleared up many things for me, mostly because it is quite a bit more "code intensive" than the MCAD/MSCD Study guide content.
Here's my first remoting application; it's a Server Activated, Single instance server object - isn't she a beauty! :
Here's my first Remoting tip... if you decide to write your Server app as a Console application, make sure that you do a Console.ReadLine() before running the Client app; lest you be presented with a message like:
The underlying connection was closed: Unable to connect to the remote server.
Thanks Ingo!