Tags
Language
Tags
October 2025
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Writing High-Performance .NET Code [Repost]

    Posted By: AlexGolova
    Writing High-Performance .NET Code [Repost]

    Writing High-Performance .NET Code by Ben Watson
    English | 23 July 2014 | ISBN: 0990583430 | 280 Pages | PDF | 3.5 MB

    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.
    My Blog!