Book about Core CLR

Serge 25 Reputation points
2023-05-24T19:55:02.2866667+00:00

Hi

Could you please recommend any book for Core CLR ?

Something like CLR via C# (Jeffrey Richter), but for actual versions of .net

Developer technologies | .NET | Other
0 comments No comments
{count} votes

Accepted answer
  1. Jack J Jun 25,296 Reputation points
    2023-05-25T02:24:29.2966667+00:00

    @Serge, Welcome to Microsoft Q&A, there are several books you could refer to with valuable insights and guidance on Core CLR and modern .NET development.

    A.".NET Core in Action" by Dustin Metzgar, Jim Wooley, and Filip Ekberg: the book provided a comprehensive introduction to .NET Core, including Core CLR, which also offers some code examples to create applications using .NET Core.

    B."Pro .NET Memory Management: For Better Performance" by Konrad Kokosa: the books covers garbage collection, memory leaks, and performance optimizations, which will help users to understand memory-related aspects of Core CLR.

    C."Pro .NET Core Runtime: A Practical Guide to Internals" by Sasha Goldshtein: This book discusses the workings of the .NET Core runtime, including Core CLR. It covers runtime internals, Just-in-Time (JIT) compilation, memory management, and performance tuning, offering a deeper understanding of how Core CLR operates.

    Hope my advice could help you.

    Best Regards,

    Jack

    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.  

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.