Programming

Cowman

Cows Have Liberal Minds
Joined
Nov 6, 2011
Messages
5,037
Reaction score
577
Points
155
Anybody here a programmer? Particularly a .NET programmer?

If you are, and you know about Windows Communication Foundation(WCF), I would love to bounce some questions off of you.
 
010010010010000001101000011000010111011001100101001000000110111001101111001000000110100101100100011001010110000100100000011000100111010101110100001000000110000101110011011010110010000001100001011011100111100101110111011000010111100100101110
 
010010010010000001101000011000010111011001100101001000000110111001101111001000000110100101100100011001010110000100100000011000100111010101110100001000000110000101110011011010110010000001100001011011100111100101110111011000010111100100101110

Well, I'm in the process of writing a file transfer program for use between me and my friend since MSN messenger has such a lame file transfer service and I don't care to use anything else out there, web based or not.

I'm running into memory management issues when trying to transfer large file sizes, resulting in thrown exceptions. I think I need to break up the file into smaller files or "chunks", and send them separately and rejoin all of them once they get there.

Though, I'm not exactly sure where to start on that. I don't know if there are any hiccups when concatenating binary streams into a file to retain integrity.

I know there are many other places I can ask this... but this just gives me a reason to see if there any programmers who also share my particular passion for .NET
 

New Topics

Back
Top Bottom