George George

George George

  • NA
  • 778
  • 0

StreamReader/StreamWriter

May 20 2008 7:45 AM

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)