Pro .NET Memory Management: For Better Code, Performance, and Scalability
            
暫譯: Pro .NET 記憶體管理:提升程式碼、效能與可擴展性
        
        Konrad Kokosa
- 出版商: Apress
 - 出版日期: 2018-11-13
 - 定價: $3,600
 - 售價: 9.0 折 $3,240
 - 語言: 英文
 - 頁數: 1072
 - 裝訂: Paperback
 - ISBN: 148424026X
 - ISBN-13: 9781484240267
 - 
    相關分類:
    
      .NET
 - 
    相關翻譯:
    
      .NET 內存管理寶典 (Pro .NET Memory Management: For Better Code, Performance, and Scalability) (簡中版)
 
立即出貨 (庫存=1)
買這商品的人也買了...
- 
                
                  
                  
                Advanced .NET Debugging (Paperback)$2,100$1,995 - 
                
                  
                  
                $700Professional Scrum Development with Microsoft Visual Studio 2012 (Paperback) - 
                
                  
                  
                Being Geek 晉身怪傑 | 軟體開發者職涯應變手冊 (Being Geek: The Software Developer's Career Handbook)$400$316 - 
                
                  
                  
                The C Programming Language, 2/e (Paperback)$2,500$2,450 - 
                
                  
                  
                $354C# 多線程編程實戰, 2/e (Multithreading with C# Cookbook, 2/e) - 
                
                  
                  
                $796深度學習 - 
                
                  
                  
                編寫高性能的 .NET代碼 (Writing High-Performance.NET Code)$354$336 - 
                
                  
                  
                單元測試的藝術, 2/e (The Art of Unit Testing: with examples in C#, 2/e)$650$507 - 
                
                  
                  
                OpenCV 3 學習手冊 (Learning OpenCV 3: Computer Vision in C++ with the OpenCV Library)$1,200$948 - 
                
                  
                  
                JavaScript 資料結構及演算法實作 (暢銷回饋版)$300$234 - 
                
                  
                  
                深入學習 JavaScript 模組化設計 (Mastering Modular JavaScript)$400$316 - 
                
                  
                  
                領域驅動設計:軟體核心複雜度的解決方法 (Domain-Driven Design: Tackling Complexity in the Heart of Software)$680$530 - 
                
                  
                  
                The Pragmatic Programmer 20週年紀念版 (The Pragmatic Programmer, 20th Anniversary Edition)$680$537 - 
                
                  
                  
                量子電腦程式設計 (Programming Quantum Computers: Essential Algorithms and Code Samples)$680$537 - 
                
                  
                  
                Effective TypeScript 中文版|提昇 TypeScript 技術的 62個具體作法 (Effective TypeScript)$580$458 - 
                
                  
                  
                讓 TypeScript 成為你全端開發的 ACE!(iT邦幫忙鐵人賽系列書)$650$553 - 
                
                  
                  
                Web 開發者一定要懂的駭客攻防術 (Web Security for Developers: Real Threats, Practical Defense)$420$332 - 
                
                  
                  
                Martin Fowler 的企業級軟體架構模式:軟體重構教父傳授 51個模式,活用設計思考與架構決策 (Patterns of Enterprise Application Architecture)$800$624 - 
                
                  
                  
                Learning Blazor: Build Single-Page Apps with Webassembly and C# (Paperback)$2,185$2,070 - 
                
                  
                  
                ASP.NET Core Razor Pages in Action (Paperback)$2,300$2,185 - 
                
                  
                  
                OAuth 2.0 從入門到實戰:利用驗證和授權守護 API 的安全$600$468 - 
                
                  
                  
                無瑕的程式碼 軟體工匠篇:程式設計師必須做到的紀律、標準與倫理 (Clean Craftsmanship: Disciplines, Standards, and Ethics)$720$562 - 
                
                  
                  
                從源頭就優化 - 動手開發自己的編譯器實戰$880$695 - 
                
                  
                  
                UX 商業價值實現之道|打造成功的數位產品服務 (UX for Business: How to Design Valuable Digital Companies)$780$616 - 
                
                  
                  
                建構可擴展系統|設計分散式架構 (Foundations of Scalable Systems: Designing Distributed Architectures)$780$616 
商品描述
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. Pro .NET Memory Management is your comprehensive guide to writing better software by understanding and working with memory management in .NET.
Thoroughly vetted by the .NET Team at Microsoft, this book contains 25 valuable troubleshooting scenarios designed to help diagnose challenging memory problems. Readers 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
    商品描述(中文翻譯)
了解 .NET 記憶體管理的內部運作、陷阱和技術,以有效避免軟體中的各種性能和可擴展性問題。儘管 .NET 提供自動記憶體管理,但了解 .NET 記憶體的運作方式以及如何最佳地編寫與之高效互動的軟體仍然有許多優勢。《Pro .NET Memory Management》是您理解和處理 .NET 記憶體管理的全面指南,幫助您編寫更好的軟體。
經過微軟 .NET 團隊的徹底審核,本書包含 25 個有價值的故障排除情境,旨在幫助診斷具有挑戰性的記憶體問題。讀者還將受益於多種 .NET 記憶體管理的「規則」,這些規則介紹了編寫記憶體意識代碼的方法以及避免常見破壞性陷阱的手段。
您將學到的內容:
- 理解自動記憶體管理
