Framework Design Guidelines slides from PDC2008 Talk
Yesterday, Krys and I did a talk on Framework Design Guidelines and how they changed from when we started in 1998 to now in 2008.
They should have the video of the talk up soon, I will post a link when it comes up... in the meantime, check out the slides on SlideShare... Or just grab the slides directly.
Enjoy!
BTW -- if you made it to PDC2008 , please take a minute to fill out the eval for sessions that you attended, we'd love to have your feedback!
Session Evaluation
You can access evaluations easily by locating the () icon next to each specific session in the PDC Timeline.
thanks!
Comments
Anonymous
October 29, 2008
The comment has been removedAnonymous
October 29, 2008
Oh, Flash9 and registration! I don't know which is worse! ;-) If you just want the PPT deck, you can find it here: http://brad_abrams.members.winisp.net/Projects/PDC2008/FrameworkDesignGuidelines.pptAnonymous
October 29, 2008
Just grab it from here Framework Design Guidelines slides from PDC2008 TalkAnonymous
November 10, 2008
Virtual methods print out that claims "Hello from derived is always printed out" is incorrect. From your code, the derived messages prints once, the base method prints for the other times.