FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
|
|
- Title: Under the Hood of .NET Memory Management
- Author(s) Chris Farrell
- Publisher: Red gate books (December 19, 2011)
- Paperback: 238 pages (est.)
- eBook: PDF, 225 pages, 6.65 MB
- Language: English
- ISBN-10: 1906434751
- ISBN-13: 978-1906434755
- Share This:
This book covers theory and practice for analyzing and improving .NET code performance.
This book starts with an introduction to the core concepts of .NET memory management and garbage collection, and then quickly layers on additional details and intricacies. Once you're up to speed, you can dive into the guided troubleshooting tour, and tips for engineering your application to maximise performance. And to finish off, take a look at some more sophisticated considerations, and even a peek inside the Windows memory model.
About the Authors- Chris Farrell has over 18 years of development experience, and has spent the last seven as a .NET consultant and trainer. For the last three years, his focus has shifted to application performance assurance and the use of tools to identify performance problems in complex .NET applications.
- Under the Hood of .NET Memory Management (Chris Farrell)
- The Mirror Site (1) - PDF
- Book Homepage (Overview, Authors Info, etc.)
-
What Every Programmer Should Know About Memory
This document explains the structure of memory subsystems in use on modern commodity hardware, illustrating why CPU caches were developed, how they work, and what programs should do to achieve optimal performance by utilizing them.
-
Pointers and Memory (Nick Parlante, et al.)
This is an introduction to programming with pointers and memory in C, C++ and other languages. Explains how pointers and memory work and how to use them -- from the basic concepts through all the major programming techniques.
-
Practical Performance Profiling: Improve the Efficiency of .NET Code
This book provides both the theory and practical skills necessary to analyze and improve the performance of .NET code. It guides the reader through using a profiler and explains how to identify and correct performance bottlenecks.
-
Using .NET Core, Docker, and Kubernetes Succinctly
This book will walk you through using Docker and Kubernetes with a .NET Core example application - through the key concepts involved in packaging Windows-distributed applications into containers and orchestrating these using Docker and Kubernetes.
-
.NET Microservices: Architecture for Containerized .NET Applications
This guide is an introduction to developing microservices-based applications and managing them using containers. It discusses architectural design and implementation approaches using .NET Core and Docker containers.
-
.NET Book Zero (Charles Petzold)
This book is an introduction to C# and the Microsoft .NET Framework for programmers who have experience with C or C++. It includes introduction of basic concept of C#, fundamentals of C#, fundamentals of .NET, fundamental Of .NET applications, etc.
-
Memory Management: Algorithms and Implementations in C/C++
This book presents several concrete implementations of garbage collection and explicit memory management algorithms. Find out how memory is managed at the hardware level by the processor.
-
Programming Persistent Memory: A Comprehensive Guide
The book explains fundamental concepts, provides an introduction to Persistent Memory programming APIs for C, C++, JavaScript, and other languages, discusses RMDA with persistent memory; reviews security features; and presents many examples.
-
Small Memory Software: Systems with Limited Memory
This book provides practical help for programmers developing software for limited memory-capacity environments. It consists of a series of patterns developed by the authors based on solutions which have been found to work in real-life situations.
-
Programming Memory-Constrained Networked Embedded Systems
This book focus on three topics regarding programming memory-constrained networked embedded systems: the TCP/IP, simplifying event-driven, and dynamic loading for memory-constrained systems.
-
Foundations of Machine Learning (Mehryar Mohri, et al)
This book is a general introduction to machine learning. It covers fundamental modern topics in machine learning while providing the theoretical basis and conceptual tools needed for the discussion and justification of algorithms.
:
|
|