H
Hilton
Hi,
Using the standard CF 1.x System.* libraries, which objects do we
specifically need to Dispose() after doing a "new"? Or more generically, as
C# engineers, we tend to leave memory management to the GC. However, when
do we have to be explicit about things and which object require this?
For short-term objects such as File Streams etc, I use "using (FileStream fs
= ...)"
Thanks,
Hilton
Using the standard CF 1.x System.* libraries, which objects do we
specifically need to Dispose() after doing a "new"? Or more generically, as
C# engineers, we tend to leave memory management to the GC. However, when
do we have to be explicit about things and which object require this?
For short-term objects such as File Streams etc, I use "using (FileStream fs
= ...)"
Thanks,
Hilton