Thanks for the links. I'm a great believer in the old adage "what's in the micro is in the macro", so if I can get a really good understanding of the fundamentals then the complex stuff will just...
Ah, seems I'm an idiot. I'm pretty new to programming and this is more about me learning than anything else. I'd be interested in understanding how it would be done by looking at the heap. The points...
Apologies, I didn't mean the 'ref' keyword, I meant it to mean (store a reference to).
For the stale object problem, perhaps you could implement IDisposable and have the instance remove itself from...
Could you put a static list<ref classType> field in the class that's updated by the contructor every time a new instance is created?
The constructor could add a reference to the list every time a...
I'm a noob programmer so this is likely to be off the mark, but at-least I can do a bit of learning and maybe even help the odd person if I pickup any questions that I think I can answer.
...
Apologies if this could've been answered with a 'search' but I'm not an experienced programmer and don't know exactly what I'm even looking for. I do know that there are 'many different...