22
Reply

StreamReader/StreamWriter

George George

George George

May 20 2008 7:45 AM
16.3k

Hello everyone,


I understand there is no need to call Dispose explicitly when dealing with StreamReader/StreamWriter object instances since GC will take care of it in Finalizer method.

My question is, I want to know the benefits and potential issues of using "using" statement to deal with StreamReader/StreamWriter.


thanks in advance,
George


Answers (22)