![]() Related Questions In .NET Compact Framework, can I free memory explicitly without waiting for garbage collector to free the memory? What is the reason of occuring overflow-underflow arithmatic exception error, it shows error message What is the reason of occuring overflow-underflow arithmatic exception error, it shows error message when we run ourprogram by adding control Read Answers (3) | Asked by : Tapan Latest Answer : Hello everybody.Memory profiler is the important tool which is available on internet.you can you it to indentify memory leakages.Simply attach you assembly and run your application and after some time you can stopn application. after doing so this profiler ... Read Answers (1) | Asked by : deepu Does Garbage Collection disposes a object even if you abort the application in the middle? How to check this? Read Answers (3) | Asked by : syamala If there are 5 different .net applications running on a single machine,When the Garbage Collector wakes up how does it release the unused resources1)Will there be 5 threads of GC running(1 for each application)?2)Will Latest Answer : CLR maintains a table content of what are the objects created, what are the tasks running.CLR wont create threads itself. because threads concept have many disadvantages.Based on that table only GC collects on Managed Heap objects. ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||