Via C# | Windows Runtime

by Jeffrey Richter for deep-dive .NET internal knowledge. Resources for Learning about .NET Internals : r/programming

The book by Jeffrey Richter and Maarten van de Bospoort is a definitive resource for developers looking to understand the inner workings of the Windows Runtime (WinRT). It is particularly noted for its focus on the non-UI aspects of development, such as memory management and API leveraging. Key Resources & Blog Content Windows Runtime via C#

by Adam Nathan. C# in Depth by Jon Skeet for language-specific mastery. by Jeffrey Richter for deep-dive

: Some chapters, like Chapter 2: App Packaging , have been shared as PDF primers or updates by Microsoft Press. Community Perspectives Key Resources & Blog Content by Adam Nathan

While primarily a book, the authors and related platforms have published high-quality blog content that serves as a primer or extension of the book's concepts:

by Ben Watson for advanced performance optimization.