In Java, I would use the java.nio library and use FileChannel.transferTo() and FileChannel.transferFrom() . Is there something similar in (especially) C #, or will I have to load some insolvent .dll from somewhere? Google was not useful in this case.
Edit: I should note that I am targeting .NET 3.5.
Logan
source share