
Thanks to Microsoft's .NET, we don't need to worry about memory management in our applications at all! But we still need to take a close look at what is happening with memory management in .NET runtime environment though. Here is why: though memory management in .NET is completely hidden from developers, there are some Dos and Don'ts that we should know about Garbage Collection so that we can keep our applications up to their best performance. In this article, we will look at the Garbage Co..
|