Writing High-Performance .NET Code

Writing High-Performance .NET Code
Author: Ben Watson
Publisher:
Total Pages:
Release: 2014
Genre:
ISBN: 9780990583448


Download Writing High-Performance .NET Code Book in PDF, Epub and Kindle

Do you want your .NET code to have the absolute best performance it can? This book demystifies the CLR, teaching you how and why to write code with optimum performance. Learn critical lessons from a person who helped design and build one of the largest high-performance .NET systems in the world.This book does not just teach you how the CLR works--it teaches you exactly what you need to do now to obtain the best performance today. It will expertly guide you through the nuts and bolts of extreme performance optimization in .NET, complete with in-depth examinations of CLR functionality, free tool recommendations and tutorials, useful anecdotes, and step-by-step guides to measure and improve performance.Among the topics you will learn are how to:- Choose what to measure and why- Use many amazing tools, freely available, to solve problems quickly- Understand the .NET garbage collector and its effect on your application- Use effective coding patterns that lead to optimal garbage collection performance- Diagnose common GC-related issues- Reduce costs of JITting- Use multiple threads sanely and effectively, avoiding synchronization problems- Know which .NET features and APIs to use and which to avoid- Use code generation to avoid performance problems- Measure everything and expose hidden performance issues- Instrument your program with performance counters and ETW events- Use the latest and greatest .NET features- Ensure your code can run on mobile devices without problems- Build a performance-minded team...and much more.


Writing High-Performance .NET Code
Language: en
Pages:
Authors: Ben Watson
Categories:
Type: BOOK - Published: 2014 - Publisher:

GET EBOOK

Do you want your .NET code to have the absolute best performance it can? This book demystifies the CLR, teaching you how and why to write code with optimum perf
Writing High-Performance .NET Code, 2nd Edition
Language: en
Pages: 525
Authors: Ben Watson
Categories: Computers
Type: BOOK - Published: 2018-04-16 - Publisher: Ben Watson

GET EBOOK

Take performance to the next level! This book does not just teach you how the CLR works---it teaches you exactly what you need to do now to obtain the
C# 7 and .NET Core 2.0 High Performance
Language: en
Pages: 293
Authors: Ovais Mehboob Ahmed Khan
Categories: Computers
Type: BOOK - Published: 2018-04-25 - Publisher: Packt Publishing Ltd

GET EBOOK

Improve the speed of your code and optimize the performance of your apps Key Features Understand the common performance pitfalls and improve your application’
Learning .NET High-performance Programming
Language: en
Pages: 305
Authors: Antonio Esposito
Categories: Computers
Type: BOOK - Published: 2015-06-30 - Publisher: Packt Publishing Ltd

GET EBOOK

This book will help you understand what "programming for performance" means, and use effective coding patterns and techniques to optimize your .NET applications
Performance Tuning and Optimizing ASP.NET Applications
Language: en
Pages: 380
Authors: Kenneth Tu
Categories: Computers
Type: BOOK - Published: 2008-01-01 - Publisher: Apress

GET EBOOK

The authors make performance issues the central topic, with very in-depth discussion and examples.