Reputation: 3795
Hi There: Noob question
I am working on learning C# Asyn server and client sockets.My server accepts multiple clients together and I want to run 2+ clients simulatenously to test it
In Eclipse when working on a similar Java application, I could simply (F9)run my server.java and then run client.java TWICE by clicking run.
How can I achieve something similar in Visual Studio, do I have to run multiple instances of Visual studio, or is there a way to do it as it is done in eclipse? thanks
Upvotes: 0
Views: 285