Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Effective .NET Memory Management

You're reading from   Effective .NET Memory Management Build memory-efficient cross-platform applications using .NET Core

Arrow left icon
Product type Paperback
Published in Jul 2024
Publisher Packt
ISBN-13 9781835461044
Length 270 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Trevoir Williams Trevoir Williams
Author Profile Icon Trevoir Williams
Trevoir Williams
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Preface 1. Chapter 1: Memory Management Fundamentals 2. Chapter 2: Object Lifetimes and Garbage Collection FREE CHAPTER 3. Chapter 3: Memory Allocation and Data Structures 4. Chapter 4: Memory Leaks and Resource Management 5. Chapter 5: Advanced Memory Management Techniques 6. Chapter 6: Memory Profiling and Optimization 7. Chapter 7: Low-Level Programming 8. Chapter 8: Performance Considerations and Best Practices 9. Chapter 9: Final Thoughts
10. Index 11. Other Books You May Enjoy

Low-Level Programming

High-level programming languages such as C# have revolutionized software development by offering a rich set of functions and abstractions that simplify development tasks, enhancing productivity and code maintainability. However, as powerful as these abstractions are, there are scenarios where more deliberate control over the system is required. These scenarios require understanding low-level programming techniques and can make up the difference between high-performance and slower applications.

Low-level programming refers to coding practices that operate closer to the hardware, allowing the developer to have more direct control of memory and system resources. In contrast to high-level programming, which abstracts away most of the complexity involved in these operations, low-level programming requires a detailed understanding of the underlying architecture, as well as memory management and performance optimization techniques.

This chapter will explore the...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime