| Microsoft's Shared Source CLI (code-named "Rotor") is the publicly available implementation of the ECMA Common Language Infrastructure (CLI) and the ECMA C# language specification. Loaded with 3 million lines of source code, it presents a wealth of programming language technology that targets developers interested in the internal workings of the MS .NET Framework, academics working with advanced compiler technology, and people developing their own CLI implementations. The CLI, at its heart, is an approach to building software that enables code from many independent sources to co-exist and interoperate safely. Shared Source CLI Essentials is a companion guide to Rotor's code. This volume provides a road map for anyone wishing to navigate, understand, or alter the Shared Source CLI code. The book illustrates the design principles used in the CLI standard and discusses the complexities involved when building virtual machines. After introducing the CLI, its core concepts, and the Shared Source CLI implementation, this volume covers: The CLI type system; Component packaging and assemblies; Type loading and JIT Compilation; Managed code and the execution engine; Garbage collection and memory management; The Platform Adaptation Layer (PAL): a portability layer for Win32, Mac OS X, and FreeBSD. Written by members of the core Microsoft team that designed the .NET Framework, Shared Source CLI Essentials is for anyone who wants a deeper understanding of what goes on under the hood of the .NET runtime and the ECMA CLI. Advanced .NET programmers, researchers, the academic community, and CLI implementers who have asked hard questions about the .NET Framework will find that this behind-the-scenes look at the .NET nucleus provides them with excellent resources from which they can extract answers.
On CD-ROM: The source code and files. | |