P
Paul [Paradise Solutions]
Hi all
Working towards 'properly' coding my apps, so I thought I'd look into
the whole imlimenting Dispose() palava.
Via some google postings I found some MS documentation, but I'm a little
unclear on the meaning of the phrase 'managed resources'. I was
wondering if someone could confirm a 'plain english' definition.
Would I be right in assuming if you have some objects and some plain
variables (say a SQL connection, a SQL command and a few strings) would
the SQL objects be considered as the managed resources and the strings
unmanaged?
Many thanks
Paul
Working towards 'properly' coding my apps, so I thought I'd look into
the whole imlimenting Dispose() palava.
Via some google postings I found some MS documentation, but I'm a little
unclear on the meaning of the phrase 'managed resources'. I was
wondering if someone could confirm a 'plain english' definition.
Would I be right in assuming if you have some objects and some plain
variables (say a SQL connection, a SQL command and a few strings) would
the SQL objects be considered as the managed resources and the strings
unmanaged?
Many thanks
Paul