My program has a trouble: When GC perform garbage collection,my program always crashes at a function,which is called by main flow several times before
I have created dll in C# 3.5 which does some memory intensive matrix calculations where matrices get created and disposed a lot. Everything works fine if dll is called from .Net app but if it is calle
If you have a brush and pen as in: Brush b = new SolidBrush(color); Pen p = new Pen(b); 开发者_JAVA百科and dispose them like so:
I have an application which I\'ve developed which queries Active Directory information and stores about 15 properties into a Datatable which is kept in memory.
I\'ve built a video viewer that is a Safari plugin that displays video from networked devices.The viewer reads bitmap images, prepares them, and sets them on the NSImageView object as follows:
Recently I heard Kirk Pepperdine speak about开发者_开发百科 changing garbage collectors for better performance -- but what exactly does that mean and what makes one garbage collector better or differe