BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Presentation: Justin Smith on CLR Internals

Presentation: Justin Smith on CLR Internals

Bookmarks
In this presentation Justin Smith provides a very coherent overview of the .NET CLR and garbage collection.  This presentation is one of the most popular sessions delivered in the .NET developer track at  most conferences.  Justin does a great job demystifying the .NET CLR for mortal developers.  

Topics this presentation focuses on:

  • CLR Resource overview
  • The Garbage Collection Algorithm
  • Roots and GC Preparation
  • Generations and Performance
  • Finalization
  • Native Wrapper Resources
  • Object Cleanup
  • misc performance issues
Listen to this presentation on the .NET CLR and GC now.

About the Conference:
The devLink  Technical  Conference is a non-profit organization established to promote and educate Information  Technology professionals on current and emerging technologies.  They accomplish this goal by holding an annual event which features experts from around the region and world.

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • dual CPU implications

    by Alex Zakharov,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Unfortunately the talk never coverd native resource wrappers or multi-CPU situations. Looks like the former is covered reasonably well here msdn2.microsoft.com/en-us/library/fh21e17c.aspx.

    I'd be very interested in checking out an in-depth discussions/articles on GC behavior on multi CPU machines.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT