Hi :D,
I wanted to know what type of project (console? windows forms application? etc...) would be best for creating a Socket Server?
Thanks
Printable View
Hi :D,
I wanted to know what type of project (console? windows forms application? etc...) would be best for creating a Socket Server?
Thanks
I would say C#
Hi. Thanks for the reply. I was planning on using VB and wanted to know what type of project is the most efficient for tcp ip communication
You can make it in whatever you want but personally I would do it in a Windows Service, assuming there doesnt need to be anything displayed on screen by this application. That way the program cant be accidentally closed (you would have to manually open the Services MMC snap in and select the service and click Stop to close it) and it can automatically start again when the machine is rebooted, even if no one logs in.