Writing High-Performance .NET Code

Paperback, 282 pages

Published July 23, 2014 by Ben Watson.

ISBN:
978-0-9905834-3-1
Copied ISBN!

View on OpenLibrary

4 stars (1 review)

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.