BookFrontier
Pro .NET Memory Management by Konrad Kokosa

Book

Pro .NET Memory Management

For Better Code, Performance, and Scalability

Konrad Kokosa, Christophe Nasarre, Kevin Gosse

Apress Publishers · Print & ebook · October 29, 2024

Reading lane: Operating Systems / General

Understand .NET memory management internal workings, pitfalls, and techniques in order to effectively avoid a wide range of performance and scalability problems in your software.

At a Glance

Who It's For

Good for fans of TechnologyGood for readers who enjoy Operating Systems / General and Programming Basics.

Book Details

Authors
Konrad Kokosa, Christophe Nasarre, Kevin Gosse
Publisher
Apress Publishers
Published
October 29, 2024
Format
Print & ebook
Theme
Operating Systems / General · Programming Basics
Reading lane
Operating Systems / General

Affinity

Publisher Categories

  • Operating Systems / General

  • Programming Basics

  • Hardware / General

About This Book

Understand .NET memory management internal workings, pitfalls, and techniques in order to effectively avoid a wide range of performance and scalability problems in your software. Despite automatic memory management in .NET, there are many advantages to be found in understanding how .NET memory works and how you can best write software that interacts with it efficiently and effectively. This book is your comprehensive guide to writing better software by understanding and work...

Read full description

Understand .NET memory management internal workings, pitfalls, and techniques in order to effectively avoid a wide range of performance and scalability problems in your software. Despite automatic memory management in .NET, there are many advantages to be found in understanding how .NET memory works and how you can best write software that interacts with it efficiently and effectively. This book is your comprehensive guide to writing better software by understanding and working with memory management in .NET, from Framework up to .NET 8. Thoroughly vetted by the .NET Team at Microsoft, this book contains valuable troubleshooting scenarios designed to help diagnose challenging memory problems. You will also benefit from a multitude of .NET memory management "rules" to live by that introduce methods for writing memory-aware code and the means for avoiding common, destructive pitfalls. What You'll Learn - Understand the theoretical underpinnings of automatic memory management - Take a deep dive into every aspect of .NET memory management, including detailed coverage of garbage collection (GC) implementation, that would otherwise take years of experience to acquire - Get practical advice on how this knowledge can be applied in real-world software development - Use practical knowledge of tools related to .NET memory management to diagnose various memory-related issues - Explore various aspects of advanced memory management, including use of Span and Memory types Who This Book Is For .NET developers, solution architects, and performance engineers

Similar Books