In .NET Compact Framework, can I free memory explicitly without waiting for garbage collector to free
Select Answer:
yes, you can
.NET Compact Framework come with CLR which perform automatic garbage collector to free the memory without using destector
both
none
|