In .NET Compact Framework, can we free memory explicitly without waiting for garbage collector to free the memory?

Submitted by: Administrator
NET Compact Framework come with CLR which perform automatic garbage collector to free the memory without using destector(perform garbage collector when is declear)
Submitted by: Administrator

Read Online Microsoft.NET 2.0 Job Interview Questions And Answers