this is a quote from the msdn regarding the subject: "It is recommended to explicitly release COM+ objects and external resources before the garbage collector frees the object. If the external resource is scarce or expensive, better performance can be achieved by explicitly releasing COM+ resources when they are no longer needed. Explicit control is provided by the Dispose method."
my question is : in case I'm not using any non managed resources in my component , is it recomended to call dispose after using it(before getting out of scope)? yosi You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
