Simple WCF chat application with database (LINQ)

Posted by Tarek N. Elsamni | Posted in | Posted on 14:47

6

This project will be consisted of a WCF service (ISERVICE [Interface] & SERVICE [C# code to implement the interface]), Server Application which will use the WCF service and finally the client(Windows Form).

In our SERVICE we will have 2 Interfaces:


The first Interface will be Implemented in Service.cs as the WCF service to make Server side operations like:
Register, Login, logout and Add Friend.

for Example:



Ths second Interface will be Implemented in the client form as a callback mehods which will be used by server to make changes in form's data to represent changes in server side.

for example:


This Application Full Source can be downloaded from this link:
Download

To Test this application you need first to import application MSSQL named: ChatDB.mdf in the attached file and run the server project then run the client to test it.

Comments (6)

Hello very interrest your post. I can't have the soucre code. Please can you send to me at fromsntoca@hotmail.com.

Thanks

Hi,
It would be nice to have a look at that source code.
Could you please resolve the link?

Hello! I am too very interrest your post. I can't have the soucre code. Please can you send to me at vgorozh@gmail.com

Download the chat application from here: http://arsh-virdi.com/Client.zip

It's a very good application made by someone..

Download link broken. :(

Great post

We can also submit our .net related article links on http://www.dotnettechy.com to increase traffic

Post a Comment