Cool Webcast: CLR Method Dispatch Internals: From Static to Dynamic

This might be old news to some so I'm sorry if its a repost, but this webcast is excellent at showing some of the internals of method invocation, reflection, and some of the new lightweight code generatin features of .Net 2.0.

Starts Joel Pobar and Joe Duffy

Link is here http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20051103CLRJP/manifest.xml )

So next time your at a party and want to impress your friends, you can quote things like the call, calli and callvert IL instructions, as well as get the party really rockin by listing the performance characteristics of static and dynamic invocation methods.

No Comments