Introduction
The article contains simple and powerful chat application using .NET remoting. The application has common room for chatting all available users. Show the list of online users. Private chat using separate message window and many more. I faced problem when I tried delegates to convey the messages. But found out solution by surfing many techie sites like msdn, egghead, expertexchange, codeproject, codeguru.
You can see following concepts used in the code.
- Interfaces
- Delegates
- Events
- Collection classes
- OOPs
- Remoting fundamentals with some advanced features.
This application can be used over intranet. I faced lot of problem while establishing communication between client and server using .NET 1.1. But in .NET 2.0, it works very smooth.
I have tried to do things very simple.
This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.
A list of licenses authors might use can be found here