22 hours ago, elmer wrote
For me, although it's more a .net thing... the garbage collector... and the fact that I can get away with being so damned lazy about cleaning up after myself... LOL.
Don't be lazy with cleaning up after yourself! Even in C#. Just because it has a garbage collector, doesn't mean you can be that lazy. Always call Dispose() on IDisposables (including MemoryStreams, and ESPECIALLY Bitmaps), and I'm in the habit of setting everything to null when I'm done using it (not sure if it actually matters though; performance-wise). There are still SOME memory leaks in C# to watch out for.
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.