Memory Issues,C#,Delegates - n.code

Browse by Tags

25 June 2007
Common .NET Memory Issues
Charl Botha, senior developer at Intervate , and I had some discussions around .NET memory issues, and how to measure the size of a CLR object in memory. Here's what Charl had to say: "I have yet to discover how one can retrieve the size of an object in pure CLR, the method that I used was to... Read More...