Creating a TCP/IP class to simulate as Internet Network connection
Hi everybody,
How would create a TCP/IP connection that can access and process database remotely from Client-side and no server-based components like web service and .Net remoting classes? Thanks.
den2005