Writing High-Performance .NET Code

519 pages

Published April 16, 2018 by Ben Watson.

ISBN:
9780990583455

View on OpenLibrary

4 stars (1 review)

Writing High-Performance .NET Code by Ben Watson is the best-selling book about understanding the fundamentals of .NET performance. It contains detailed explanations, instructions, tools, and tips to help you get the best .NET performance immediately.

2 editions

Good example code, gets into weeds in a good way

4 stars

Ben did a great job on the first edition of this book by providing context and sample material, with GitHub links so you can try everything out for yourself. He gets pretty into the weeds on several aspects of .NET code. This book is not for someone who writes simple APIs or web apps that do not contain a ton of non-CRUD type C# code. This book is for someone doing I/O intensive operations that really needs to squeeze more performance out of their code without simply turning up the scale dial.