Pro .Net Memory Management: For Better Code, Performance, and Scalability, 2nd Edition » MIRLIB.RU - ТВОЯ БИБЛИОТЕКА
Справочник по выявлению и оценке наземной радиационной обстановки на железных дорогах Справочник по выявлению и оценке наземной радиационной обстановки на железных дорогах Pro .Net Memory Management: For Better Code, Performance, and Scalability, 2nd Edition Pro .Net Memory Management: For Better Code, Performance, and Scalability, 2nd Edition В.И. Ленин в борьбе за создание Коммунистического Интернационала В.И. Ленин в борьбе за создание Коммунистического Интернационала ОРВИ. Пособие по нутрицевтической поддержке ОРВИ. Пособие по нутрицевтической поддержке Коммунистическая партия - организатор разгрома трех походов Антанты Коммунистическая партия - организатор разгрома трех походов Антанты Бэровские бугры Нижнего Поволжья Бэровские бугры Нижнего Поволжья Reinforcement Learning for Finance: A Python-Based Introduction (Final Release) Reinforcement Learning for Finance: A Python-Based Introduction (Final Release) LLMs and Generative AI for Healthcare: The Next Frontier LLMs and Generative AI for Healthcare: The Next Frontier Задачник-практикум по элементарной алгебре Задачник-практикум по элементарной алгебре Сила, таящаяся в ваших глазах. Улучшение зрения с помощью Интегрированной терапии Сила, таящаяся в ваших глазах. Улучшение зрения с помощью Интегрированной терапии Hands-On Large Language Models: Language Understanding and Generation (Final Release) Hands-On Large Language Models: Language Understanding and Generation (Final Release) Производственный контроль в молочной промышленности Производственный контроль в молочной промышленности Head First JavaScript Programming: A Learner's Guide to Modern JavaScript, 2nd Edition (Final) Head First JavaScript Programming: A Learner's Guide to Modern JavaScript, 2nd Edition (Final) Ремонт обуви своими руками Ремонт обуви своими руками Религия и экономика: труд, собственность, богатство Религия и экономика: труд, собственность, богатство Head First C#: A Learner's Guide to Real-World Programming with C# and .NET, 5th Edition (Final) Head First C#: A Learner's Guide to Real-World Programming with C# and .NET, 5th Edition (Final)
Справочник по выявлению и оценке наземной радиационной обстановки на железных дорогах Справочник по выявлению и оценке наземной радиационной обстановки на железных дорогах Pro .Net Memory Management: For Better Code, Performance, and Scalability, 2nd Edition Pro .Net Memory Management: For Better Code, Performance, and Scalability, 2nd Edition В.И. Ленин в борьбе за создание Коммунистического Интернационала В.И. Ленин в борьбе за создание Коммунистического Интернационала ОРВИ. Пособие по нутрицевтической поддержке ОРВИ. Пособие по нутрицевтической поддержке Коммунистическая партия - организатор разгрома трех походов Антанты Коммунистическая партия - организатор разгрома трех походов Антанты Бэровские бугры Нижнего Поволжья Бэровские бугры Нижнего Поволжья Reinforcement Learning for Finance: A Python-Based Introduction (Final Release) Reinforcement Learning for Finance: A Python-Based Introduction (Final Release) LLMs and Generative AI for Healthcare: The Next Frontier LLMs and Generative AI for Healthcare: The Next Frontier Задачник-практикум по элементарной алгебре Задачник-практикум по элементарной алгебре Сила, таящаяся в ваших глазах. Улучшение зрения с помощью Интегрированной терапии Сила, таящаяся в ваших глазах. Улучшение зрения с помощью Интегрированной терапии Hands-On Large Language Models: Language Understanding and Generation (Final Release) Hands-On Large Language Models: Language Understanding and Generation (Final Release) Производственный контроль в молочной промышленности Производственный контроль в молочной промышленности Head First JavaScript Programming: A Learner's Guide to Modern JavaScript, 2nd Edition (Final) Head First JavaScript Programming: A Learner's Guide to Modern JavaScript, 2nd Edition (Final) Ремонт обуви своими руками Ремонт обуви своими руками Религия и экономика: труд, собственность, богатство Религия и экономика: труд, собственность, богатство Head First C#: A Learner's Guide to Real-World Programming with C# and .NET, 5th Edition (Final) Head First C#: A Learner's Guide to Real-World Programming with C# and .NET, 5th Edition (Final)
Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Pro .Net Memory Management: For Better Code, Performance, and Scalability, 2nd Edition
/
Название: Pro .Net Memory Management: For Better Code, Performance, and Scalability, 2nd Edition
Автор: Konrad Kokosa, Christophe Nasarre, Kevin Gosse
Издательство: Apress
Год: 2024
Страниц: 780
Язык: английский
Формат: pdf
Размер: 52.0 MB

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.

I wanted to write this book in a manner pleasant for every .NET developer. No matter how experienced you are, you should find something interesting here. While we start from the basics, junior programmers quickly will have an opportunity to get deeper into .NET internals. More advanced programmers will find many implementation details more interesting. And above all, regardless of experience, everyone should be able to benefit from the presented practical examples of code and problem diagnoses.

Thus, knowledge from this book should help you to write better code – more performance and memory aware, utilizing related features without fear but with full understanding. This also leads to better performance and scalability of your applications – the more memory oriented your code is, the less exposed it is for resource bottlenecks and utilization of them not optimally. I hope you will find the “For Better Code, Performance, and Scalability” subtitle justified after reading this book.

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

What’s New in the Second Edition:
This second edition covers more .NET runtimes including .NET Framework 4.7+, .NET Core 3.0, 3.1, .NET 5 up to 8.

Who This Book Is For:
.NET developers, solution architects, and performance engineers.

Скачать Pro .Net Memory Management: For Better Code, Performance, and Scalability, 2nd Edition





ОТСУТСТВУЕТ ССЫЛКА/ НЕ РАБОЧАЯ ССЫЛКА ЕСТЬ РЕШЕНИЕ, ПИШИМ СЮДА!





[related-news]
[/related-news]
Комментарии 0
Комментариев пока нет. Стань первым!