We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
Client/Server Rendezvous on the LAN
|
| Subject: |
|
Re: Open systems... |
| Date: |
|
2003-05-27 12:17:35 |
| From: |
|
arithex
|
Response to: Open systems...
|
|
This is great advice -- my use of BinaryFormatter to transmit endpoint information is very ill-advised... and this is not just a cross-platform/openness issue: it might even hamper interop between two Windows machines running different versions of .NET, because it relies on the private/internal layout of SortedList (or Hashtable, or whatever it was I used)!
Thanks for catching me on that.
-S
|