Hello.
I am builing a win application that has user access control against a sql db, all the data is stored in this db as well. This project is to be installed in one site on 30-40 machines (I mean to say that it's not web, it's all in one place, maximum call it intranet).
I want that while the program is logged on, the logged-in user should be able to chat to the other logged in users.
Any recommended approaches in C# & VB? I would appreciate any idea, link or tip.
Please share me with your experience Thanks!
NOTE: The program is in Wpf if it does matter.