Chapter 22. Memory Management

One of the greatest advantages to using a managed language such as C# in the Common Language Runtime (CLR) environment is that you don’t have to worry about memory management as much as you did in languages such as C or C++.

That said, there are still memory-related topics that you need to understand as a C# developer. Furthermore, sometimes you just have to drop out of ...

Get C# 4.0 How-To now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.