convert the existing java socket program to VB.NET.
the solution consists of 3 projects:
- Java2VB - the original java code and the VB.NET converted code.
- ServerSocket - a simple server socket code for testing and debugging the socket operation.
- ClientSocker - a simple client socket code for testing/debugging the socket operation and comparing to the Java2VB operation.
the solution is set to test/debug only 2 projects, ServerSocket (server) and Java2VB (client).
the Youtube demo is here. demo