Archive for April, 2009
C# StreamReader, StreamWriter default internal FileStream
By admin - Last updated: Monday, April 6, 2009
I was wondering about the default FileStream object configuration within StreamWriter constructor, specifically the FileShare parameter of the FileStream. I’d like to find out if other processes are able to read the content at the same time while StreamWriter writes the content into the file. e.g using (StreamWriter writer= new StreamWriter(“test.txt”)) { while(true); [...]
April 1st @ StackOverflow
By admin - Last updated: Wednesday, April 1, 2009
01/April/2009, stackoverflow becomes the kids’ palace!