.NET Remoting and Event Handling in VB .NET, Part 2
Hits: 545
Description: .NET Remoting and Event Handling in VB .NET series introduced a Singleton remote server with published events as a text-chat server. The basic idea is that all clients connect to and register with the single server. When a client sends a message, the server broadcasts the message to all of the connected clients. Part 2 continues the tutorial with an implementation of the client. It completes the remotable, shared client code,...