المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Rotor: Shared Source CLI Provides Source Code for a FreeBSD Implementation of .NET



C++ Programming
03-29-2009, 02:42 AM
With over 9,000 files, and including some 1300 public classes to pore through, the Shared Source CLI can teach you quite a bit about the internal workings of the CLR. But the sheer amount of source code included can make just starting your exploration a monumental task. This article discusses some of the things you can learn from the source code facsimile of the CLR, like how JIT compilation works. It will also help you understand how to control execution along with debugging and loading classes. A walk through the steps involved in setting up the runtime will let you become familiar with the process.

Jason Whittington

<a href="http://msdn.microsoft.com/magazine/bee10430-e4f7-42d8-b6f7-3129c8639609">MSDN Magazine July 2002