Click here to Skip to main content
15,886,693 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone

Can anyone please provide source code or links for how to create simple windows chat application using WCF that works on LAN. I have gone through these Links but they are using xaml http://www.codeproject.com/KB/WCF/WCFWPFChat.aspx and this link does not explain about callback operation http://www.codeproject.com/KB/WCF/Chat_application_using_WC.aspx Please provide C# source code very very simple one using windows forms. The chat has to do only these thing. Send message receive message, join and leave chat and list list of online users.


THank you
Posted
Updated 20-Oct-11 14:49pm
v2
Comments
Sergey Alexandrovich Kryukov 20-Oct-11 21:07pm    
Please pay attention: you link actual HREF the same page, no these articles. Please fix.
--SA
Sergey Alexandrovich Kryukov 20-Oct-11 21:09pm    
If you need Forms, add it to the tags.
--SA

1 solution

WCF has nothing to do with WPF or System.Windows.Forms. You can use these articles just to understand how WCF works, what types/methods/properties to use, how to solve some problems, etc. When you write your own project, use Forms — it won't affect the ways you can use WCF. Basically, when looking for code sample, don't try to find the one which does all your need, try to find the one with best code in the field you are interested in, WCF in this case — simple, clear, using good coding practices. Such criteria will serve you better.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900