@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.