Click here to Skip to main content
15,882,113 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to develop a multiplayer game in .NET(c#) & i've no idea of client server system. Please help how and where to start?? For Client side i am using windows form.How to connect it to the sever?? And where should i done the coding of server?? Whether it'll be console app or what?? please help.
Posted

Server side could be anything it needs to be: winforms, Console, or even Windows service.

Communicating is a bit more tricky, but you might want to start here: C# \ VB .NET Multi-user Communication Library (TCP)[^]
 
Share this answer
 
Comments
Member 10016481 25-Oct-13 9:30am    
Sir i am not able to find netcomm.dll in visual stdio. I tried downloading it and extracted it in the folder my project is saved but it not working. Please tell where to extract/find this dll?? I googled and found to extract dll in windows/system32 for win7. But that is also not working.
Google[^] is you friend.
 
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