Patrick Dussud is a Technical Fellow at Microsoft who is the author of .NET's garbage collector (GC) - the automatic memory management
infrastructure that makes up most of what is managed in managed code execution. How does GC, work, generally? Why is it important? The GC inside of the…
John Rose is a virtual machine expert who's been working on the Java Virtual Machine for several years. He's part of the team that is adding multi-language support to the JVM,
specifically, dynamic language support. How does the multi-dynamic-language support…
CLR Architect Vance Morrison has been very busy working on the future of the CLR, especially as it relates to execution performance and the type system. Some of his latest work is present in the upcoming 4th version of the virtual machine that powers all
things .NET, CLR 4, which ships with Visual…
It's always a pleasure to get a chance to sit down and geek out with Anders Hejlsberg. Anders is a Microsoft Technical Fellow (a Technical Fellow is the highest ranking technical position at Microsoft) and programming language design master. He's the creator
of C# and one of the founders…
Dynamic languages are becoming more popular than ever. Static runtimes (static type system is baked into the machine) like the CLR do not natively support languages that have no requirement for explicit types. Implementing languages of this class on the
CLR is a rather complicated and…
Microsoft is developing a number of technologies to simplify the expression of parallelism in code. An example of this work is Parallel Extensions for the .NET Framework (PFX), a managed programming model for data parallelism, task parallelism, scheduling,
and coordination on parallel hardware.…
I finally got a chance to sit down and talk to Patrick Dussud, one of the CLR founders and chief architect of the .NET Garbage Collector, or GC, as developers call it. I wanted to learn about what a GC is, how it works, why it does what it does, how it will evolve, Patrick's history in the…
Silverlight was announced a few weeks ago as a cross-platform rich media runtime. Today we announced that Silverlight is not only a great media platform; it is cross-platform .NET. I sat down with Scott Guthrie, GM of the Silverlight team, to get the
details. We also posted a…
Suzanne talks about why she got into programming, what her favorite language is, and gives more insights into what it's like working on the CLR team.
If you missed it, here's part I.
WM_INFeb 11, 2005 at 12:53 AM44
The Channel 9 Team
Avg Rating: 2.5
(2)
Suzanne Cook is a developer on the .NET CLR team. Translation: she's smart and she's a geek.
Anyway, she talks about loaders and GACs and other such obscure topics.
In this segment we ask things from "what's the GAC?" to getting inside knowledge of the .NET CLR Loader…