© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2021
V. SarcarSimple and Efficient Programming with C# https://doi.org/10.1007/978-1-4842-7322-7_10

10. Memory Management

Vaskaran Sarcar1  
(1)
Kolkata, West Bengal, India
 

Memory management is a large concern for a developer, and it’s a very big topic to cover. This chapter aims to touch on the primary points in a simplified manner and help you understand their vitalness in programming.

Simply following some design guidelines when creating an application is not enough; it is only one part of the equation. An application is truly efficient when there are no memory leaks. If a computer program runs over a long time, but fails to release memory resources that are no ...

Get Simple and Efficient Programming with C#: Skills to Build Applications with Visual Studio and .NET 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.