Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
3answers
2k views

What is the difference between managed and native resources when disposing? (.NET)

I was reading the MSDN article about how to implement IDisposable and I am uncertain about the difference between managed and native resources cited in the article. I have a class that must dispose 2 ...
6
votes
1answer
66 views

How can I add the Assembly* values back to my executable?

As part of the solution to another question I asked I have added a resource file to my project. I was able to set the icon for the application in the resource file but I'm not sure how the other ...