in

dotnet.org.za

South African .NET Developer Portal

Browse by Tags

  • 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...
    Posted to n.code (Weblog) by n.code on 06-25-2007
  • .NET Memory Leak: XmlSerializing your way to a Memory Leak

    Tess Ferrandez talks about a .NET memory leak , caused by using the default constructors other than, XmlSerializer(type) and XmlSerializer(type, defaultNameSpace), when XML serializing objects. In a nut shell, dynamic code generation, which is used in XML Serialization, Regular Expressions, and XSLT...
    Posted to n.code (Weblog) by n.code on 04-19-2007
Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems