|
Writings
This is a listing of things I've done through traditional publishing channels
Shared Source CLI Provides Source Code for a FreeBSD Implementation of .NET MSDN Magazine, July 2003 (my first piece!)
SUMMARY 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. [more]
© Copyright 2003 Jason Whittington.
Last update: 3/26/2003; 9:23:42 AM.
|