![]() Related Questions In .NET Compact Framework, can I free memory explicitly without waiting for garbage collector to free the memory? Latest Answer : .Net manages memory with help of garbage collector. There are three types of generations.Gen 0, Gen1, Gen 2First memory is allocated from gen 0 when gen 0 is full.garbage collector is called. It collects inactive objects from gen0 and active objects ... 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
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||