visual studio 2008
Creating a chat application using Socket in Silverlight
Here I will explain how to communicate with the server using the Socket class. The socket class allows Asynchronous communication between the client and server. This application will show how to share data in real-time in two different browser windows using Silverlight.
This application will contain two parts:
Server application using Ruby.
Client application using C# in Silverlight.
Creating [...]
Read Full Post | Make a Comment ( 8 so far )

