W
waleed
i have to come up with the best solution for using files
in a LAN. The problem is like this:
In a client-server application is it more feasible to let
the client(s) edit a file on the server or let the
client(s) download the file first and then upload the
file again to the server after its done with changes.
the application is running on a LAN. i need the solution
for C# because its used for implementing both client and
the server.
in a LAN. The problem is like this:
In a client-server application is it more feasible to let
the client(s) edit a file on the server or let the
client(s) download the file first and then upload the
file again to the server after its done with changes.
the application is running on a LAN. i need the solution
for C# because its used for implementing both client and
the server.