I was reading some articles about Dispose() method and found that unmanaged resources should be freed explicitly from Dispose() method (…
c# dispose unmanagedresourcesI had a discussion with my friend about managed and unmanaged resources in c#. According to my friend: 1.a) Every …
c# garbage-collection dispose unmanagedresources