votes
C#, Read file that contains an ASCII character that triggers an early <EOF>
Are there any alternatives to such a thing? Perhaps replacing the character in question? But how would I go about this if I can't read the entire file to begin with?
blah blah blah is here! blah blah » Close
Are there any alternatives to such a thing? Perhaps replacing the character in question? But how would I go about this if I can't read the entire file to begin with?
Hello Everyone! I'm working in the Azure Cloud. I was wondering if its possible to pass a stream to a web service. lets say I have an azure web service that accepts a stream. in this stream I would be sending an image file. This image f ...
many persons will use my project at a time. all are writing something into one file at a time by creating object using memory stream. is there any problems and performance issues? please help me..
I have some large files that I'm loading so I load the files in pieces keeping track of how many bytes have been read which is where the problem comes in. It seems the Readline method swallows the newline and carriage return characters whi ...
I suppose this has probably been asked - maybe many times before, but for now this thing still doesn't have a decent search (:P) How can I implement a StreamReader (line-buffered reader) that implements asynchronous methods? The Strea ...
Hey guys! I'm doing some encryption fun in an application, and had a problem. I simply want to encrypt a file. so there is a input file and an outputfile. now i dont want to load the whole file into mem, since i want to support very larg ...
I have a string representation of an xml file that I want to load into a XDocument. I am getting the error: Illegal characters in path. I tried loading the string xml into a XmlDocument and it worked just fine. I noticed that the XDo ...
Got feedack? Found a bug? report it here.