G
Guest
I have just read that SqlConnection and SqlCommand are unmanaged types, or
contain bits that are unmanaged? whereas a DataSet is wholly managed. This
is annoying me because I thought all .NET types were managed?
This obviously stems from looking in to Dispose but my questions are:
1. Is the above statement true?
2. What exactly does managed and unmanaged imply and how do I tell if a type
is managed or unmanaged?
3. Is the File type also unmanaged?
Thank you in advance
Pete
contain bits that are unmanaged? whereas a DataSet is wholly managed. This
is annoying me because I thought all .NET types were managed?
This obviously stems from looking in to Dispose but my questions are:
1. Is the above statement true?
2. What exactly does managed and unmanaged imply and how do I tell if a type
is managed or unmanaged?
3. Is the File type also unmanaged?
Thank you in advance
Pete