I need help coding a file transfer in C#. It would be over TCP/IP using sockets...
most of the solutions i have come across, they use networkstream
and i have read online that there is no need to use networkstream with c# sockets... so how do I do it?
also, do I need to worry about serialization/deserialization?
any help would be greatly appreciated