. NET Internals Cookbook
Author | : Adam Furmanek |
Publisher | : |
Total Pages | : 156 |
Release | : 2019-11-25 |
ISBN-10 | : 109765656X |
ISBN-13 | : 9781097656561 |
Rating | : 4/5 (561 Downloads) |
Download or read book . NET Internals Cookbook written by Adam Furmanek and published by . This book was released on 2019-11-25 with total page 156 pages. Available in PDF, EPUB and Kindle. Book excerpt: Understand .NET memory structure, multi-threading and garbage collection internals to avoid performance problems and interoperability issues. Even though CLR hides low level complexity under the hood, there are multiple advantages of understanding internals to improve software performance, decrease memory usage and analyze issues faster..NET Internals Cookbook contains almost one hundred questions about various .NET internals, answered with both C# code and its IL counterpart, machine code and WinDBG debugging sessions. It contains references to books, blog posts and articles covering specific scenarios in detail. You will learn* Internals of memory structure, garbage collection algorithms and multi-threading mechanisms* Debugging using WinDBG* Analyzing IL and machine codeThis book is for .NET developers, performance engineers and programmers interested in low level details of the platform.