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

12. Memory Management

Vaskaran Sarcar1  
(1)
Kolkata, West Bengal, India
 

Memory management is an important concern for a developer, and it is a very big topic. This chapter will touch on the important points in a simplified manner to help you understand memory management in programming.

Following some design guidelines while making an application is not enough; that is only one part of the equation. An application is truly efficient when there is no memory leak. If a computer program runs over a long time but fails to release memory resources that are no longer needed, ...

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.