I heard that C# does not free memory right away even if you are done with it. Can I force C# to free memory?
I am using Visual Studio 2008 Express. Does that mat
You might want to have a look at this screencast^ from InfoQ.com. It presents the internals of the .NET Garbage Collector.
.NET Garbage Collector