<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Brad Abrams  : PDC</title><link>http://blogs.msdn.com/brada/archive/tags/PDC/default.aspx</link><description>Tags: PDC</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>PDC 2009 – I can’t wait!</title><link>http://blogs.msdn.com/brada/archive/2009/10/14/pdc-2009-i-can-t-wait.aspx</link><pubDate>Wed, 14 Oct 2009 17:01:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9907239</guid><dc:creator>BradA</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/brada/comments/9907239.aspx</comments><wfw:commentRss>http://blogs.msdn.com/brada/commentrss.aspx?PostID=9907239</wfw:commentRss><description>&lt;p&gt;Things are really starting to heat up around here as we get ready for the PDC.&amp;#160;&amp;#160; Just this week I have talked to folks on Silverlight, Visual Studio, Azure, ASP.NET, .NET RIA Services, MEF that all have very cool new stuff to talk about at the PDC.&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://microsoftpdc.com/"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="image" border="0" alt="image" align="left" src="http://blogs.msdn.com/blogfiles/brada/WindowsLiveWriter/PDC2009Icantwait_88A8/image_3.png" width="325" height="88" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;We just recently announced the Scott Guthrie will be giving one of the keynotes, so you can be sure that will be fun.. You can bet Scott will be talking about the latest from ASP.NET, Silverlight, the .NET Framework and Visual Studio!&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;p&gt;I will also be there to talk about building business application in Silverlight… no rotating images or dancing videos in this talk, it will be all about saving you and your end user’s time by taking advantage of the latest in Silverlight, .NET RIA Services and Visual Studio!&lt;/p&gt;  &lt;p&gt;Hope to see you there, but there will also be lots of good content on line if you can’t make it..&lt;/p&gt;  &lt;p&gt;Find out more information here: &lt;a title="http://microsoftpdc.com/" href="http://microsoftpdc.com/"&gt;http://microsoftpdc.com/&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;When I have talked to developers in the past about coming to PDC, one of the things has been convincing their boss that it is worth the time and money.. I’d love to hear any success stories you have had.&amp;#160; How have you sold the PDC to your boss?&amp;#160; what works?&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9907239" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/brada/archive/tags/PDC/default.aspx">PDC</category></item><item><title>Best Practices for Wrapping Native Code</title><link>http://blogs.msdn.com/brada/archive/2008/11/03/best-practices-for-wrapping-native-code.aspx</link><pubDate>Mon, 03 Nov 2008 23:44:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9035007</guid><dc:creator>BradA</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/brada/comments/9035007.aspx</comments><wfw:commentRss>http://blogs.msdn.com/brada/commentrss.aspx?PostID=9035007</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/brada/WindowsLiveWriter/BestPracticesforWrappingNativeCode_B321/image_2.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="161" alt="image" src="http://blogs.msdn.com/blogfiles/brada/WindowsLiveWriter/BestPracticesforWrappingNativeCode_B321/image_thumb.png" width="240" align="right" border="0" /&gt;&lt;/a&gt; At our talk on &lt;a href="http://blogs.msdn.com/brada/archive/2008/10/29/framework-design-guidelines-video-from-pdc2008-talk-posted.aspx"&gt;Framework Design Guidelines at the PDC&lt;/a&gt;, &lt;a href="http://blogs.msdn.com/kcwalina/"&gt;Krzysztof&lt;/a&gt; and I were asked about resources for wrapping a native code library in a nice managed code framework.&amp;#160; &lt;/p&gt;  &lt;p&gt;This is an extremely common pattern.&amp;#160; Organizations frequently have large &amp;quot;heritage&amp;quot; investments in C\C++\COM code and now they need to expose that functionality is way that is productive and familiar to .NET developers.&amp;#160;&amp;#160; Wrapping the native functionality in a well-designed managed library maximizes the productivity of the breadth of .NET developers.&amp;#160; &lt;/p&gt;  &lt;p&gt;I promised to blog a few resources on how to best accomplish this.&amp;#160; &lt;/p&gt;  &lt;p&gt;Jesse Kaplan recent PDC talk is relevant: &lt;a href="http://channel9vip.orcsweb.com/pdc2008/TL34/"&gt;Managed and Native Code Interoperability: Best Practices&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/magazine/cc164193.aspx"&gt;CLR Inside Out: Marshaling between Managed and Unmanaged Code&lt;/a&gt;    &lt;br /&gt;Yi Zhang and Xiaoying Guo - January 2008    &lt;br /&gt;Marshaling is an important part of .NET interop. It allows you to call into unmanaged code from managed code. This column will help you get started.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/magazine/cc163494.aspx"&gt;CLR Inside Out: Introduction to COM Interop&lt;/a&gt;    &lt;br /&gt;Thottam R. Sriram - January 2007    &lt;br /&gt;The CLR allows seamless interactions between Microsoft .NET applications and COM. But how, exactly? The CLR team knows.&lt;/p&gt;  &lt;p&gt;In addition, Jesse will have a great article in &lt;a href="http://msdn.microsoft.com/en-us/magazine/default.aspx"&gt;MSDN magazine&lt;/a&gt; in Feb 2009.. you should check it out.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9035007" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/brada/archive/tags/Framework+Design+Guidelines/default.aspx">Framework Design Guidelines</category><category domain="http://blogs.msdn.com/brada/archive/tags/.NET+Framework/default.aspx">.NET Framework</category><category domain="http://blogs.msdn.com/brada/archive/tags/PDC/default.aspx">PDC</category></item><item><title>Framework Design Guidelines Video from PDC2008 Talk Posted</title><link>http://blogs.msdn.com/brada/archive/2008/10/29/framework-design-guidelines-video-from-pdc2008-talk-posted.aspx</link><pubDate>Thu, 30 Oct 2008 01:31:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9023164</guid><dc:creator>BradA</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/brada/comments/9023164.aspx</comments><wfw:commentRss>http://blogs.msdn.com/brada/commentrss.aspx?PostID=9023164</wfw:commentRss><description>&lt;p&gt;The great folks that work tirelessly behind the scenes here at the PDC have already gotten the &lt;a href="http://channel9.msdn.com/pdc2008/PC58/ " target="_blank"&gt;Framework Design Guidelines Video posted&lt;/a&gt;.&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://channel9.msdn.com/pdc2008/PC58/ "&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="249" alt="image" src="http://blogs.msdn.com/blogfiles/brada/WindowsLiveWriter/FrameworkDesignGuidelinesVideofromPDC200_DA35/image_3.png" width="447" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a title="http://channel9.msdn.com/pdc2008/PC58/" href="http://channel9.msdn.com/pdc2008/PC58/"&gt;http://channel9.msdn.com/pdc2008/PC58/&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Enjoy!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9023164" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/brada/archive/tags/Framework+Design+Guidelines/default.aspx">Framework Design Guidelines</category><category domain="http://blogs.msdn.com/brada/archive/tags/PDC/default.aspx">PDC</category></item><item><title>Repeat of the MEF talk at PDC2008</title><link>http://blogs.msdn.com/brada/archive/2008/10/29/repeat-of-the-mef-talk-at-pdc2008.aspx</link><pubDate>Wed, 29 Oct 2008 20:14:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9022612</guid><dc:creator>BradA</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/brada/comments/9022612.aspx</comments><wfw:commentRss>http://blogs.msdn.com/brada/commentrss.aspx?PostID=9022612</wfw:commentRss><description>&lt;p&gt;After the amazing great reception MEF got &lt;a href="http://wm.istreamplanet.com/customers/ms/750_ms_pdc_081028.asx" target="_blank"&gt;during ScottGu's keynote yesterday&lt;/a&gt; we had tons of people ask about a MEF session.&amp;#160; So we are VERY happy to be able to repeat Glenn's MEF session... Please come if you can.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/brada/WindowsLiveWriter/RepeatoftheMEFtalkatPDC2008_900D/image_2.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="240" alt="image" src="http://blogs.msdn.com/blogfiles/brada/WindowsLiveWriter/RepeatoftheMEFtalkatPDC2008_900D/image_thumb.png" width="220" align="right" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;TL33-R Managed Extensibility Framework: Overview [REPEAT]&lt;/strong&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;Wed 10/29 | 4:45 PM-6:00 PM | 409A     &lt;br /&gt;Presenter: Glenn Block      &lt;br /&gt;Glenn Block&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Please Note: This session is a repeat of TL33, which originally took place on October 27th at 1:45PM. The Managed Extensibility Framework (MEF) is a new extensibility model in the .NET framework that provides a simple declarative model for application developers and extenders to build openly extensible applications. Come to this session and you'll learn about our Composition model and the APIs that work with it. You'll learn about composable parts, exports, imports and the composition container that brings them all together. You'll see how using the model you can develop open-ended applications that can easily be extended both internally and by third-parties.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9022612" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/brada/archive/tags/PDC/default.aspx">PDC</category><category domain="http://blogs.msdn.com/brada/archive/tags/MEF/default.aspx">MEF</category></item><item><title>Framework Design Guidelines slides from PDC2008 Talk</title><link>http://blogs.msdn.com/brada/archive/2008/10/29/framework-design-guidelines-slides-from-pdc2008-talk.aspx</link><pubDate>Wed, 29 Oct 2008 10:16:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9021759</guid><dc:creator>BradA</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/brada/comments/9021759.aspx</comments><wfw:commentRss>http://blogs.msdn.com/brada/commentrss.aspx?PostID=9021759</wfw:commentRss><description>&lt;p&gt;Yesterday, Krys and I did a talk on &lt;a href="http://www.amazon.com/gp/product/0321545613?ie=UTF8&amp;amp;tag=bradabramsblo-20&amp;amp;link_code=wql&amp;amp;camp=212361&amp;amp;creative=380601" target="_blank"&gt;Framework Design Guidelines&lt;/a&gt; and how they changed from when we started in 1998 to now in 2008.&amp;#160; &lt;/p&gt;  &lt;p&gt;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 &lt;a href="http://www.slideshare.net/brada/framework-design-guidelines-presentation/"&gt;slides on SlideShare&lt;/a&gt;...&amp;#160; Or just &lt;a href="http://brad_abrams.members.winisp.net/Projects/PDC2008/FrameworkDesignGuidelines.ppt" target="_blank"&gt;grab the slides directly&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.slideshare.net/brada/framework-design-guidelines-presentation/"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="183" alt="image" src="http://blogs.msdn.com/blogfiles/brada/WindowsLiveWriter/FrameworkDesignGuidelinesslidesfromPDC20_3B7/image_3.png" width="244" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Enjoy!&lt;/p&gt;  &lt;p&gt;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!&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;b&gt;Session Evaluation&lt;/b&gt;      &lt;br /&gt;You can access evaluations easily by locating the (&lt;img src="https://commnet.microsoftpdc.com/resources/images/survey_on.gif" border="0" /&gt;) icon next to each specific session in the &lt;a href="https://commnet.microsoftpdc.com/timeline.aspx"&gt;PDC Timeline&lt;/a&gt;.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;thanks!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9021759" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/brada/archive/tags/Framework+Design+Guidelines/default.aspx">Framework Design Guidelines</category><category domain="http://blogs.msdn.com/brada/archive/tags/PDC/default.aspx">PDC</category></item><item><title>Framework Design Guidelines Talk @ PDC2008</title><link>http://blogs.msdn.com/brada/archive/2008/10/18/framework-design-guidelines-talk-pdc2008.aspx</link><pubDate>Sun, 19 Oct 2008 02:04:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9005628</guid><dc:creator>BradA</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/brada/comments/9005628.aspx</comments><wfw:commentRss>http://blogs.msdn.com/brada/commentrss.aspx?PostID=9005628</wfw:commentRss><description>&lt;p&gt;&lt;img alt="Blog Bling Brain" src="http://www.microsoftpdc.com/Images/BlogBling/PDC2008Brain.gif" align="right" /&gt;I am very excited to be giving a Framework Design Guidelines talk at the PDC this year.&amp;#160; &lt;a href="http://blogs.msdn.com/kcwalina/"&gt;Krzysztof&lt;/a&gt; and I think of this as our &lt;a href="http://blogs.msdn.com/brada/archive/2008/10/14/framework-design-guidelines-2nd-edition-order-yours-now.aspx"&gt;&amp;quot;victory lap&amp;quot; for publishing&lt;/a&gt; the &lt;a href="http://www.amazon.com/gp/product/0321545613?ie=UTF8&amp;amp;tag=bradabramsblo-20&amp;amp;link_code=wql&amp;amp;camp=212361&amp;amp;creative=380601"&gt;Framework Design Guidelines 2nd Edition&lt;/a&gt;.&amp;#160;&amp;#160; &lt;/p&gt;  &lt;p&gt;As we were talking about what to cover in this talk, Krys and I realized that it has been just about 10 years since we started that very first version of the Framework Design Guidelines.&amp;#160; This is well before we started working on the book, in fact it was before .NET Framework 1.0 shipped or was even announced (which, btw, was at PDC2000).&amp;#160; &lt;/p&gt;  &lt;p&gt;We got to thinking about how things have changed, both in the guidelines and in the industry.&amp;#160; Equally interesting is how much has stayed the same.&amp;#160; I am particularly interested in what stayed the same over that time..&amp;#160; As we wrote even those first guidelines we knew it was very important that they last.&amp;#160; In fact, we needed them to be timeless.&amp;#160; About the same time a friend was in the process of designing and building her own home and she gave be a book that still shapes the way I think about software design today:&amp;#160; Christopher Alexander, &lt;u&gt;&lt;a href="http://www.amazon.com/gp/product/0195024028?ie=UTF8&amp;amp;tag=bradabramsblo-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=0195024028"&gt;The Timeless Way of Building.&lt;/a&gt;&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;If you are able to come to the PDC this year, please come by our session, it will be a lot of fun.&amp;#160; &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;Framework Design Guidelines     &lt;br /&gt;Mon 10/27 | 5:15 PM-6:30 PM | 403AB      &lt;br /&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Otherwise, you can check streaming video of the session from&amp;#160; &lt;a href="http://microsoftpdc.com/"&gt;the PDC website&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;thanks!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9005628" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/brada/archive/tags/Framework+Design+Guidelines/default.aspx">Framework Design Guidelines</category><category domain="http://blogs.msdn.com/brada/archive/tags/PDC/default.aspx">PDC</category></item><item><title>Framework Design Guidelines 2nd Edition: Order Yours Now!</title><link>http://blogs.msdn.com/brada/archive/2008/10/14/framework-design-guidelines-2nd-edition-order-yours-now.aspx</link><pubDate>Tue, 14 Oct 2008 19:29:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8999731</guid><dc:creator>BradA</dc:creator><slash:comments>12</slash:comments><comments>http://blogs.msdn.com/brada/comments/8999731.aspx</comments><wfw:commentRss>http://blogs.msdn.com/brada/commentrss.aspx?PostID=8999731</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;amp;location=http%3A%2F%2Famazon.com%2F&amp;amp;tag=bradabramsblo-20&amp;amp;linkCode=ur2&amp;amp;camp=1789&amp;amp;creative=9325"&gt;Amazon&lt;/a&gt; just put &lt;a type="amzn" asin="0321545613"&gt;Framework Design Guidelines 2nd Edition&lt;/a&gt; up for pre-order.&amp;#160; If you are coming to the &lt;a href="http://www.microsoftpdc.com/"&gt;PDC in LA&lt;/a&gt; (and there are still slots open), you can be the first to buy a copy... &lt;a type="amzn"&gt;Amazon&lt;/a&gt; and your local brick-and-mortar store will have them over the coming weeks.&lt;/p&gt;  &lt;h3&gt;What's New in the &lt;a type="amzn" asin="0321545613"&gt;2nd edition&lt;/a&gt;?&lt;/h3&gt;  &lt;ul&gt;   &lt;li&gt;Updated with new features from .NET Framework 3.0 and 3.5 &lt;/li&gt;    &lt;li&gt;Tons of new annotations from industry experts &lt;/li&gt;    &lt;li&gt;Extension methods &lt;/li&gt;    &lt;li&gt;Linq, Linq, Linq!! &lt;/li&gt;    &lt;li&gt;New Async Pattern &lt;/li&gt;    &lt;li&gt;Serialization guidelines &lt;/li&gt;    &lt;li&gt;Dependency Properties guidelines &lt;/li&gt;    &lt;li&gt;Significant updates to the Exceptions section &lt;/li&gt;    &lt;li&gt;Small things such as operator parameters, DateTimeOffset, Nullable &lt;/li&gt;    &lt;li&gt;Nearly every page has some sort of update from small grammar fixes to wording clarifications &lt;/li&gt; &lt;/ul&gt;  &lt;h3&gt;I have the &lt;a type="amzn" asin="0321246756"&gt;first edition&lt;/a&gt;, should I buy this one?&lt;/h3&gt;  &lt;p&gt;While I would of course love everyone to buy the &lt;a type="amzn" asin="0321545613"&gt;2nd edition&lt;/a&gt; (maybe give it to friends and family for Christmas), if you already have the first edition you made not need this one.&amp;#160; We try very hard to make sure the guidelines we cannonize into the Framework Design Guidelines are timeless...&amp;#160; As such no guidelines fundamentally changed.&amp;#160; So if you are happy with the edition you have and you are not yet using or having questions about the new sections, then you can pass on edition 2.&amp;#160; &lt;/p&gt;  &lt;p&gt;Of course the first edition is likely to become a collectors item, so hold on to it even if you get the 2nd edition as well ;-)&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;amp;location=http%3A%2F%2Fwww.amazon.com%2FFramework-Design-Guidelines-Conventions-Development%2Fdp%2F0321545613%3Fie%3DUTF8%26qid%3D1224001412%26sr%3D11-1&amp;amp;tag=bradabramsblo-20&amp;amp;linkCode=ur2&amp;amp;camp=1789&amp;amp;creative=9325"&gt;&lt;img height="240" alt="Framework Design Guidelines: Conventions, Idioms, and Patterns for Reuseable .NET Libraries (2nd Edition) (Microsoft .NET Development Series)" src="http://ecx.images-amazon.com/images/I/5138dM4PHnL._SL500_AA240_.jpg" width="240" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;amp;location=http%3A%2F%2Fwww.amazon.com%2FFramework-Design-Guidelines-Conventions-Development%2Fdp%2F0321545613%3Fie%3DUTF8%26qid%3D1224001412%26sr%3D11-1&amp;amp;tag=bradabramsblo-20&amp;amp;linkCode=ur2&amp;amp;camp=1789&amp;amp;creative=9325"&gt;Order now&lt;/a&gt;!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8999731" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/brada/archive/tags/Framework+Design+Guidelines/default.aspx">Framework Design Guidelines</category><category domain="http://blogs.msdn.com/brada/archive/tags/PDC/default.aspx">PDC</category></item><item><title>100+ PDC Sessions Posted</title><link>http://blogs.msdn.com/brada/archive/2008/08/04/100-pdc-sessions-posted.aspx</link><pubDate>Tue, 05 Aug 2008 05:33:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8825785</guid><dc:creator>BradA</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/brada/comments/8825785.aspx</comments><wfw:commentRss>http://blogs.msdn.com/brada/commentrss.aspx?PostID=8825785</wfw:commentRss><description>&lt;p&gt;I just saw that we released another round of PDC sessions... This is the first PDC &lt;a href="http://microsoftpdc.com"&gt;&lt;img alt="Blog Bling Brain" src="http://microsoftpdc.com/Images/BlogBling/PDC2008Brain.gif" align="right" /&gt;&lt;/a&gt;for years where I have not been personally deeply involved in the planning, so it is fun for me to watch in unfold..&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;a href="https://sessions.microsoftpdc.com/public/sessions.aspx"&gt;https://sessions.microsoftpdc.com/public/sessions.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;If you have not already, &lt;a href="http://microsoftpdc.com/Registration/"&gt;please register&lt;/a&gt; as the early bird discount runs out on August 15th.&amp;#160; &lt;/p&gt;  &lt;p&gt;I thought I'd highlight a few of the sessions I have some context on.&amp;#160; I'd love to have your feedback on these as well any other thoughts you have about PDC this year.&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Deploying Web Applications with IIS7.0 and the Web Deployment Tool&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;There is some very cool work going on in Dev10 to make it much easier to deploy ASP.NET applications to testing and production and to internal web farms and large hosters.&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Windows 7: Touch Computing&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Think Surface for the masses ;-) &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Deep Dive: Building an Optimized, Graphics-Intensive App in Silverlight &lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;I love these deep dive talks, especially with Silverlight 2 shipping, I think many customers will be wanting set them selves up to get the most out of SL.&amp;#160;&amp;#160;&amp;#160; Do you think we should try to cover the common ground with WPF graphics in the same talk?&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Silverlight: Building Business Applications&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;I have talked to a number of customers that are deeply interested in Enterprise RIA applications.&amp;#160; This talk will show some patterns as well as some future product directions.&amp;#160; Do you have a killer scenario we should use as an example for this?&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;ASP.NET: Future Roadmap&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;We need a more catchy title for this, but our goal is to tell you folks what we are think we have heard from you on the direction ASP.NET should take in the future and get your feedback on that.&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;ASP.NET MVC: A New Framework for Building Web Applications&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;You gotta have a MVC talk -- this one in particular will seek to introduce MVC... Do you think we need a deeper dive as well?&amp;#160;&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Deep Dive: Understanding the Microsoft Silverlight Subset of Windows Presentation Foundation&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;The biggest strength .NET has is an consistent end-to-end continuum...&amp;#160; This talk will show you how to leverage the compatibility between Silverlight and WPF to share code and designer assets to maximize the value of both platforms.&amp;#160;&amp;#160; Has anyone tired this out yet?&amp;#160; what works for you and what would you like more guidance on?&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Microsoft Internet Explorer 8: Developer Overview&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;IE8 is doing a ton to make ajax developers more productive.&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Microsoft Silverlight 2: Control Model&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Are you more interested in hearing about all the controls (including a few new ones) and how to get the most out of them or on how to build your own controls?&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;A Lap around &amp;quot;Oslo&amp;quot;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;The Chris Anderson and Don Box show is back!&amp;#160; This is a must see for the pure entertainment value!&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Parallel Programming for Managed Developers with the Next Version of Microsoft Visual Studio&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;We are starting to see a groundswell of interest in parallel computing on .NET... this talk will go into some cool things we are doing in Visual Studio and .NET to make it easier.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Agile Development with Microsoft Visual Studio&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;While I am not deeply involved in this, it is great that VS is embracing TDD, refactoring and other agile methods!&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The Future of C#&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Who could miss Anders Hejlsberg?&amp;#160; Last PDC Anders introduced us to LINQ -- this year what will it be?&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Future Directions for Microsoft Visual Basic&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;And to be fair, Paul Vick will show you where VB is going...&amp;#160; &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8825785" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/brada/archive/tags/PDC/default.aspx">PDC</category></item><item><title>Welcome to PDC08!</title><link>http://blogs.msdn.com/brada/archive/2008/05/28/welcome-to-pdc08.aspx</link><pubDate>Wed, 28 May 2008 19:21:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8556714</guid><dc:creator>BradA</dc:creator><slash:comments>5</slash:comments><comments>http://blogs.msdn.com/brada/comments/8556714.aspx</comments><wfw:commentRss>http://blogs.msdn.com/brada/commentrss.aspx?PostID=8556714</wfw:commentRss><description>&lt;p&gt;I can't believe it, it is PDC time again!&amp;#160; We are back in LA Oct 27th-30th, I hope you can make it!&lt;/p&gt;  &lt;p&gt;You can register here: &lt;a title="http://www.microsoftpdc.com/Registration/" href="http://www.microsoftpdc.com/Registration/"&gt;http://www.microsoftpdc.com/Registration/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoftpdc.com/Images/Wallpapers/frenetic_multi_1920x1200.jpg"&gt;&lt;img height="196" alt="Frenetic Multi Wallpaper" src="http://www.microsoftpdc.com/Images/Wallpapers/frenetic_multi_thumb.jpg" width="311" align="right" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;You can check out a very small sampling of session here: &lt;a title="http://www.microsoftpdc.com/Agenda/Sessions.aspx" href="http://www.microsoftpdc.com/Agenda/Sessions.aspx"&gt;http://www.microsoftpdc.com/Agenda/Sessions.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Our general theme for PDC sessions is all about super deep session that get you an under the covers look at how the developer platform really works and future looking sessions so you see and influence the future technology wave...&lt;/p&gt;  &lt;p&gt;A few interesting things we will be talking about:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;The Live Developer platform, including the MESH.&lt;/li&gt;    &lt;li&gt;&amp;quot;Cloud Computing&amp;quot; from computation, to storage and much more! &lt;/li&gt;    &lt;li&gt;&amp;quot;Visual Studio 10&amp;quot; and .NET Framework 4.0&lt;/li&gt;    &lt;li&gt;ASP.NET Futures including v.next of MVC, Ajax and Dynamic data&lt;/li&gt;    &lt;li&gt;Silverlight Futures, including Silverlight for business applications&lt;/li&gt;    &lt;li&gt;And much, much more.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;What would you like to see at the PDC?&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoftpdc.com/Images/Wallpapers/frenetic_multi_1920x1200.jpg"&gt;&amp;#160;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8556714" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/brada/archive/tags/PDC/default.aspx">PDC</category></item><item><title>PDC08: I can't wait!</title><link>http://blogs.msdn.com/brada/archive/2007/12/08/pdc08-i-can-t-wait.aspx</link><pubDate>Sun, 09 Dec 2007 02:18:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6708435</guid><dc:creator>BradA</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/brada/comments/6708435.aspx</comments><wfw:commentRss>http://blogs.msdn.com/brada/commentrss.aspx?PostID=6708435</wfw:commentRss><description>&lt;p&gt;&lt;img height="151" src="http://msdn2.microsoft.com/en-us/events/bb288534.pdc_toplevel_revised.jpg" width="112" align="left"&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;a href="http://msdn2.microsoft.com/en-us/events/bb288534.aspx"&gt;We just announced that&lt;/a&gt; PDC 2008 will be in LA Oct 27-30...&amp;nbsp; &lt;/p&gt; &lt;p&gt;I just love the PDC... it is a HUGE conference and is very developer focused.&amp;nbsp; My team is actively working on some great stuff that will come out right around the PDC... So folks on my team are already competing for a chance to go to the PDC and tell you all about it... I hope you can be there to hear it first hand!&lt;/p&gt; &lt;p&gt; Mark your calendars and save the date. More information coming soon. &lt;p&gt;&lt;a href="http://msdn.microsoft.com/pdc2008"&gt;http://msdn.microsoft.com/pdc2008&lt;/a&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6708435" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/brada/archive/tags/PDC/default.aspx">PDC</category></item><item><title>PDC 2007: Save the date…</title><link>http://blogs.msdn.com/brada/archive/2006/12/12/pdc-2007-save-the-date.aspx</link><pubDate>Wed, 13 Dec 2006 07:39:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1271338</guid><dc:creator>BradA</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/brada/comments/1271338.aspx</comments><wfw:commentRss>http://blogs.msdn.com/brada/commentrss.aspx?PostID=1271338</wfw:commentRss><description>&lt;P&gt;Folks, something tells me 2007 is going to be a great year for developers… Just as we start the &lt;A href="http://blogs.msdn.com/brada/archive/2006/12/07/mix07-what-do-you-want-to-hear.aspx" mce_href="http://blogs.msdn.com/brada/archive/2006/12/07/mix07-what-do-you-want-to-hear.aspx"&gt;planning process for Mix '07&lt;/A&gt;, I saw that we &lt;A href="http://msdn.microsoft.com/events/pdc/" mce_href="http://msdn.microsoft.com/events/pdc/"&gt;announced the dates and location for PDC&lt;/A&gt; 2007… As most of you know, we only hold the PDC when there is big developer news. So it is a conference you don't want to miss for forward thinking announcements, and of course bits! &lt;/P&gt;
&lt;P&gt;It will be Oct 2-5 in LA! See you there! &lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://msdn.microsoft.com/events/pdc/images/image001_revised.gif" mce_src="http://msdn.microsoft.com/events/pdc/images/image001_revised.gif "&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG style="WIDTH: 334px; HEIGHT: 86px" height=86 src="http://msdn.microsoft.com/events/pdc/images/07dates.gif" width=334 mce_src="http://msdn.microsoft.com/events/pdc/images/07dates.gif"&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1271338" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/brada/archive/tags/PDC/default.aspx">PDC</category></item><item><title>Book Recommendations from the PDC CLR Panel</title><link>http://blogs.msdn.com/brada/archive/2005/10/11/479600.aspx</link><pubDate>Tue, 11 Oct 2005 17:33:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:479600</guid><dc:creator>BradA</dc:creator><slash:comments>6</slash:comments><comments>http://blogs.msdn.com/brada/comments/479600.aspx</comments><wfw:commentRss>http://blogs.msdn.com/brada/commentrss.aspx?PostID=479600</wfw:commentRss><description>&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;At the &lt;A title=http://blogs.msdn.com/brada/archive/2005/08/29/CLRPDCPanelAsk.aspx HREF="/brada/archive/2005/08/29/CLRPDCPanelAsk.aspx"&gt;PDC during the CLR Futures panel&lt;/A&gt; an attendee asked the panel what books they recommended on the CLR… &amp;nbsp;&amp;nbsp;I promised to blog the list that the panel suggested.. so here it is (a little late).&amp;nbsp; Notice this is NOT meant to be an exhaustive list… this is just the few books that popped into the minds of the panelist.&amp;nbsp; Most of them were authored by or in very close collaboration with the CLR product development team. &amp;nbsp;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;BTW –Amazon has a decent list of the &lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face=Verdana color=black size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Verdana"&gt;&lt;A title=http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;amp;camp=1789&amp;amp;tag=bradabramsblo-20&amp;amp;creative=9325&amp;amp;path=tg/new-for-you/top-sellers/-/books/764452/ref=pd_ts_b_nav?ts-parent-id=285848 href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;amp;camp=1789&amp;amp;tag=bradabramsblo-20&amp;amp;creative=9325&amp;amp;path=tg/new-for-you/top-sellers/-/books/764452/ref=pd_ts_b_nav?ts-parent-id=285848"&gt;top .NET Books&lt;/A&gt;&lt;IMG id=_x0000_i1025 tabIndex=-1 height=1 src="cid:image001.gif@01C5CCE5.F3C04B90" width=1 border=0&gt;, they seem to have some categorization issues, but it is a good starting point none the less.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;A title=http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;amp;camp=1789&amp;amp;tag=bradabramsblo-20&amp;amp;creative=9325&amp;amp;path=http://www.amazon.com/gp/product/0735614229?v=glance&amp;amp;n=283155&amp;amp;s=books&amp;amp;v=glance href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;amp;camp=1789&amp;amp;tag=bradabramsblo-20&amp;amp;creative=9325&amp;amp;path=http://www.amazon.com/gp/product/0735614229?v=glance%26n=283155%26s=books%26v=glance"&gt;Applied Microsoft .NET Framework Programming&lt;/A&gt;&amp;nbsp; - Jeff has always worked closely with the product team..&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;A title=http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;amp;camp=1789&amp;amp;tag=bradabramsblo-20&amp;amp;creative=9325&amp;amp;path=http://www.amazon.com/gp/product/0735621632?v=glance&amp;amp;n=283155&amp;amp;s=books&amp;amp;v=glance href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;amp;camp=1789&amp;amp;tag=bradabramsblo-20&amp;amp;creative=9325&amp;amp;path=http://www.amazon.com/gp/product/0735621632?v=glance%26n=283155%26s=books%26v=glance"&gt;CLR via C#, Second Edition&lt;/A&gt; – which is an updated version of &lt;A title=http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;amp;camp=1789&amp;amp;tag=bradabramsblo-20&amp;amp;creative=9325&amp;amp;path=http://www.amazon.com/gp/product/0735614229?v=glance&amp;amp;n=283155&amp;amp;s=books&amp;amp;v=glance href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;amp;camp=1789&amp;amp;tag=bradabramsblo-20&amp;amp;creative=9325&amp;amp;path=http://www.amazon.com/gp/product/0735614229?v=glance%26n=283155%26s=books%26v=glance"&gt;Applied Microsoft .NET Framework Programming&lt;/A&gt; for &lt;?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" /&gt;&lt;st1:mswterms w:st="on"&gt;.NET&lt;/st1:mswterms&gt; Framework and C# 2.0&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;A title=http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;amp;camp=1789&amp;amp;tag=bradabramsblo-20&amp;amp;creative=9325&amp;amp;path=http://www.amazon.com/gp/product/0764571354?v=glance&amp;amp;n=283155&amp;amp;s=books&amp;amp;v=glance href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;amp;camp=1789&amp;amp;tag=bradabramsblo-20&amp;amp;creative=9325&amp;amp;path=http://www.amazon.com/gp/product/0764571354?v=glance%26n=283155%26s=books%26v=glance"&gt;Professional .NET Framework 2.0&lt;/A&gt;&amp;nbsp;- Written by a PM on my team, Joe Duffey...&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;A title=http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;amp;camp=1789&amp;amp;tag=bradabramsblo-20&amp;amp;creative=9325&amp;amp;path=http://www.amazon.com/gp/product/0321154932?v=glance&amp;amp;n=283155&amp;amp;s=books&amp;amp;v=glance href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;amp;camp=1789&amp;amp;tag=bradabramsblo-20&amp;amp;creative=9325&amp;amp;path=http://www.amazon.com/gp/product/0321154932?v=glance%26n=283155%26s=books%26v=glance"&gt;The Common Language Infrastructure Annotated Standard&lt;/A&gt;&amp;nbsp;- Jim Miller, an Architected on the CLR team was editor on this publication of the standard&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;A title=http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;amp;camp=1789&amp;amp;tag=bradabramsblo-20&amp;amp;creative=9325&amp;amp;path=http://www.amazon.com/gp/product/067232170X?v=glance&amp;amp;n=283155&amp;amp;s=books&amp;amp;v=glance href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;amp;camp=1789&amp;amp;tag=bradabramsblo-20&amp;amp;creative=9325&amp;amp;path=http://www.amazon.com/gp/product/067232170X?v=glance%26n=283155%26s=books%26v=glance"&gt;.NET and COM: The Complete Interoperability Guide&lt;/A&gt;&amp;nbsp;- Adam Nathan was the test lead for COM interop on the CLR team for a long time&lt;BR&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;A title=http://www.amazon.com/exec/obidos/redirect?tag=bradabramsblo-20&amp;amp;path=ASIN/0321154894/ref%3Dpe%5Fsnp%5F894 href="http://www.amazon.com/exec/obidos/redirect?tag=bradabramsblo-20&amp;amp;path=ASIN%2F0321154894%2Fref%253Dpe%255Fsnp%255F894"&gt;.NET Framework Standard Library Annotated Reference, Volume 1&lt;/A&gt; - You know this guy ;-)&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;A title=http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;amp;camp=1789&amp;amp;tag=bradabramsblo-20&amp;amp;creative=9325&amp;amp;path=tg/detail/-/0321194454/qid=1123732503/sr=1-1/ref=sr_1_1?v=glance&amp;amp;s=books href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;amp;camp=1789&amp;amp;tag=bradabramsblo-20&amp;amp;creative=9325&amp;amp;path=tg/detail/-/0321194454/qid=1123732503/sr=1-1/ref=sr_1_1?v=glance%26s=books"&gt;.NET Framework Standard Library Annotated Reference, Volume 2&lt;/A&gt; - You know this guy ;-)&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;A title=http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;amp;camp=1789&amp;amp;tag=bradabramsblo-20&amp;amp;creative=9325&amp;amp;path=tg/detail/-/0321246756/qid=1123679961/sr=8-1/ref=sr_8_xs_ap_i1_xgl14?v=glance&amp;amp;s=books&amp;amp;n=507846 href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;amp;camp=1789&amp;amp;tag=bradabramsblo-20&amp;amp;creative=9325&amp;amp;path=tg/detail/-/0321246756/qid=1123679961/sr=8-1/ref=sr_8_xs_ap_i1_xgl14?v=glance%26s=books%26n=507846"&gt;Framework Design Guidelines : Conventions, Idioms, and Patterns for Reusable .NET Libraries&lt;/A&gt;&amp;nbsp; - You know this guy ;-)&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;A title=http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;amp;camp=1789&amp;amp;tag=bradabramsblo-20&amp;amp;creative=9325&amp;amp;path=http://www.amazon.com/gp/product/059600351X?v=glance&amp;amp;n=283155&amp;amp;s=books&amp;amp;v=glance href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;amp;camp=1789&amp;amp;tag=bradabramsblo-20&amp;amp;creative=9325&amp;amp;path=http://www.amazon.com/gp/product/059600351X?v=glance%26n=283155%26s=books%26v=glance"&gt;Shared Source CLI Essentials&lt;/A&gt;&amp;nbsp;- This book is about ROTOR and the product team worked on it directly&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;A title=http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;amp;camp=1789&amp;amp;tag=bradabramsblo-20&amp;amp;creative=9325&amp;amp;path=http://www.amazon.com/gp/product/0735619883?v=glance&amp;amp;n=283155&amp;amp;s=books&amp;amp;v=glance href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;amp;camp=1789&amp;amp;tag=bradabramsblo-20&amp;amp;creative=9325&amp;amp;path=http://www.amazon.com/gp/product/0735619883?v=glance%26n=283155%26s=books%26v=glance"&gt;Customizing the Microsoft .NET Framework Common Language Runtime&lt;/A&gt;&amp;nbsp;- Steven was a PM on the CLR team for a long time owning, you guest it, hosting!&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face="Times New Roman" size=3&gt;&lt;SPAN style="FONT-SIZE: 12pt"&gt;&lt;A title=http://www.amazon.com/exec/obidos/ASIN/067232184X/bradabramsblo-20?dev-t=11CR8MZ4P8MWJXJJC6R2&amp;amp;camp=2025&amp;amp;link_code=sp1 href="http://www.amazon.com/exec/obidos/ASIN/067232184X/bradabramsblo-20?dev-t=11CR8MZ4P8MWJXJJC6R2%26camp=2025%26link_code=sp1"&gt;.NET Framework Security &lt;/A&gt;- The members of the team that designed CAS on the CLR team owned it...&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;A title=http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;amp;camp=1789&amp;amp;tag=bradabramsblo-20&amp;amp;creative=9325&amp;amp;path=http://www.amazon.com/gp/product/0735618518?v=glance&amp;amp;n=283155&amp;amp;v=glance href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;amp;camp=1789&amp;amp;tag=bradabramsblo-20&amp;amp;creative=9325&amp;amp;path=http://www.amazon.com/gp/product/0735618518?v=glance%26n=283155%26v=glance"&gt;Improving .NET Application Performance and Scalability (Patterns &amp;amp; Practices)&lt;/A&gt;&amp;nbsp;- Rico and others contributed heavily to this... &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;Did we miss your favorate CLR book?&amp;nbsp; Any comments on these books?&amp;nbsp; I'd love to hear it...&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=479600" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/brada/archive/tags/CLR/default.aspx">CLR</category><category domain="http://blogs.msdn.com/brada/archive/tags/PDC/default.aspx">PDC</category></item><item><title>WinForms PDC follow-up</title><link>http://blogs.msdn.com/brada/archive/2005/09/19/471641.aspx</link><pubDate>Tue, 20 Sep 2005 08:27:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:471641</guid><dc:creator>BradA</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/brada/comments/471641.aspx</comments><wfw:commentRss>http://blogs.msdn.com/brada/commentrss.aspx?PostID=471641</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;a href="http://blogs.msdn.com/jfoscoding/"&gt;Jessica&lt;/A&gt; did a great post listing the frequently asked questions she received while at the PDC this year… I only hope more teams do the same thing. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;This is an excellent resource! &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;a href="http://blogs.msdn.com/jfoscoding/archive/2005/09/19/471492.aspx"&gt;http://blogs.msdn.com/jfoscoding/archive/2005/09/19/471492.aspx&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=471641" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/brada/archive/tags/.NET+Framework/default.aspx">.NET Framework</category><category domain="http://blogs.msdn.com/brada/archive/tags/PDC/default.aspx">PDC</category></item><item><title>PDC: Download slides for the breakout sessions</title><link>http://blogs.msdn.com/brada/archive/2005/09/15/467829.aspx</link><pubDate>Fri, 16 Sep 2005 02:19:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:467829</guid><dc:creator>BradA</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/brada/comments/467829.aspx</comments><wfw:commentRss>http://blogs.msdn.com/brada/commentrss.aspx?PostID=467829</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Folks at the PDC can download slides from breakouts by going to… you guessed it &lt;a href="http://blogs.msdn.com/brada/archive/2005/09/13/465126.aspx"&gt;CommNet&lt;/A&gt;… Here is the particular URL:&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;A href="http://microsoftpdc.com/content/downloads.aspx"&gt;http://microsoftpdc.com/content/downloads.aspx&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;It typically takes 24 hours or so from the time the session is given until they are posted.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;EM&gt;update: fixed URL...&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=467829" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/brada/archive/tags/PDC/default.aspx">PDC</category></item><item><title>Getting ready for the PDC Panel: Looking Ahead to the Future of the CLR </title><link>http://blogs.msdn.com/brada/archive/2005/09/15/467690.aspx</link><pubDate>Fri, 16 Sep 2005 00:12:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:467690</guid><dc:creator>BradA</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/brada/comments/467690.aspx</comments><wfw:commentRss>http://blogs.msdn.com/brada/commentrss.aspx?PostID=467690</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;By far the thing I like most about the PDC is hearing from customers… that means the Q&amp;amp;A part of any presentation is what I find most interesting. So it is no wonder that panels are my favorite format at the PDC… because they are nothing but Q&amp;amp;A…&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;This year I will be hosting the “&lt;A href="http://commnet.microsoftpdc.com/content/SessionView.aspx?SessionID=a471f3fb-d887-4014-bc64-372cd40ebc07"&gt;Future of the CLR Panel&lt;/A&gt;”… I am really looking forward to hearing your questions and comments about the CLR generally and our future direction specifically.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;a href="http://blogs.msdn.com/brada/archive/2005/08/29/CLRPDCPanelAsk.aspx"&gt;I’d love to gather a few&lt;/A&gt; questions ahead of time, so comment here or &lt;a href="http://blogs.msdn.com/brada/contact.aspx"&gt;drop me a line&lt;/A&gt; with questions or topics you think we should cover.. I will do my best to get them in.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=467690" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/brada/archive/tags/CLR/default.aspx">CLR</category><category domain="http://blogs.msdn.com/brada/archive/tags/PDC/default.aspx">PDC</category></item></channel></rss>