<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Entries tagged with Patterns &amp; Practices</title>
    <atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Tags/patterns+-and-+practices/RSS"></atom:link>
    <itunes:summary></itunes:summary>
    <itunes:author>Microsoft</itunes:author>
    <itunes:subtitle></itunes:subtitle>
    <image>
      <url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
      <title>Channel 9 - Entries tagged with Patterns &amp; Practices</title>
      <link>http://channel9.msdn.com/Tags/patterns+-and-+practices</link>
    </image>
    <itunes:image href=""></itunes:image>
    <itunes:category text="Technology"></itunes:category>
    <description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
    <link>http://channel9.msdn.com/Tags/patterns+-and-+practices</link>
    <language>en</language>
    <pubDate>Wed, 22 May 2013 20:59:35 GMT</pubDate>
    <lastBuildDate>Wed, 22 May 2013 20:59:35 GMT</lastBuildDate>
    <generator>Rev9</generator>
    <c9:totalResults>44</c9:totalResults>
    <c9:pageCount>2</c9:pageCount>
    <c9:pageSize>25</c9:pageSize>
  <item>
      <title>Introducing Semantic Logging</title>
      <description><![CDATA[<p>Meet the new application block from <a href="http://msdn.com/practices">Microsoft patterns &amp; practices</a> team - the <strong>Semantic Logging Application Block</strong>. It&nbsp;is intended to help you move from the traditional, unstructured logging approach (such as that offered by the Logging Application Block or log4net) towards the semantic logging approach that improves the consistency of the logs and simplifies significantly their consumption and automatic processing.</p><p>The Semantic Logging Application Block enables you to use the <a href="http://msdn.microsoft.com/en-us/library/system.diagnostics.tracing.eventsource.aspx">EventSource class </a>and semantic log messages in your applications without moving away from the log formats you are familiar with (flat files, databases, Windows Azure table storage etc). Importantly, you do not need to commit to how you consume events when developing business logic; you have a <strong>unified application-specific API</strong> for logging and then you can <strong>decide later</strong> whether you want those events to go to ETW or alternative destinations.</p><p>In this tutorial, we demonstrate the Semantic Logging Application Block in action. We also showcase the out-of-proc&nbsp;service to help reduce the logging overhead in your applications and improve fault tolerance of the logging process.</p><p><span class="ms-rteFontFace-10"><a href="http://channel9.msdn.com/posts/Introducing-Semantic-Logging#time=00m03s">[00:03]</a> - Semantic Logging - Impetus. <br></span><span class="ms-rteFontFace-10"><a href="http://channel9.msdn.com/posts/Introducing-Semantic-Logging#time=09m04s">[09:04]</a> - Structured logging technologies (ETW, EventSource, SLAB).<br></span><span class="ms-rteFontFace-10"><a href="http://channel9.msdn.com/posts/Introducing-Semantic-Logging#time=12m31s">[12:31]</a> - Walkthrough: Authoring an EventSource<br><span class="ms-rteFontFace-10"><a href="http://channel9.msdn.com/posts/Introducing-Semantic-Logging#time=21m15s">[21:15]</a> - Walkthrough: Using SLAB in-process</span><br><span class="ms-rteFontFace-10"><a href="http://channel9.msdn.com/posts/Introducing-Semantic-Logging#time=31m42s">[31:42]</a> - Walkthrough: Using SLAB out-of-process</span><br><span class="ms-rteFontFace-10"><a href="http://channel9.msdn.com/posts/Introducing-Semantic-Logging#time=38m39s">[38:39]</a> - Walkthrough: Using PerfView</span></span><br class="ms-rteFontFace-10"><span class="ms-rteFontFace-10"><a href="http://channel9.msdn.com/posts/Introducing-Semantic-Logging#time=41m50s">[41:50]</a> - Conclusions</span></p><p>For more information, please read&nbsp;the&nbsp;<a href="http://blogs.msdn.com/agile/archive/2013/02/07/embracing-semantic-logging.aspx">conceptual overview</a> of semantic logging&nbsp;and visit the <a href="http://entlib.codeplex.com/wikipage?title=Entlib6CTPReleaseNotes">Codeplex site</a>.</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/patterns+-and-+practices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:fffea5c85da04ffcb79ca16400562fb5">]]></description>
      <comments>http://channel9.msdn.com/posts/Introducing-Semantic-Logging</comments>
      <itunes:summary>Meet the new application block from Microsoft patterns &amp;amp; practices team - the Semantic Logging Application Block. It&amp;nbsp;is intended to help you move from the traditional, unstructured logging approach (such as that offered by the Logging Application Block or log4net) towards the semantic logging approach that improves the consistency of the logs and simplifies significantly their consumption and automatic processing. The Semantic Logging Application Block enables you to use the EventSource class and semantic log messages in your applications without moving away from the log formats you are familiar with (flat files, databases, Windows Azure table storage etc). Importantly, you do not need to commit to how you consume events when developing business logic; you have a unified application-specific API for logging and then you can decide later whether you want those events to go to ETW or alternative destinations. In this tutorial, we demonstrate the Semantic Logging Application Block in action. We also showcase the out-of-proc&amp;nbsp;service to help reduce the logging overhead in your applications and improve fault tolerance of the logging process. [00:03] - Semantic Logging - Impetus. [09:04] - Structured logging technologies (ETW, EventSource, SLAB).[12:31] - Walkthrough: Authoring an EventSource[21:15] - Walkthrough: Using SLAB in-process[31:42] - Walkthrough: Using SLAB out-of-process[38:39] - Walkthrough: Using PerfView[41:50] - Conclusions For more information, please read&amp;nbsp;the&amp;nbsp;conceptual overview of semantic logging&amp;nbsp;and visit the Codeplex site. </itunes:summary>
      <itunes:duration>2563</itunes:duration>
      <link>http://channel9.msdn.com/posts/Introducing-Semantic-Logging</link>
      <pubDate>Thu, 14 Feb 2013 00:16:06 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/posts/Introducing-Semantic-Logging</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/1ec7/90ffbf3c-f891-4e6b-8182-32ff718f1ec7/SemanticLoggingIntro_100.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/1ec7/90ffbf3c-f891-4e6b-8182-32ff718f1ec7/SemanticLoggingIntro_220.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/1ec7/90ffbf3c-f891-4e6b-8182-32ff718f1ec7/SemanticLoggingIntro_512.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/1ec7/90ffbf3c-f891-4e6b-8182-32ff718f1ec7/SemanticLoggingIntro.mp3" expression="full" duration="2563" fileSize="41018262" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/1ec7/90ffbf3c-f891-4e6b-8182-32ff718f1ec7/SemanticLoggingIntro.mp4" expression="full" duration="2563" fileSize="202643469" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/1ec7/90ffbf3c-f891-4e6b-8182-32ff718f1ec7/SemanticLoggingIntro.webm" expression="full" duration="2563" fileSize="67478277" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/1ec7/90ffbf3c-f891-4e6b-8182-32ff718f1ec7/SemanticLoggingIntro.wma" expression="full" duration="2563" fileSize="20744647" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/1ec7/90ffbf3c-f891-4e6b-8182-32ff718f1ec7/SemanticLoggingIntro.wmv" expression="full" duration="2563" fileSize="93814103" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/1ec7/90ffbf3c-f891-4e6b-8182-32ff718f1ec7/SemanticLoggingIntro_high.mp4" expression="full" duration="2563" fileSize="678417288" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/1ec7/90ffbf3c-f891-4e6b-8182-32ff718f1ec7/SemanticLoggingIntro_mid.mp4" expression="full" duration="2563" fileSize="367495617" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/1ec7/90ffbf3c-f891-4e6b-8182-32ff718f1ec7/SemanticLoggingIntro_Source.wmv" expression="full" duration="2563" fileSize="57692829" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/1ec7/90ffbf3c-f891-4e6b-8182-32ff718f1ec7/SemanticLoggingIntro.ism/manifest" expression="full" duration="2563" fileSize="6220" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/1ec7/90ffbf3c-f891-4e6b-8182-32ff718f1ec7/SemanticLoggingIntro.wmv" length="93814103" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Grigori Melnik</dc:creator>
      <itunes:author>Grigori Melnik</itunes:author>
      <slash:comments>3</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/posts/Introducing-Semantic-Logging/rss</wfw:commentRss>
      <category>EntLib</category>
      <category>ETW</category>
      <category>Patterns &amp; Practices</category>
    </item>
  <item>
      <title>Using the Request-Acknowledge-Push Pattern to Display Progress of Long Running Tasks</title>
      <description><![CDATA[<p><span>Many web sites need to deal with long-running tasks. However long-running tasks don't<br>play very well with the HTTP request-response paradigm. In this episode we'll<br>go through a very simple pattern: Request-Acknowledge-Push that enables a<br>simple, efficient, and scalable way of dealing with long running tasks. </span></p><p><span>Source code of this episode can be found at: <a href="http://azure4fun.blob.core.windows.net/code/CloudPatterns1-RequestAcknowledgePush.zip">http://azure4fun.blob.core.windows.net/code/CloudPatterns1-RequestAcknowledgePush.zip</a></span></p><p>You'll need to update both Web Role configuration and Worker Role configuraiton to use your own Service Bus namespace.</p><p>And the blog article mentioned in the video is: <a href="http://haishibai.blogspot.com/2012/12/dealing-with-long-running-jobs.html">http://haishibai.blogspot.com/2012/12/dealing-with-long-running-jobs.html</a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/patterns+-and-+practices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:c1b321ec0fd947f1aaa8a1490018808f">]]></description>
      <comments>http://channel9.msdn.com/Series/Cloud-Patterns/Episode-1-Long-running-tasks-Request-Acknowledge-Push-pattern</comments>
      <itunes:summary>Many web sites need to deal with long-running tasks. However long-running tasks don&#39;tplay very well with the HTTP request-response paradigm. In this episode we&#39;llgo through a very simple pattern: Request-Acknowledge-Push that enables asimple, efficient, and scalable way of dealing with long running tasks.  Source code of this episode can be found at: http://azure4fun.blob.core.windows.net/code/CloudPatterns1-RequestAcknowledgePush.zip You&#39;ll need to update both Web Role configuration and Worker Role configuraiton to use your own Service Bus namespace. And the blog article mentioned in the video is: http://haishibai.blogspot.com/2012/12/dealing-with-long-running-jobs.html </itunes:summary>
      <itunes:duration>1065</itunes:duration>
      <link>http://channel9.msdn.com/Series/Cloud-Patterns/Episode-1-Long-running-tasks-Request-Acknowledge-Push-pattern</link>
      <pubDate>Thu, 17 Jan 2013 19:52:28 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Series/Cloud-Patterns/Episode-1-Long-running-tasks-Request-Acknowledge-Push-pattern</guid>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/49f0298f-c36b-49d9-9928-2008e44c8b81.png" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/04667ee1-991e-4cd0-acd1-9473c688b62d.png" height="124" width="220"></media:thumbnail>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/d05dd6ad-6f66-4533-b6e9-b47db214da2f.png" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/3f1d/c78ef872-0abe-4358-818b-31fe914f3f1d/CloudPatterns1.mp3" expression="full" duration="1065" fileSize="17052589" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/3f1d/c78ef872-0abe-4358-818b-31fe914f3f1d/CloudPatterns1.mp4" expression="full" duration="1065" fileSize="68191713" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/3f1d/c78ef872-0abe-4358-818b-31fe914f3f1d/CloudPatterns1.webm" expression="full" duration="1065" fileSize="25347659" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/3f1d/c78ef872-0abe-4358-818b-31fe914f3f1d/CloudPatterns1.wma" expression="full" duration="1065" fileSize="8623507" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/3f1d/c78ef872-0abe-4358-818b-31fe914f3f1d/CloudPatterns1.wmv" expression="full" duration="1065" fileSize="39740243" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/3f1d/c78ef872-0abe-4358-818b-31fe914f3f1d/CloudPatterns1_high.mp4" expression="full" duration="1065" fileSize="174809850" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/3f1d/c78ef872-0abe-4358-818b-31fe914f3f1d/CloudPatterns1_mid.mp4" expression="full" duration="1065" fileSize="111768576" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/3f1d/c78ef872-0abe-4358-818b-31fe914f3f1d/CloudPatterns1_Source.wmv" expression="full" duration="1065" fileSize="38727580" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/3f1d/c78ef872-0abe-4358-818b-31fe914f3f1d/CloudPatterns1.ism/manifest" expression="full" duration="1065" fileSize="6056" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/3f1d/c78ef872-0abe-4358-818b-31fe914f3f1d/CloudPatterns1.wmv" length="39740243" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Haishi Bai</dc:creator>
      <itunes:author>Haishi Bai</itunes:author>
      <slash:comments>10</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Series/Cloud-Patterns/Episode-1-Long-running-tasks-Request-Acknowledge-Push-pattern/RSS</wfw:commentRss>
      <category>Azure</category>
      <category>Cloud Services</category>
      <category>Design Patterns</category>
      <category>Patterns &amp; Practices</category>
    </item>
  <item>
      <title>C9 Live: Today - Patterns and Practices Symposium</title>
      <description><![CDATA[<p>Today&nbsp;we'll host the first ever patterns &amp; practices Symposium online on Channel 9!&nbsp;Microsoft patterns &amp; practices symposiums are held regularly in the U.S. and abroad, with top speakers on current topics. Most of the speakers are from the Microsoft patterns &amp; practices (p&amp;p) team. The event is aimed primarily at software architects, developers, and technical managers.&nbsp;Patterns &amp; practices develops applied engineering guidelines to help software developers and architects build great solutions on the Microsoft platform.</p><p>The April 24th online p&amp;p symposium program 2012 will include keynote sessions and technical sessions focusing on building scalable applications in Azure, mobile development, node.js, CQRS, .NET Gadgeteer and Micro Framework, and a general overview of p&amp;p roadmap.</p><p>You can watch starting at <a href="http://www.timeanddate.com/worldclock/fixedtime.html?msg=P%26P&#43;Symposium&amp;iso=20120424T10&amp;p1=234&amp;ah=7">10:00 AM PST</a> right <a href="http://channel9.msdn.com/Events/Patterns-Practices-Symposium-Online/Patterns-Practices-Symposium-Online-2012">here on Channel 9</a>.</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/patterns+-and-+practices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:351a1b8a48af4bb589c5a03c014904c8">]]></description>
      <comments>http://channel9.msdn.com/posts/C9-Live-Tuesday-Patterns-and-Practises-Symposium</comments>
      <itunes:summary>Today&amp;nbsp;we&#39;ll host the first ever patterns &amp;amp; practices Symposium online on Channel 9!&amp;nbsp;Microsoft patterns &amp;amp; practices symposiums are held regularly in the U.S. and abroad, with top speakers on current topics. Most of the speakers are from the Microsoft patterns &amp;amp; practices (p&amp;amp;p) team. The event is aimed primarily at software architects, developers, and technical managers.&amp;nbsp;Patterns &amp;amp; practices develops applied engineering guidelines to help software developers and architects build great solutions on the Microsoft platform. The April 24th online p&amp;amp;p symposium program 2012 will include keynote sessions and technical sessions focusing on building scalable applications in Azure, mobile development, node.js, CQRS, .NET Gadgeteer and Micro Framework, and a general overview of p&amp;amp;p roadmap. You can watch starting at 10:00 AM PST right here on Channel 9. </itunes:summary>
      <link>http://channel9.msdn.com/posts/C9-Live-Tuesday-Patterns-and-Practises-Symposium</link>
      <pubDate>Mon, 23 Apr 2012 20:04:02 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/posts/C9-Live-Tuesday-Patterns-and-Practises-Symposium</guid>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/17eb10d1-2c7c-47f9-a58f-cb8f22684a6b.png" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/0fa9b2cf-f425-4591-83b0-4c67e897a7c6.png" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/c03efc3c-d79b-40e6-a2ae-8b1a074f18a6.jpg" height="288" width="512"></media:thumbnail>      
      <dc:creator>Larry Larsen</dc:creator>
      <itunes:author>Larry Larsen</itunes:author>
      <slash:comments>2</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/posts/C9-Live-Tuesday-Patterns-and-Practises-Symposium/rss</wfw:commentRss>
      <category>Ch9live</category>
      <category>Patterns &amp; Practices</category>
      <category>Patterns and Practices</category>
      <category>Channel 9 Live</category>
      <category>_techmeme</category>
    </item>
  <item>
      <title>Energy Efficient Cloud Computing for Developers</title>
      <description><![CDATA[<p>Datacenter energy efficiency is a hot topic these days (how to keep thousands of machines cool without consuming too many electrons, etc.), but something that doesn't get quite as much attention&nbsp;in terms of datacenter energy efficiency is the code running on the servers that make up the cloud datacenter—i.e., the cloud applications written by developers. <br><br>As developers, you have the power to save power! This is important to realize as we enter the cloud era. Your bosses will be quite pleased if you do your best to not only make sure your code is as efficient as possible, but that the monthly bills from your company's cloud providers are as low as possible. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /> We live in a new age. This is a very important topic. <br><br>In this developer-focused discussion, <strong>Mark Aggar</strong>,<strong>&nbsp;</strong>Senior Director of IT Environmental Sustainability at Microsoft (<a href="http://channel9.msdn.com/Blogs/Charles/Mark-Aggar-Windows-Power-Management-and-Energy-Smart-Software" target="_blank">You've met him before</a>), and <strong>Grigori Melnik</strong>, Program Manager in the Patterns and Practices group, share insights and recommendations about building energy efficient applications for the cloud.&nbsp;<br><br>Grigori's team has made <a href="http://msdn.microsoft.com/en-us/library/hh680892(PandP.50).aspx" target="_blank">WASABI—an autoscaling application block for Windows Azure</a>. If you're a Windows Azure developer, you should most definitely download this application block and try it out. It could literally save you money.<br><br>Related links/Learn more:</p><p><a href="http://www.microsoft.com/environment/">http://www.microsoft.com/environment/</a></p><p><a href="http://download.microsoft.com/download/7/5/A/75AB83E8-2487-409F-AC6C-4C3D22B72139/ITEI_Paper_5.27.11.pdf" target="_blank">IT Energy Efficiency Imperative</a>&nbsp;(download file via link)</p><p><a href="http://www.thegreengrid.org/Home/events/TGGforum-2012.aspx" target="_blank">The Green Grid Forum</a></p><p><a href="http://www.microsoft.com/energysmart" target="_blank">Energy smart coding for client</a></p><p><a href="http://www.windowsazure.com/en-us/develop/net/how-to-guides/autoscaling/" target="_blank">Autoscaling How-To Guide</a></p><p>Grigori's <a href="http://blogs.msdn.com/agile">blog</a></p><p>Mark's <a href="http://blogs.technet.com/markaggar" target="_blank">blog</a></p><p><a href="http://msdn.microsoft.com/practices" target="_blank">Microsoft Patterns &amp; Practices Dev Center</a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/patterns+-and-+practices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:aeefcb3526154b1bae3ca0010168cb85">]]></description>
      <comments>http://channel9.msdn.com/Blogs/Charles/Energy-Efficient-Cloud-Computing-for-Developers</comments>
      <itunes:summary>Datacenter energy efficiency is a hot topic these days (how to keep thousands of machines cool without consuming too many electrons, etc.), but something that doesn&#39;t get quite as much attention&amp;nbsp;in terms of datacenter energy efficiency is the code running on the servers that make up the cloud datacenter—i.e., the cloud applications written by developers. As developers, you have the power to save power! This is important to realize as we enter the cloud era. Your bosses will be quite pleased if you do your best to not only make sure your code is as efficient as possible, but that the monthly bills from your company&#39;s cloud providers are as low as possible.  We live in a new age. This is a very important topic. In this developer-focused discussion, Mark Aggar,&amp;nbsp;Senior Director of IT Environmental Sustainability at Microsoft (You&#39;ve met him before), and Grigori Melnik, Program Manager in the Patterns and Practices group, share insights and recommendations about building energy efficient applications for the cloud.&amp;nbsp;Grigori&#39;s team has made WASABI—an autoscaling application block for Windows Azure. If you&#39;re a Windows Azure developer, you should most definitely download this application block and try it out. It could literally save you money.Related links/Learn more: http://www.microsoft.com/environment/ IT Energy Efficiency Imperative&amp;nbsp;(download file via link) The Green Grid Forum Energy smart coding for client Autoscaling How-To Guide Grigori&#39;s blog Mark&#39;s blog Microsoft Patterns &amp;amp; Practices Dev Center </itunes:summary>
      <itunes:duration>1422</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/Charles/Energy-Efficient-Cloud-Computing-for-Developers</link>
      <pubDate>Tue, 28 Feb 2012 18:07:50 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/Charles/Energy-Efficient-Cloud-Computing-for-Developers</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/cb85/aeefcb35-2615-4b1b-ae3c-a0010168cb85/EnergyEfficientCloudDev_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/cb85/aeefcb35-2615-4b1b-ae3c-a0010168cb85/EnergyEfficientCloudDev_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/cb85/aeefcb35-2615-4b1b-ae3c-a0010168cb85/EnergyEfficientCloudDev_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/cb85/aeefcb35-2615-4b1b-ae3c-a0010168cb85/EnergyEfficientCloudDev_2MB_ch9.wmv" expression="full" duration="1422" fileSize="527767405" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/cb85/aeefcb35-2615-4b1b-ae3c-a0010168cb85/EnergyEfficientCloudDev_ch9.mp3" expression="full" duration="1422" fileSize="11384057" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/cb85/aeefcb35-2615-4b1b-ae3c-a0010168cb85/EnergyEfficientCloudDev_ch9.webm" expression="full" duration="1422" fileSize="133990279" type="video/webm" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/cb85/aeefcb35-2615-4b1b-ae3c-a0010168cb85/EnergyEfficientCloudDev_ch9.wma" expression="full" duration="1422" fileSize="11510299" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/cb85/aeefcb35-2615-4b1b-ae3c-a0010168cb85/EnergyEfficientCloudDev_ch9.wmv" expression="full" duration="1422" fileSize="313437965" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/cb85/aeefcb35-2615-4b1b-ae3c-a0010168cb85/EnergyEfficientCloudDev_high_ch9.mp4" expression="full" duration="1422" fileSize="382868754" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/cb85/aeefcb35-2615-4b1b-ae3c-a0010168cb85/EnergyEfficientCloudDev_low_ch9.mp4" expression="full" duration="1422" fileSize="143858385" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/cb85/aeefcb35-2615-4b1b-ae3c-a0010168cb85/EnergyEfficientCloudDev_med_ch9.mp4" expression="full" duration="1422" fileSize="285218790" type="video/mp4" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/cb85/aeefcb35-2615-4b1b-ae3c-a0010168cb85/EnergyEfficientCloudDev.ism/manifest" expression="full" duration="1422" fileSize="7786" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/cb85/aeefcb35-2615-4b1b-ae3c-a0010168cb85/EnergyEfficientCloudDev_ch9.wmv" length="313437965" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Charles</dc:creator>
      <itunes:author>Charles</itunes:author>
      <slash:comments>3</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/Charles/Energy-Efficient-Cloud-Computing-for-Developers/RSS</wfw:commentRss>
      <category>Cloud Computing</category>
      <category>Data Center</category>
      <category>Energy</category>
      <category>Patterns &amp; Practices</category>
      <category>Patterns and Practices</category>
      <category>Windows Azure</category>
      <category>Energy Smart Computing</category>
      <category>_techmeme</category>
    </item>
  <item>
      <title>Enterprise Library for Silverlight - Cross-tier validation demo</title>
      <description><![CDATA[ <p>This is the second screencast in the series showcasing the <a href="http://entlib.codeplex.com/wikipage?title=EntLib5Silverlight&amp;referringTitle=Home">Enterprise Library Silverlight Integration Pack</a>. This time we are&nbsp;discussing cross-tier validation.</p><div id="entry-body"><p>Source code is posted <a href="http://entlib.codeplex.com/releases/view/62225">here</a>.</p><p>Pre-requisites:</p><ul><li><a class="externalLink" href="http://www.silverlight.net/getstarted">Silverlight SDK</a></li><li><a class="externalLink" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=D197F51A-DE07-4EDF-9CBA-1F1B4A22110D">Blend SDK</a></li><li>Unity for Silverlight 2.0 (included) </li><li>Enterprise Library Silverlight Integration Pack - <a class="externalLink" href="http://entlib.codeplex.com/SourceControl/changeset/changes/85024">code drop 1</a> or <a class="externalLink" href="http://entlib.codeplex.com/SourceControl/changeset/changes/85671">2</a> </li><li>SQL Server Express (also you will need to execite two .sql scripts in the projects) </li></ul><p>Take a look. Play with the demo. <a href="http://entlib.codeplex.com/discussions/248785">Tell us</a> what you think.</p></div><p>Apologies for&nbsp;poor &quot;underwater&quot; sound quality.</p><p>See also: <a href="http://channel9.msdn.com/posts/Enterprise-Library-for-Silverlight-Validation-demo">Demo 1</a>, <a href="http://entlib.codeplex.com/wikipage?title=EntLib5Silverlight&amp;referringTitle=Home">Enterprise Library 5.0 Silverlight Integration Pack home page</a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/patterns+-and-+practices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:c6b09f3520004edbac909ea00018921b">]]></description>
      <comments>http://channel9.msdn.com/posts/Enterprise-Library-for-Silverlight-Cross-tier-validation-demo</comments>
      <itunes:summary> This is the second screencast in the series showcasing the Enterprise Library Silverlight Integration Pack. This time we are&amp;nbsp;discussing cross-tier validation. Source code is posted here. Pre-requisites: Silverlight SDKBlend SDKUnity for Silverlight 2.0 (included) Enterprise Library Silverlight Integration Pack - code drop 1 or 2 SQL Server Express (also you will need to execite two .sql scripts in the projects) Take a look. Play with the demo. Tell us what you think. Apologies for&amp;nbsp;poor &amp;quot;underwater&amp;quot; sound quality. See also: Demo 1, Enterprise Library 5.0 Silverlight Integration Pack home page </itunes:summary>
      <itunes:duration>1912</itunes:duration>
      <link>http://channel9.msdn.com/posts/Enterprise-Library-for-Silverlight-Cross-tier-validation-demo</link>
      <pubDate>Tue, 08 Mar 2011 22:42:53 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/posts/Enterprise-Library-for-Silverlight-Cross-tier-validation-demo</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/921b/c6b09f35-2000-4edb-ac90-9ea00018921b/ELSLCrossTierValidationDemo_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/921b/c6b09f35-2000-4edb-ac90-9ea00018921b/ELSLCrossTierValidationDemo_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/921b/c6b09f35-2000-4edb-ac90-9ea00018921b/ELSLCrossTierValidationDemo_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/921b/c6b09f35-2000-4edb-ac90-9ea00018921b/ELSLCrossTierValidationDemo_2MB_ch9.wmv" expression="full" duration="1912" fileSize="73471459" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/921b/c6b09f35-2000-4edb-ac90-9ea00018921b/ELSLCrossTierValidationDemo_ch9.mp3" expression="full" duration="1912" fileSize="15301034" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/921b/c6b09f35-2000-4edb-ac90-9ea00018921b/ELSLCrossTierValidationDemo_ch9.wma" expression="full" duration="1912" fileSize="15478581" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/921b/c6b09f35-2000-4edb-ac90-9ea00018921b/ELSLCrossTierValidationDemo_high_ch9.mp4" expression="full" duration="1912" fileSize="470273886" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/921b/c6b09f35-2000-4edb-ac90-9ea00018921b/ELSLCrossTierValidationDemo_low_ch9.mp4" expression="full" duration="1912" fileSize="29652424" type="video/mp4" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/921b/c6b09f35-2000-4edb-ac90-9ea00018921b/ELSLCrossTierValidationDemo_2MB_ch9.wmv" length="73471459" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Grigori Melnik</dc:creator>
      <itunes:author>Grigori Melnik</itunes:author>
      <slash:comments>4</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/posts/Enterprise-Library-for-Silverlight-Cross-tier-validation-demo/rss</wfw:commentRss>
      <category>Demo</category>
      <category>Enterprise Library</category>
      <category>EntLib</category>
      <category>Patterns &amp; Practices</category>
      <category>Patterns and Practices</category>
      <category>Silverlight</category>
      <category>Validation</category>
      <category>WCF RIA Services</category>
    </item>
  <item>
      <title>Enterprise Library for Silverlight - Validation demo</title>
      <description><![CDATA[ <p>This is a demo of the basic validation scenarios using <a href="http://entlib.codeplex.com/wikipage?title=EntLib5Silverlight&amp;referringTitle=Home">Enterprise Library 5.0 Silverlight Integration Pack</a>, including:&nbsp;&nbsp;</p><ul><li>Validation using attributes </li><li>Injecting validation rules based on configuration </li><li>Cross-field validation via self-validation </li><li>Support for implementing IDataErrorInfo </li></ul><p>Source code is posted <a href="http://entlib.codeplex.com/releases/view/61159#DownloadId=208952">here</a>. To run, make sure to:</p><ul><li>Install the latest version of <a class="externalLink" href="http://silverlight%20sdk%20http//www.silverlight.net/getstarted">Silverlight SDK http://www.silverlight.net/getstarted</a> </li><li>Install <a class="externalLink" href="http://www.microsoft.com/downloads/en/details.aspx?FamilyId=03020964-57f3-4893-9e6c-3b1c281432c8">Unity for Silverlight 2.0</a> </li><li>Download and compile <a class="externalLink" href="http://entlib.codeplex.com/SourceControl/changeset/changes/85024">Enterprise Library Silverlight Integration Pack - code drop 1</a> </li></ul><p>Take a look. Play with the demo. Tell us what you think.</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/patterns+-and-+practices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:2587201c8e3a468badf59ea000176a95">]]></description>
      <comments>http://channel9.msdn.com/posts/Enterprise-Library-for-Silverlight-Validation-demo</comments>
      <itunes:summary> This is a demo of the basic validation scenarios using Enterprise Library 5.0 Silverlight Integration Pack, including:&amp;nbsp;&amp;nbsp; Validation using attributes Injecting validation rules based on configuration Cross-field validation via self-validation Support for implementing IDataErrorInfo Source code is posted here. To run, make sure to: Install the latest version of Silverlight SDK http://www.silverlight.net/getstarted Install Unity for Silverlight 2.0 Download and compile Enterprise Library Silverlight Integration Pack - code drop 1 Take a look. Play with the demo. Tell us what you think. </itunes:summary>
      <itunes:duration>914</itunes:duration>
      <link>http://channel9.msdn.com/posts/Enterprise-Library-for-Silverlight-Validation-demo</link>
      <pubDate>Tue, 08 Mar 2011 21:05:23 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/posts/Enterprise-Library-for-Silverlight-Validation-demo</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/6a95/2587201c-8e3a-468b-adf5-9ea000176a95/ELSLValidationDemo_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/6a95/2587201c-8e3a-468b-adf5-9ea000176a95/ELSLValidationDemo_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/6a95/2587201c-8e3a-468b-adf5-9ea000176a95/ELSLValidationDemo_320_ch9.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/6a95/2587201c-8e3a-468b-adf5-9ea000176a95/ELSLValidationDemo_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/6a95/2587201c-8e3a-468b-adf5-9ea000176a95/ELSLValidationDemo_85_ch9.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/6a95/2587201c-8e3a-468b-adf5-9ea000176a95/ELSLValidationDemo_2MB_ch9.wmv" expression="full" duration="914" fileSize="29009437" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/6a95/2587201c-8e3a-468b-adf5-9ea000176a95/ELSLValidationDemo_ch9.mp3" expression="full" duration="914" fileSize="7316320" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/6a95/2587201c-8e3a-468b-adf5-9ea000176a95/ELSLValidationDemo_ch9.wma" expression="full" duration="914" fileSize="7409837" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/6a95/2587201c-8e3a-468b-adf5-9ea000176a95/ELSLValidationDemo_ch9.wmv" expression="full" duration="914" fileSize="35082916" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/6a95/2587201c-8e3a-468b-adf5-9ea000176a95/ELSLValidationDemo_high_ch9.mp4" expression="full" duration="914" fileSize="234510676" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/6a95/2587201c-8e3a-468b-adf5-9ea000176a95/ELSLValidationDemo_low_ch9.mp4" expression="full" duration="914" fileSize="16197837" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/6a95/2587201c-8e3a-468b-adf5-9ea000176a95/ELSLValidationDemo_Zune_ch9.wmv" expression="full" duration="914" fileSize="49210970" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://files.ch9.ms/ch9/6a95/2587201c-8e3a-468b-adf5-9ea000176a95/ELSLValidationDemo.ism/manifest" expression="full" duration="914" fileSize="8654" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/6a95/2587201c-8e3a-468b-adf5-9ea000176a95/ELSLValidationDemo_ch9.wmv" length="35082916" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Grigori Melnik</dc:creator>
      <itunes:author>Grigori Melnik</itunes:author>
      <slash:comments>2</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/posts/Enterprise-Library-for-Silverlight-Validation-demo/rss</wfw:commentRss>
      <category>Demo</category>
      <category>Enterprise Library</category>
      <category>EntLib</category>
      <category>Patterns &amp; Practices</category>
      <category>Patterns and Practices</category>
      <category>Silverlight</category>
      <category>Validation</category>
    </item>
  <item>
      <title>Behind The Curtain - Episode #5</title>
      <description><![CDATA[Welcome to Episode #5 of &quot;Behind The Curtain&quot;, tips, tricks and insights from
<a shape="rect" href="http://msdn.microsoft.com/practices" shape="rect">Patterns &amp; Practices</a>.<br /><br />In this episode, <a shape="rect" href="http://blogs.msdn.com/mglehman" shape="rect">
Michael Lehman</a>, talks with&nbsp;<a shape="rect" href="http://blogs.msdn.com/bobbrum" shape="rect">Bob Brumfield</a> about the developing guidance for Windows Phone 7.<br />&nbsp;<br />Also Bob talks about the the talks he'll be participating in at the <a shape="rect" href="http://tinyurl.com/pnpsymposium" shape="rect">
P&amp;P Symposium</a>.<br /> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/patterns+-and-+practices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:b17a5c319c20426587829df300df173d">]]></description>
      <comments>http://channel9.msdn.com/Blogs/MichaelLehman/Behind-The-Curtain-Episode-5</comments>
      <itunes:summary>Welcome to Episode #5 of &amp;quot;Behind The Curtain&amp;quot;, tips, tricks and insights from
Patterns &amp;amp; Practices.In this episode, 
Michael Lehman, talks with&amp;nbsp;Bob Brumfield about the developing guidance for Windows Phone 7.&amp;nbsp;Also Bob talks about the the talks he&#39;ll be participating in at the 
P&amp;amp;P Symposium.</itunes:summary>
      <itunes:duration>581</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/MichaelLehman/Behind-The-Curtain-Episode-5</link>
      <pubDate>Wed, 15 Sep 2010 03:15:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/MichaelLehman/Behind-The-Curtain-Episode-5</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/574421_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/574421_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/4421/574421/BTCEpisode5_320_ch9.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/4421/574421/BTCEpisode5_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/4421/574421/BTCEpisode5_85_ch9.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/4421/574421/BTCEpisode5_2MB_ch9.wmv" expression="full" duration="581" fileSize="27184935" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/4421/574421/BTCEpisode5_ch9.mp3" expression="full" duration="581" fileSize="4651499" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/4421/574421/BTCEpisode5_ch9.mp4" expression="full" duration="581" fileSize="45753808" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/4421/574421/BTCEpisode5_ch9.wma" expression="full" duration="581" fileSize="4712247" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/4421/574421/BTCEpisode5_ch9.wmv" expression="full" duration="581" fileSize="61784921" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/4421/574421/BTCEpisode5_Zune_ch9.wmv" expression="full" duration="581" fileSize="45208972" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/4421/574421/BTCEpisode5_ch9.wmv" length="61784921" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Michael Lehman</dc:creator>
      <itunes:author>Michael Lehman</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/MichaelLehman/Behind-The-Curtain-Episode-5/RSS</wfw:commentRss>
      <category>BehindTheCurtain</category>
      <category>Patterns &amp; Practices</category>
      <category>Patterns and Practices</category>
      <category>pnp</category>
    </item>
  <item>
      <title>Behind The Curtain - Episode #4</title>
      <description><![CDATA[Welcome to Episode #4 of &quot;Behind The Curtain&quot;, tips, tricks and insights from
<a shape="rect" href="http://msdn.microsoft.com/practices" shape="rect">Patterns &amp; Practices</a>.<br /><br />In this episode, <a shape="rect" href="http://blogs.msdn.com/mglehman" shape="rect">
Michael Lehman</a>, talks with&nbsp;<a shape="rect" href="http://blogs.msdn.com/agile/" shape="rect">Grigori Melnik</a> about the new resources and presentations available for developers who use Enterprise Library.<br />&nbsp;<br />Also Grigori talks about the upcoming Ukrainian, Russian and Redmond <a shape="rect" href="http://msdn.microsoft.com/en-us/practices/ff793464.aspx" shape="rect">
Patterns &amp; Pactices Symposia</a>.<br /><br /> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/patterns+-and-+practices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:38fda09a77a44961b5da9de901863a5f">]]></description>
      <comments>http://channel9.msdn.com/Blogs/MichaelLehman/Behind-The-Curtain-Episode-4</comments>
      <itunes:summary>Welcome to Episode #4 of &amp;quot;Behind The Curtain&amp;quot;, tips, tricks and insights from
Patterns &amp;amp; Practices.In this episode, 
Michael Lehman, talks with&amp;nbsp;Grigori Melnik about the new resources and presentations available for developers who use Enterprise Library.&amp;nbsp;Also Grigori talks about the upcoming Ukrainian, Russian and Redmond 
Patterns &amp;amp; Pactices Symposia.</itunes:summary>
      <itunes:duration>434</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/MichaelLehman/Behind-The-Curtain-Episode-4</link>
      <pubDate>Sun, 05 Sep 2010 14:32:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/MichaelLehman/Behind-The-Curtain-Episode-4</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/571437_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/571437_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/1437/571437/BTCEpisode4_320_ch9.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/1437/571437/BTCEpisode4_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/1437/571437/BTCEpisode4_85_ch9.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/1437/571437/BTCEpisode4_2MB_ch9.wmv" expression="full" duration="434" fileSize="35504053" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/1437/571437/BTCEpisode4_ch9.mp3" expression="full" duration="434" fileSize="3480267" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/1437/571437/BTCEpisode4_ch9.mp4" expression="full" duration="434" fileSize="41712874" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/1437/571437/BTCEpisode4_ch9.wma" expression="full" duration="434" fileSize="3522661" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/1437/571437/BTCEpisode4_ch9.wmv" expression="full" duration="434" fileSize="65752037" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/1437/571437/BTCEpisode4_Zune_ch9.wmv" expression="full" duration="434" fileSize="47880088" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/1437/571437/BTCEpisode4_ch9.wmv" length="65752037" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Michael Lehman</dc:creator>
      <itunes:author>Michael Lehman</itunes:author>
      <slash:comments>1</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/MichaelLehman/Behind-The-Curtain-Episode-4/RSS</wfw:commentRss>
      <category>BehindTheCurtain</category>
      <category>Patterns &amp; Practices</category>
      <category>Patterns and Practices</category>
      <category>pnp</category>
    </item>
  <item>
      <title>Behind The Curtain - Episode #3</title>
      <description><![CDATA[Welcome to Episode #3 of &quot;Behind The Curtain&quot;, tips, tricks and insights from
<a shape="rect" href="http://msdn.microsoft.com/practices" shape="rect">Patterns &amp; Practices</a>.<br /><br />In this episode, <a shape="rect" href="http://blogs.msdn.com/mglehman" shape="rect">
Michael Lehman</a>, talks with <a shape="rect" href="http://blogs.msdn.com/eugeniop" shape="rect">
Eugenio Pace</a>&nbsp;about P&amp;P offerings for Cloud computing, Windows Azure and Windows Phone 7 along with the talks that he and&nbsp;<a shape="rect" href="http://scottdensmore.typepad.com" shape="rect">Scott Densmore</a> will be giving at the
<a shape="rect" href="http://tinyurl.com/pnpsymposium" shape="rect">Patterns &amp; Pactices Symposium</a>.<br /><br />Reminder: Early Bird Registration for the Symposium is still open! (until August 31st)
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/patterns+-and-+practices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:ef573eea686448c38ffb9de901863c1a">]]></description>
      <comments>http://channel9.msdn.com/Blogs/MichaelLehman/Behind-The-Curtain-Episode-3</comments>
      <itunes:summary>Welcome to Episode #3 of &amp;quot;Behind The Curtain&amp;quot;, tips, tricks and insights from
Patterns &amp;amp; Practices.In this episode, 
Michael Lehman, talks with 
Eugenio Pace&amp;nbsp;about P&amp;amp;P offerings for Cloud computing, Windows Azure and Windows Phone 7 along with the talks that he and&amp;nbsp;Scott Densmore will be giving at the
Patterns &amp;amp; Pactices Symposium.Reminder: Early Bird Registration for the Symposium is still open! (until August 31st)
</itunes:summary>
      <itunes:duration>525</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/MichaelLehman/Behind-The-Curtain-Episode-3</link>
      <pubDate>Mon, 30 Aug 2010 17:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/MichaelLehman/Behind-The-Curtain-Episode-3</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/570309_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/570309_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/0309/570309/BTCEpisode3_320_ch9.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/0309/570309/BTCEpisode3_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/0309/570309/BTCEpisode3_85_ch9.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0309/570309/BTCEpisode3_2MB_ch9.wmv" expression="full" duration="525" fileSize="30640599" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0309/570309/BTCEpisode3_ch9.mp3" expression="full" duration="525" fileSize="4202918" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0309/570309/BTCEpisode3_ch9.mp4" expression="full" duration="525" fileSize="43251962" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0309/570309/BTCEpisode3_ch9.wma" expression="full" duration="525" fileSize="4255637" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0309/570309/BTCEpisode3_ch9.wmv" expression="full" duration="525" fileSize="57192583" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0309/570309/BTCEpisode3_Zune_ch9.wmv" expression="full" duration="525" fileSize="42376634" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/0309/570309/BTCEpisode3_ch9.wmv" length="57192583" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Michael Lehman</dc:creator>
      <itunes:author>Michael Lehman</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/MichaelLehman/Behind-The-Curtain-Episode-3/RSS</wfw:commentRss>
      <category>BehindTheCurtain</category>
      <category>Patterns &amp; Practices</category>
      <category>Patterns and Practices</category>
      <category>pnp</category>
    </item>
  <item>
      <title>Behind The Curtain - Episode #2</title>
      <description><![CDATA[Welcome to Episode #2 of &quot;Behind The Curtain&quot;, tips, tricks and insights from
<a shape="rect" href="http://msdn.microsoft.com/practices" shape="rect">Patterns &amp; Practices</a>.<br /><br />In this episode, <a shape="rect" href="http://blogs.msdn.com/mglehman" shape="rect">
Michael Lehman</a>, talks with <a shape="rect" href="http://blogs.msdn.com/AjoyK" shape="rect">
Ajoy Krishnamoorthy</a>, Product Planner for P&amp;P, about how we pick the topics for which P&amp;P provides guidance and how you can contribute and influence those topics including connecting directly with Ajoy and the P&amp;P team at the
<a shape="rect" href="http://tinyurl.com/pnpsymposium" shape="rect">Patterns &amp; Pactices Symposium</a>.<br /><br />Reminder: Early Bird Registration for the Symposium is still open! (until August 31st)
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/patterns+-and-+practices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:16e8eafe360346d894e19de901863d9a">]]></description>
      <comments>http://channel9.msdn.com/Blogs/MichaelLehman/Behind-The-Curtain-Episode-2</comments>
      <itunes:summary>Welcome to Episode #2 of &amp;quot;Behind The Curtain&amp;quot;, tips, tricks and insights from
Patterns &amp;amp; Practices.In this episode, 
Michael Lehman, talks with 
Ajoy Krishnamoorthy, Product Planner for P&amp;amp;P, about how we pick the topics for which P&amp;amp;P provides guidance and how you can contribute and influence those topics including connecting directly with Ajoy and the P&amp;amp;P team at the
Patterns &amp;amp; Pactices Symposium.Reminder: Early Bird Registration for the Symposium is still open! (until August 31st)
</itunes:summary>
      <itunes:duration>540</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/MichaelLehman/Behind-The-Curtain-Episode-2</link>
      <pubDate>Sun, 22 Aug 2010 19:55:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/MichaelLehman/Behind-The-Curtain-Episode-2</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/568545_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/568545_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/8545/568545/BTCEpisode2_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/8545/568545/BTCEpisode2_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/8545/568545/BTCEpisode2_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/8545/568545/BTCEpisode2_2MB_ch9.wmv" expression="full" duration="540" fileSize="34331865" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/8545/568545/BTCEpisode2_ch9.mp3" expression="full" duration="540" fileSize="4327679" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/8545/568545/BTCEpisode2_ch9.mp4" expression="full" duration="540" fileSize="88492462" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/8545/568545/BTCEpisode2_ch9.wma" expression="full" duration="540" fileSize="4387813" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/8545/568545/BTCEpisode2_ch9.wmv" expression="full" duration="540" fileSize="67192674" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/8545/568545/BTCEpisode2_Zune_ch9.wmv" expression="full" duration="540" fileSize="48904724" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/8545/568545/BTCEpisode2_ch9.wmv" length="67192674" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Michael Lehman</dc:creator>
      <itunes:author>Michael Lehman</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/MichaelLehman/Behind-The-Curtain-Episode-2/RSS</wfw:commentRss>
      <category>BehindTheCurtain</category>
      <category>Patterns &amp; Practices</category>
      <category>Patterns and Practices</category>
      <category>pnp</category>
    </item>
  <item>
      <title>Behind The Curtain - Episode #1</title>
      <description><![CDATA[Welcome to Episode #1 of &quot;Behind The Curtain&quot;, tips, tricks and insights from
<a shape="rect" href="http://msdn.microsoft.com/practices" shape="rect">Patterns &amp; Practices</a>.<br /><br />In this first episode, <a shape="rect" href="http://blogs.msdn.com/mglehman" shape="rect">
Michael Lehman</a>, talks with <a shape="rect" href="http://blogs.msdn.com/donsmith" shape="rect">
Don Smith</a>, Community Liason for P&amp;P, about events happening between now and the end of 2010 including
<a shape="rect" href="http://www.microsoft.com/europe/teched/" shape="rect">TechEd Europe
</a>and the <a shape="rect" href="http://tinyurl.com/pnpsymposium" shape="rect">Patterns &amp; Pactices Symposium</a>.<br /><br />Early Bird Registration for the Symposium is now open!<br /> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/patterns+-and-+practices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:3879f58d453f43d8aae69de901863f1c">]]></description>
      <comments>http://channel9.msdn.com/Blogs/MichaelLehman/Behind-The-Curtain-Episode-1</comments>
      <itunes:summary>Welcome to Episode #1 of &amp;quot;Behind The Curtain&amp;quot;, tips, tricks and insights from
Patterns &amp;amp; Practices.In this first episode, 
Michael Lehman, talks with 
Don Smith, Community Liason for P&amp;amp;P, about events happening between now and the end of 2010 including
TechEd Europe
and the Patterns &amp;amp; Pactices Symposium.Early Bird Registration for the Symposium is now open!</itunes:summary>
      <itunes:duration>357</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/MichaelLehman/Behind-The-Curtain-Episode-1</link>
      <pubDate>Sun, 15 Aug 2010 19:58:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/MichaelLehman/Behind-The-Curtain-Episode-1</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/567626_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/567626_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/7626/567626/BTCEpisode1_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/7626/567626/BTCEpisode1_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/7626/567626/BTCEpisode1_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/7626/567626/BTCEpisode1_2MB_ch9.wmv" expression="full" duration="357" fileSize="20929167" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/7626/567626/BTCEpisode1_ch9.mp3" expression="full" duration="357" fileSize="2863150" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/7626/567626/BTCEpisode1_ch9.mp4" expression="full" duration="357" fileSize="63842348" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/7626/567626/BTCEpisode1_ch9.wma" expression="full" duration="357" fileSize="2903837" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/7626/567626/BTCEpisode1_ch9.wmv" expression="full" duration="357" fileSize="61383574" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/7626/567626/BTCEpisode1_Zune_ch9.wmv" expression="full" duration="357" fileSize="40103628" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/7626/567626/BTCEpisode1_2MB_ch9.wmv" length="20929167" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Michael Lehman</dc:creator>
      <itunes:author>Michael Lehman</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/MichaelLehman/Behind-The-Curtain-Episode-1/RSS</wfw:commentRss>
      <category>BehindTheCurtain</category>
      <category>Patterns &amp; Practices</category>
      <category>Patterns and Practices</category>
      <category>pnp</category>
    </item>
  <item>
      <title>MSDN Radio: Past, Present, and Future of .NET with Rocky Lhotka</title>
      <description><![CDATA[This week on MSDN Radio we talk with Rocky Lhotka, a Regional Director, author, and keynote presenter on technologies and how to do things right. See what's new, what's old, and what to look for as we dive into patterns, practices, and practical insight
 and find out what you need to know about the rapidly changing technology landscape.<br /><br />MSDN Radio is a weekly Developer talk-show that helps answer your questions about the latest Microsoft news, solutions, and technologies. We dive into the challenges of deciphering today’s technology stack. Visit
<a shape="rect" href="http://www.MSDNRadio.com" shape="rect">www.MSDNRadio.com</a> to register for upcoming shows or watch past shows on-demand.<br /><br /><b>Host and Guest: </b>Mike Benkovich, Senior Developer Evangelist, Microsoft Corporation and Rockford Lhotka, Principal Technology Evangelist, Magenic<br /><br />Mike Benkovich delivers technical presentations around the U.S. as a developer tools evangelist on the MSDN team at Microsoft. He has worked in a variety of professional roles, including architect, project manager, developer, and technical writer. Mike is also
 a published author with WROX Press and APress, exploring how developers get the most from their SQL databases. Since appearing in the 1994 Microsoft DevCast, Mike has presented technical information at seminars, conferences, and corporate boardrooms across
 America.<br /><br /><div>Rockford Lhotka is the creator of the popular CSLA .NET development framework, and is the author of numerous books, including Expert 2008 Business Objects. He is a Microsoft Regional Director and MVP, and a regular presenter at major conferences around
 the world. Rockford is the Principal Technology Evangelist for Magenic (<a shape="rect" href="http://www.magenic.com" class="x_x_x_ApplyClass" shape="rect">www.magenic.com</a>), a company focused on delivering business value through applied technology and
 one of the nation's premiere Microsoft Gold Certified Partners. For more information&nbsp;visit
<a shape="rect" href="http://www.lhotka.net" shape="rect">www.lhotka.net</a>.</div>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/patterns+-and-+practices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:b2f13a66d2d84482b1ef9dea00a5dbbf">]]></description>
      <comments>http://channel9.msdn.com/Blogs/egibson/MSDN-Radio-Past-Present-and-Future-of-NET-with-Rocky-Lhotka</comments>
      <itunes:summary>This week on MSDN Radio we talk with Rocky Lhotka, a Regional Director, author, and keynote presenter on technologies and how to do things right. See what&#39;s new, what&#39;s old, and what to look for as we dive into patterns, practices, and practical insight
 and find out what you need to know about the rapidly changing technology landscape.MSDN Radio is a weekly Developer talk-show that helps answer your questions about the latest Microsoft news, solutions, and technologies. We dive into the challenges of deciphering today’s technology stack. Visit
www.MSDNRadio.com to register for upcoming shows or watch past shows on-demand.Host and Guest: Mike Benkovich, Senior Developer Evangelist, Microsoft Corporation and Rockford Lhotka, Principal Technology Evangelist, MagenicMike Benkovich delivers technical presentations around the U.S. as a developer tools evangelist on the MSDN team at Microsoft. He has worked in a variety of professional roles, including architect, project manager, developer, and technical writer. Mike is also
 a published author with WROX Press and APress, exploring how developers get the most from their SQL databases. Since appearing in the 1994 Microsoft DevCast, Mike has presented technical information at seminars, conferences, and corporate boardrooms across
 America.Rockford Lhotka is the creator of the popular CSLA .NET development framework, and is the author of numerous books, including Expert 2008 Business Objects. He is a Microsoft Regional Director and MVP, and a regular presenter at major conferences around
 the world. Rockford is the Principal Technology Evangelist for Magenic (www.magenic.com), a company focused on delivering business value through applied technology and
 one of the nation&#39;s premiere Microsoft Gold Certified Partners. For more information&amp;nbsp;visit
www.lhotka.net.
</itunes:summary>
      <itunes:duration>1799</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/egibson/MSDN-Radio-Past-Present-and-Future-of-NET-with-Rocky-Lhotka</link>
      <pubDate>Wed, 14 Jul 2010 00:18:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/egibson/MSDN-Radio-Past-Present-and-Future-of-NET-with-Rocky-Lhotka</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/560994_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/560994_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/4/9/9/0/6/5/MSDNRadioPastFutureRockyLhotka_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/4/9/9/0/6/5/MSDNRadioPastFutureRockyLhotka_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/4/9/9/0/6/5/MSDNRadioPastFutureRockyLhotka_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/4/9/9/0/6/5/MSDNRadioPastFutureRockyLhotka_2MB_ch9.wmv" expression="full" duration="1799" fileSize="625968219" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/4/9/9/0/6/5/MSDNRadioPastFutureRockyLhotka_ch9.mp3" expression="full" duration="1799" fileSize="14394907" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/4/9/9/0/6/5/MSDNRadioPastFutureRockyLhotka_ch9.mp4" expression="full" duration="1799" fileSize="317244383" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/4/9/9/0/6/5/MSDNRadioPastFutureRockyLhotka_ch9.wma" expression="full" duration="1799" fileSize="14562361" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/4/9/9/0/6/5/MSDNRadioPastFutureRockyLhotka_ch9.wmv" expression="full" duration="1799" fileSize="389646719" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/4/9/9/0/6/5/MSDNRadioPastFutureRockyLhotka_Zune_ch9.wmv" expression="full" duration="1799" fileSize="247966771" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/4/9/9/0/6/5/MSDNRadioPastFutureRockyLhotka_ch9.wmv" length="389646719" type="video/x-ms-wmv"></enclosure>
      <dc:creator>MSDN Online Media</dc:creator>
      <itunes:author>MSDN Online Media</itunes:author>
      <slash:comments>1</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/egibson/MSDN-Radio-Past-Present-and-Future-of-NET-with-Rocky-Lhotka/RSS</wfw:commentRss>
      <category>.NET</category>
      <category>.NET 4.0</category>
      <category>.NET Framework</category>
      <category>.NET Framework 4.0</category>
      <category>Developer Tools</category>
      <category>DPEField</category>
      <category>Future</category>
      <category>MSDNRadio</category>
      <category>Patterns &amp; Practices</category>
      <category>Patterns and Practices</category>
      <category>Rocky Lothka</category>
      <category>talk-radio</category>
    </item>
  <item>
      <title>p&amp;p Claims Identity and Access Control Guide - A look into the Single Sign On scenario</title>
      <description><![CDATA[In this video, Eugenio gives us a tour of the&nbsp;<a href="http://msdn.microsoft.com/en-us/library/ff423674.aspx">Claims Identity and Access Control guide</a> and&nbsp;a closer look into Web SSO, one of the five scenarios covered in this guide:<br /><br /><div class="title"><a href="http://msdn.microsoft.com/en-us/library/ff359102.aspx">Claims-Based Single Sign-On for the Web</a><br />This scenario&nbsp;&nbsp;focuses on how to implement single sign-on and single sign-off within a security domain as a preparation for sharing resources with other security domains, and how to migrate applications to Microsoft® Windows® Azure. In short, this scenario
 contains the commonly used elements that will appear in all claims-aware applications.<br /><br />Quick links: <br />On MSDN:&nbsp;<a href="http://msdn.microsoft.com/en-us/library/ff423674.aspx">http://msdn.microsoft.com/en-us/library/ff423674.aspx</a><br />On Codeplex:&nbsp;<a href="http://claimsid.codeplex.com/">http://claimsid.codeplex.com/</a><br />p&amp;p Developer Center:&nbsp;<a href="http://msdn.microsoft.com/en-us/practices/default.aspx">http://msdn.microsoft.com/en-us/practices/default.aspx</a><br />Eugenio's Blog:&nbsp;<a href="http://blogs.msdn.com/eugeniop">http://blogs.msdn.com/eugeniop</a><br />Ajoy's Blog:<a href="http://blogs.msdn.com/ajoyk/">http://blogs.msdn.com/ajoyk/</a><br /><br />Join us on Facebook:&nbsp;<br /><a href="http://www.facebook.com/pages/Microsoft-patterns-practices/215746618355">http://www.facebook.com/pages/Microsoft-patterns-practices/215746618355</a><br />Follow us on Twitter:<br /><a href="http://twitter.com/mspnp">http://twitter.com/mspnp</a></div>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/patterns+-and-+practices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:41444d3676f648aaa8669df800420fcb">]]></description>
      <comments>http://channel9.msdn.com/Blogs/akMSFT/pp-Claims-Identity-and-Access-Control-Guide-A-look-into-the-Single-Sign-On-scenario</comments>
      <itunes:summary>In this video, Eugenio gives us a tour of the&amp;nbsp;Claims Identity and Access Control guide and&amp;nbsp;a closer look into Web SSO, one of the five scenarios covered in this guide:Claims-Based Single Sign-On for the WebThis scenario&amp;nbsp;&amp;nbsp;focuses on how to implement single sign-on and single sign-off within a security domain as a preparation for sharing resources with other security domains, and how to migrate applications to Microsoft&#174; Windows&#174; Azure. In short, this scenario
 contains the commonly used elements that will appear in all claims-aware applications.Quick links: On MSDN:&amp;nbsp;http://msdn.microsoft.com/en-us/library/ff423674.aspxOn Codeplex:&amp;nbsp;http://claimsid.codeplex.com/p&amp;amp;p Developer Center:&amp;nbsp;http://msdn.microsoft.com/en-us/practices/default.aspxEugenio&#39;s Blog:&amp;nbsp;http://blogs.msdn.com/eugeniopAjoy&#39;s Blog:http://blogs.msdn.com/ajoyk/Join us on Facebook:&amp;nbsp;http://www.facebook.com/pages/Microsoft-patterns-practices/215746618355Follow us on Twitter:http://twitter.com/mspnp
</itunes:summary>
      <itunes:duration>690</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/akMSFT/pp-Claims-Identity-and-Access-Control-Guide-A-look-into-the-Single-Sign-On-scenario</link>
      <pubDate>Thu, 04 Mar 2010 00:39:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/akMSFT/pp-Claims-Identity-and-Access-Control-Guide-A-look-into-the-Single-Sign-On-scenario</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/533973_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/533973_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/3/7/9/3/3/5/pnpClaimsIdGuideScenario_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/3/7/9/3/3/5/pnpClaimsIdGuideScenario_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/3/7/9/3/3/5/pnpClaimsIdGuideScenario_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3/7/9/3/3/5/pnpClaimsIdGuideScenario_2MB_ch9.wmv" expression="full" duration="690" fileSize="156114667" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3/7/9/3/3/5/pnpClaimsIdGuideScenario_ch9.mp3" expression="full" duration="690" fileSize="5526292" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3/7/9/3/3/5/pnpClaimsIdGuideScenario_ch9.mp4" expression="full" duration="690" fileSize="58887764" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3/7/9/3/3/5/pnpClaimsIdGuideScenario_ch9.wma" expression="full" duration="690" fileSize="5595421" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3/7/9/3/3/5/pnpClaimsIdGuideScenario_ch9.wmv" expression="full" duration="690" fileSize="90383193" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3/7/9/3/3/5/pnpClaimsIdGuideScenario_Zune_ch9.wmv" expression="full" duration="690" fileSize="80271245" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/3/7/9/3/3/5/pnpClaimsIdGuideScenario_ch9.wmv" length="90383193" type="video/x-ms-wmv"></enclosure>
      <dc:creator>ajoy krishnamoorthy</dc:creator>
      <itunes:author>ajoy krishnamoorthy</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/akMSFT/pp-Claims-Identity-and-Access-Control-Guide-A-look-into-the-Single-Sign-On-scenario/RSS</wfw:commentRss>
      <category>Access</category>
      <category>Access Control Service</category>
      <category>claims</category>
      <category>guidance</category>
      <category>Identity</category>
      <category>p7p</category>
      <category>Patterns &amp; Practices</category>
      <category>Patterns and Practices</category>
      <category>scenarios</category>
      <category>single sign on</category>
    </item>
  <item>
      <title>p&amp;p Claims Identity and Access Control Guide is now available</title>
      <description><![CDATA[
<p>Back&nbsp;in October, Eugenio gave us an&nbsp;overview of&nbsp;the&nbsp;<a href="http://msdn.microsoft.com/en-us/library/ff423674.aspx">Claims Identity and Access Control guide</a>. At that time the team was just getting started with the project. You can see that video
<a href="http://channel9.msdn.com/posts/akMSFT/pp-Claims-based-Identity--Access-Control-Guide--Early-drafts-available/">
here</a>. <br /><br />We are thrilled to announce the availability of the final version of this guide. In this video, Eugenio gives us a quick overview of the layout of the guide and the scenarios covered in this guide.&nbsp;<br /><br />Quick links: <br />On MSDN:&nbsp;<a href="http://msdn.microsoft.com/en-us/library/ff423674.aspx">http://msdn.microsoft.com/en-us/library/ff423674.aspx</a><br />On Codeplex:&nbsp;<a href="http://claimsid.codeplex.com/">http://claimsid.codeplex.com/</a><br />p&amp;p Developer Center:&nbsp;<a href="http://msdn.microsoft.com/en-us/practices/default.aspx">http://msdn.microsoft.com/en-us/practices/default.aspx</a><br />Eugenio's Blog:&nbsp;<a href="http://blogs.msdn.com/eugeniop">http://blogs.msdn.com/eugeniop</a><br />Ajoy's Blog:<a href="http://blogs.msdn.com/ajoyk/">http://blogs.msdn.com/ajoyk/</a><br /><br />Join us on Facebook:&nbsp;<br /><a href="http://www.facebook.com/pages/Microsoft-patterns-practices/215746618355">http://www.facebook.com/pages/Microsoft-patterns-practices/215746618355</a><br />Follow us on Twitter:<br /><a href="http://twitter.com/mspnp">http://twitter.com/mspnp</a></p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/patterns+-and-+practices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:bda14a9e48c8449386ff9df8004216bb">]]></description>
      <comments>http://channel9.msdn.com/Blogs/akMSFT/pp-Claims-Identity-and-Access-Control-Guide-is-now-available</comments>
      <itunes:summary>
Back&amp;nbsp;in October, Eugenio gave us an&amp;nbsp;overview of&amp;nbsp;the&amp;nbsp;Claims Identity and Access Control guide. At that time the team was just getting started with the project. You can see that video

here. We are thrilled to announce the availability of the final version of this guide. In this video, Eugenio gives us a quick overview of the layout of the guide and the scenarios covered in this guide.&amp;nbsp;Quick links: On MSDN:&amp;nbsp;http://msdn.microsoft.com/en-us/library/ff423674.aspxOn Codeplex:&amp;nbsp;http://claimsid.codeplex.com/p&amp;amp;p Developer Center:&amp;nbsp;http://msdn.microsoft.com/en-us/practices/default.aspxEugenio&#39;s Blog:&amp;nbsp;http://blogs.msdn.com/eugeniopAjoy&#39;s Blog:http://blogs.msdn.com/ajoyk/Join us on Facebook:&amp;nbsp;http://www.facebook.com/pages/Microsoft-patterns-practices/215746618355Follow us on Twitter:http://twitter.com/mspnp 
</itunes:summary>
      <itunes:duration>794</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/akMSFT/pp-Claims-Identity-and-Access-Control-Guide-is-now-available</link>
      <pubDate>Thu, 04 Mar 2010 00:39:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/akMSFT/pp-Claims-Identity-and-Access-Control-Guide-is-now-available</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/533916_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/533916_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/6/1/9/3/3/5/pnpClaimsIdOverview_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/6/1/9/3/3/5/pnpClaimsIdOverview_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/6/1/9/3/3/5/pnpClaimsIdOverview_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/6/1/9/3/3/5/pnpClaimsIdOverview_2MB_ch9.wmv" expression="full" duration="794" fileSize="246594738" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/6/1/9/3/3/5/pnpClaimsIdOverview_ch9.mp3" expression="full" duration="794" fileSize="6358817" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/6/1/9/3/3/5/pnpClaimsIdOverview_ch9.mp4" expression="full" duration="794" fileSize="87899737" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/6/1/9/3/3/5/pnpClaimsIdOverview_ch9.wma" expression="full" duration="794" fileSize="6436541" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/6/1/9/3/3/5/pnpClaimsIdOverview_ch9.wmv" expression="full" duration="794" fileSize="139984649" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/6/1/9/3/3/5/pnpClaimsIdOverview_Zune_ch9.wmv" expression="full" duration="794" fileSize="110832701" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/6/1/9/3/3/5/pnpClaimsIdOverview_ch9.wmv" length="139984649" type="video/x-ms-wmv"></enclosure>
      <dc:creator>ajoy krishnamoorthy</dc:creator>
      <itunes:author>ajoy krishnamoorthy</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/akMSFT/pp-Claims-Identity-and-Access-Control-Guide-is-now-available/RSS</wfw:commentRss>
      <category>Access</category>
      <category>Access Control Service</category>
      <category>Access Control</category>
      <category>claims</category>
      <category>guidance</category>
      <category>Identity</category>
      <category>P&amp;P</category>
      <category>Patterns &amp; Practices</category>
      <category>Patterns and Practices</category>
      <category>Windows Identity Foundation</category>
    </item>
  <item>
      <title>p&amp;p Claims based Identity &amp; Access Control Guide – Early drafts available</title>
      <description><![CDATA[
<p>A&nbsp;team led by Eugenio Pace at p&amp;p has been busy working on the Claims based Identity and Access Control guide. We are thrilled to announce the availability of early drafts. Check out the CodePlex project site at
<a href="http://claimsid.codeplex.com">http://claimsid.codeplex.com</a>.<br /><br />In this video, Eugenio Pace gives an overview of this project and the scenarios that are covered in this guide.&nbsp;This guide will introduce you to “claims-based” identity, a set of ideas and tools that may make it easier for you to build features like autorization,
 authentication and personalization&nbsp;into your apps in a more flexible way. In this guide, we’ll introduce some concepts that may sound new: claims, federated identity, and much more.
<br /><br /><strong>Quick Links:</strong></p>
<ul>
<li>Claims based Identity and Access Control Guide Project Site: http://claimsid.codeplex.com
</li><li>Eugenio's Blog: <a href="http://blogs.msdn.com/">http://blogs.msdn.com</a>/eugeniop
</li></ul>
<p>Happy Reading!</p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/patterns+-and-+practices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:b58f78fa2197401ba39b9df800421dbf">]]></description>
      <comments>http://channel9.msdn.com/Blogs/akMSFT/pp-Claims-based-Identity--Access-Control-Guide--Early-drafts-available</comments>
      <itunes:summary>
A&amp;nbsp;team led by Eugenio Pace at p&amp;amp;p has been busy working on the Claims based Identity and Access Control guide. We are thrilled to announce the availability of early drafts. Check out the CodePlex project site at
http://claimsid.codeplex.com.In this video, Eugenio Pace gives an overview of this project and the scenarios that are covered in this guide.&amp;nbsp;This guide will introduce you to “claims-based” identity, a set of ideas and tools that may make it easier for you to build features like autorization,
 authentication and personalization&amp;nbsp;into your apps in a more flexible way. In this guide, we’ll introduce some concepts that may sound new: claims, federated identity, and much more.
Quick Links: 

Claims based Identity and Access Control Guide Project Site: http://claimsid.codeplex.com
Eugenio&#39;s Blog: http://blogs.msdn.com/eugeniop

Happy Reading! 
</itunes:summary>
      <itunes:duration>561</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/akMSFT/pp-Claims-based-Identity--Access-Control-Guide--Early-drafts-available</link>
      <pubDate>Tue, 06 Oct 2009 02:56:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/akMSFT/pp-Claims-based-Identity--Access-Control-Guide--Early-drafts-available</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/496256_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/496256_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/6/5/2/6/9/4/pnpClaimsIdGuideOverview_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/6/5/2/6/9/4/pnpClaimsIdGuideOverview_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/6/5/2/6/9/4/pnpClaimsIdGuideOverview_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/6/5/2/6/9/4/pnpClaimsIdGuideOverview_2MB_ch9.wmv" expression="full" duration="561" fileSize="110560777" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/6/5/2/6/9/4/pnpClaimsIdGuideOverview_ch9.mp3" expression="full" duration="561" fileSize="4489500" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/6/5/2/6/9/4/pnpClaimsIdGuideOverview_ch9.mp4" expression="full" duration="561" fileSize="68043080" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/6/5/2/6/9/4/pnpClaimsIdGuideOverview_ch9.wma" expression="full" duration="561" fileSize="4544015" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/6/5/2/6/9/4/pnpClaimsIdGuideOverview_ch9.wmv" expression="full" duration="561" fileSize="92589367" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/6/5/2/6/9/4/pnpClaimsIdGuideOverview_Zune_ch9.wmv" expression="full" duration="561" fileSize="54829347" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/6/5/2/6/9/4/pnpClaimsIdGuideOverview_ch9.wmv" length="92589367" type="video/x-ms-wmv"></enclosure>
      <dc:creator>ajoy krishnamoorthy</dc:creator>
      <itunes:author>ajoy krishnamoorthy</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/akMSFT/pp-Claims-based-Identity--Access-Control-Guide--Early-drafts-available/RSS</wfw:commentRss>
      <category>Authentication</category>
      <category>Authorization</category>
      <category>claims</category>
      <category>federation</category>
      <category>guidance</category>
      <category>Identity Access</category>
      <category>P&amp;P</category>
      <category>Patterns &amp; Practices</category>
      <category>Patterns and Practices</category>
    </item>
  <item>
      <title>Ade Miller on Developing for Multi-Core Computers</title>
      <description><![CDATA[Ade Miller&nbsp;(Development Manager for &quot;patterns &amp; practices&quot;)talking about developing for multi-core computing, which he will be presenting on at the &quot;patterns &amp; practices Summit&quot; in October, 2009 (<a shape="rect" href="http://www.pnpsummit.com" shape="rect">www.pnpsummit.com</a>)
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/patterns+-and-+practices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:24597a38a03b47819dbf9deb002852ed">]]></description>
      <comments>http://channel9.msdn.com/Blogs/KeithPleas/Ade-Miller-on-Developing-for-Multi-Core-Computers</comments>
      <itunes:summary>Ade Miller&amp;nbsp;(Development Manager for &amp;quot;patterns &amp;amp; practices&amp;quot;)talking about developing for multi-core computing, which he will be presenting on at the &amp;quot;patterns &amp;amp; practices Summit&amp;quot; in October, 2009 (www.pnpsummit.com)
</itunes:summary>
      <itunes:duration>235</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/KeithPleas/Ade-Miller-on-Developing-for-Multi-Core-Computers</link>
      <pubDate>Thu, 24 Sep 2009 07:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/KeithPleas/Ade-Miller-on-Developing-for-Multi-Core-Computers</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/485196_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/485196_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/6/9/1/5/8/4/AdeMillerMultiCore_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/6/9/1/5/8/4/AdeMillerMultiCore_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/6/9/1/5/8/4/AdeMillerMultiCore_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/6/9/1/5/8/4/AdeMillerMultiCore_2MB_ch9.wmv" expression="full" duration="235" fileSize="71260764" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/6/9/1/5/8/4/AdeMillerMultiCore_ch9.mp3" expression="full" duration="235" fileSize="1889111" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/6/9/1/5/8/4/AdeMillerMultiCore_ch9.mp4" expression="full" duration="235" fileSize="42845795" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/6/9/1/5/8/4/AdeMillerMultiCore_ch9.wma" expression="full" duration="235" fileSize="1915521" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/6/9/1/5/8/4/AdeMillerMultiCore_ch9.wmv" expression="full" duration="235" fileSize="52104875" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/6/9/1/5/8/4/AdeMillerMultiCore_Zune_ch9.wmv" expression="full" duration="235" fileSize="33464803" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/6/9/1/5/8/4/AdeMillerMultiCore_ch9.wmv" length="52104875" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Keith Pleas</dc:creator>
      <itunes:author>Keith Pleas</itunes:author>
      <slash:comments>1</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/KeithPleas/Ade-Miller-on-Developing-for-Multi-Core-Computers/RSS</wfw:commentRss>
      <category>Multi-Core</category>
      <category>Patterns &amp; Practices</category>
      <category>Patterns and Practices</category>
    </item>
  <item>
      <title>EntLib : 2 Million and counting...</title>
      <description><![CDATA[<a href="http://msdn.com/entlib" title="EntLib">Enterprise Library</a>&nbsp;has been downloaded over 2 million times. We hit that mark last week and the team&nbsp;celebrated this milestone with a cake. (See picture).
<br /><br />We are now working on version 5.0 of Enterprise Library. The main themes for v5.0 are:<br /><br /><ul>
<li>Enhanced user experience </li><li>Simplicity </li><li>Learnability and discoverability </li></ul>
<p>Watch <a href="http://blogs.msdn.com/agile">Grigori Melnik </a>and <a href="http://www.tavaresstudios.com/Blog/">
Chris Tavares </a>talk about what's coming in v5.0 in this <a href="http://channel9.msdn.com/posts/akMSFT/Whats-coming-in-EntLib-50-and-a-sneak-peek-into-the-new-EntLib-Developer-Notes/">
video</a>.</p>
<p>Check out the project site at <a href="http://www.codeplex.com/entlib">http://www.codeplex.com/entlib</a>&nbsp;to get more information on the scope of v5.<br />If you are already an user of Enterprise Library,&nbsp;please share your feedback/comments.<br />If you are not, check it out at http://msdn.com/entlib.<br /><br />Now on to the next million... Here we come.</p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/patterns+-and-+practices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:0790867663414564a6d39df800422502">]]></description>
      <comments>http://channel9.msdn.com/Blogs/akMSFT/EntLib--2-Million-and-counting</comments>
      <itunes:summary>Enterprise Library&amp;nbsp;has been downloaded over 2 million times. We hit that mark last week and the team&amp;nbsp;celebrated this milestone with a cake. (See picture).
We are now working on version 5.0 of Enterprise Library. The main themes for v5.0 are:
Enhanced user experience Simplicity Learnability and discoverability 
Watch Grigori Melnik and 
Chris Tavares talk about what&#39;s coming in v5.0 in this 
video. 
Check out the project site at http://www.codeplex.com/entlib&amp;nbsp;to get more information on the scope of v5.If you are already an user of Enterprise Library,&amp;nbsp;please share your feedback/comments.If you are not, check it out at http://msdn.com/entlib.Now on to the next million... Here we come. 
</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/akMSFT/EntLib--2-Million-and-counting</link>
      <pubDate>Thu, 10 Sep 2009 17:47:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/akMSFT/EntLib--2-Million-and-counting</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/490927_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/490927_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://channel9.channel9web1.orcsweb.com/Link/6b147415-15f1-422e-8c22-02c347c54033/" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://channel9.channel9web1.orcsweb.com/Link/8dce0313-1366-4ea0-b934-bea81f5e5e12/" height="64" width="85"></media:thumbnail>      
      <dc:creator>ajoy krishnamoorthy</dc:creator>
      <itunes:author>ajoy krishnamoorthy</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/akMSFT/EntLib--2-Million-and-counting/RSS</wfw:commentRss>
      <category>downloads</category>
      <category>Enterprise Library</category>
      <category>EntLib</category>
      <category>guidance</category>
      <category>P&amp;P</category>
      <category>Patterns &amp; Practices</category>
      <category>Patterns and Practices</category>
      <category>download</category>
    </item>
  <item>
      <title>Announcing the release of patterns and practices Developing SharePoint Applications guidance</title>
      <description><![CDATA[
<p><a href="http://msdn.microsoft.com/practices" title="p&amp;p Home page">Microsoft patterns and practices</a>&nbsp;has released a new version of guidance for developing SharePoint Applications.&nbsp;This release&nbsp;delivers a guide, a reusable library, and a reference implementation.&nbsp;
 It&nbsp;helps architects and developers in the following areas:</p>
<p><strong>Use SharePoint capabilities to make more powerful applications </strong>
</p>
<ul>
<li>
<div class="ppBodyText"><i>Integrate information from Line of Business Systems</i></div>
</li><li>
<div class="ppBodyText"><i>Take advantage of publishing and content oriented capabilities
</i></div>
</li><li>
<div class="ppBodyText"><i>Create collaborative interactions around business processes</i></div>
</li><li>
<div class="ppBodyText"><i>Design multi-site topologies with complex security and isolation needs, such as&nbsp; a partner extranet<strong>
</strong></i></div>
</li></ul>
<p class="ppBodyText"><strong>Build applications that are easier to scale, maintain, and grow
</strong></p>
<ul>
<li>
<div class="ppBodyText"><i>Improve maintainability, testability, and layering through patterns</i></div>
</li><li>
<div class="ppBodyText"><i>Use techniques to improve flexibility, diagnostics, operations and performance</i></div>
</li><li>
<div class="ppBodyText"><i>Show how to use SharePoint’s feature and solution framework</i></div>
</li></ul>
<p>&nbsp;<strong>Improve application quality through testing </strong></p>
<ul>
<li>
<div class="ppBodyText"><i>Demonstrates unit testing and integration testing SharePoint applications</i></div>
</li><li>
<div class="ppBodyText"><i>Describe experiences with acceptance testing SharePoint applications including stress and scale testing</i></div>
</li></ul>
<p><strong>Improve and accelerate team productivity </strong></p>
<ul>
<li>
<div class="ppBodyText"><i>Accelerate adoption of recommended practices with library components
</i></div>
</li><li>
<div class="ppBodyText"><i>Show how to build an effective team development environment</i></div>
</li></ul>
<p><i><strong>Understand fundamental design and implementation decision</strong></i><i>&nbsp;</i></p>
<p class="ppBodyText"><i>Developing SharePoint Applications</i> guidance integrates new guidance with the original release,
<i>SharePoint Guidance – November 2008</i>, into a single download.<br />&nbsp;<br /><a href="http://www.erwinvandervalk.net/" title="Erwin's blog">Erwin van der Valk</a> and
<a href="http://blogs.msdn.com/francischeung/">Francis Cheung</a>&nbsp;walks you through the&nbsp;various topics&nbsp;of this guidance in the following videos:</p>
<ul>
<li><a href="http://channel9.msdn.com/posts/akMSFT/Setting-up-the-Contoso-RI-p--p-Developing-SharePoint-Applications-guidance/" id="ctl00_MainPlaceHolder_Starter_TitleLink">Setting up the Contoso RI</a>
</li><li><a href="http://channel9.msdn.com/posts/akMSFT/Walkthrough-of-the-Contoso-Reference-Implementation-p--p-Developing-SharePoint-Applications-guidance/" id="ctl00_MainPlaceHolder_Starter_TitleLink">Walkthrough of the Contoso Reference Implementation</a>
</li><li><a href="http://channel9.msdn.com/posts/akMSFT/How-to-use-the-configuration-component-p--p-Developing-SharePoint-Applications-guidance/" id="ctl00_MainPlaceHolder_Starter_TitleLink">How to use the configuration component?</a>
</li><li><a href="http://channel9.msdn.com/posts/akMSFT/How-to-use-the-logging-components-p--p-Developing-SharePoint-Applications-guidance/" id="ctl00_MainPlaceHolder_Starter_TitleLink">How to use the logging components?</a>
</li><li><a href="http://channel9.msdn.com/posts/akMSFT/How-to-use-the-SharePoint-Service-Locator-p--p-Developing-SharePoint-Applications-guidance/">How to use the SharePoint Service Locator?
</a></li></ul>
<p>Visit <a href="http://www.microsoft.com/spg">http://www.microsoft.com/spg</a> for more information on the guidanace.</p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/patterns+-and-+practices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:f0b0bb2872544c8fbf2d9df80042580c">]]></description>
      <comments>http://channel9.msdn.com/Blogs/akMSFT/Announcing-the-release-of-patterns-and-practices-Developing-SharePoint-Applications-guidance</comments>
      <itunes:summary>
Microsoft patterns and practices&amp;nbsp;has released a new version of guidance for developing SharePoint Applications.&amp;nbsp;This release&amp;nbsp;delivers a guide, a reusable library, and a reference implementation.&amp;nbsp;
 It&amp;nbsp;helps architects and developers in the following areas: 
Use SharePoint capabilities to make more powerful applications 
 


Integrate information from Line of Business Systems

Take advantage of publishing and content oriented capabilities


Create collaborative interactions around business processes

Design multi-site topologies with complex security and isolation needs, such as&amp;nbsp; a partner extranet


Build applications that are easier to scale, maintain, and grow
 


Improve maintainability, testability, and layering through patterns

Use techniques to improve flexibility, diagnostics, operations and performance

Show how to use SharePoint’s feature and solution framework

&amp;nbsp;Improve application quality through testing  


Demonstrates unit testing and integration testing SharePoint applications

Describe experiences with acceptance testing SharePoint applications including stress and scale testing

Improve and accelerate team productivity  


Accelerate adoption of recommended practices with library components


Show how to build an effective team development environment

Understand fundamental design and implementation decision&amp;nbsp; 
Developing SharePoint Applications guidance integrates new guidance with the original release,
SharePoint Guidance – November 2008, into a single download.&amp;nbsp;Erwin van der Valk and
Francis Cheung&amp;nbsp;walks you through the&amp;nbsp;various topics&amp;nbsp;of this guidance in the following videos: 

Setting up the Contoso RI
Walkthrough of the Contoso Reference Implementation
How to use the configuration component?
How to use the logging components?
How to use the SharePoint Service Locator?

Visit http://www.microsoft.com/spg for more information on the g</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/akMSFT/Announcing-the-release-of-patterns-and-practices-Developing-SharePoint-Applications-guidance</link>
      <pubDate>Wed, 02 Sep 2009 04:36:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/akMSFT/Announcing-the-release-of-patterns-and-practices-Developing-SharePoint-Applications-guidance</guid>      
      <dc:creator>ajoy krishnamoorthy</dc:creator>
      <itunes:author>ajoy krishnamoorthy</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/akMSFT/Announcing-the-release-of-patterns-and-practices-Developing-SharePoint-Applications-guidance/RSS</wfw:commentRss>
      <category>Architecture</category>
      <category>guidance</category>
      <category>P&amp;P</category>
      <category>Patterns &amp; Practices</category>
      <category>Patterns and Practices</category>
      <category>SharePoint</category>
    </item>
  <item>
      <title>Setting up the Contoso RI - p &amp; p Developing SharePoint Applications guidance</title>
      <description><![CDATA[This video&nbsp;takes a look at how the Contoso setup scripts automate the process of creating a test certificate, a SharePoint web application, site collections, SPWebs, and active associated features.<br /><br />Quick Links:<br /><br /><a href="http://channel9.msdn.com/posts/akMSFT/Walkthrough-of-the-Contoso-Reference-Implementation-p--p-Developing-SharePoint-Applications-guidance/" id="ctl00_MainPlaceHolder_Starter_TitleLink">Walkthrough of the Contoso Reference Implementation</a><br /><a href="http://channel9.msdn.com/posts/akMSFT/How-to-use-the-configuration-component-p--p-Developing-SharePoint-Applications-guidance/" id="ctl00_MainPlaceHolder_Starter_TitleLink">How to use the configuration component?</a>
<br /><a href="http://channel9.msdn.com/posts/akMSFT/How-to-use-the-logging-components-p--p-Developing-SharePoint-Applications-guidance/" id="ctl00_MainPlaceHolder_Starter_TitleLink">How to use the logging components?</a>
<br /><a href="http://channel9.msdn.com/posts/akMSFT/How-to-use-the-SharePoint-Service-Locator-p--p-Developing-SharePoint-Applications-guidance/">How to use the SharePoint Service Locator?
</a><br /><br /><a href="http://www.microsoft.com/spg" title="p&amp;p SharePoint Guidance Home">p&amp;p Developing SharePoint Application Guidance</a><br /><a href="http://msdn.com/practices" title="p&amp;p Home">patterns &amp; practices</a>  <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/patterns+-and-+practices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:b4c3c016956a4a9aae189df8004251da">]]></description>
      <comments>http://channel9.msdn.com/Blogs/akMSFT/Setting-up-the-Contoso-RI-p--p-Developing-SharePoint-Applications-guidance</comments>
      <itunes:summary>This video&amp;nbsp;takes a look at how the Contoso setup scripts automate the process of creating a test certificate, a SharePoint web application, site collections, SPWebs, and active associated features.Quick Links:Walkthrough of the Contoso Reference ImplementationHow to use the configuration component?
How to use the logging components?
How to use the SharePoint Service Locator?
p&amp;amp;p Developing SharePoint Application Guidancepatterns &amp;amp; practices </itunes:summary>
      <itunes:duration>901</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/akMSFT/Setting-up-the-Contoso-RI-p--p-Developing-SharePoint-Applications-guidance</link>
      <pubDate>Wed, 02 Sep 2009 04:35:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/akMSFT/Setting-up-the-Contoso-RI-p--p-Developing-SharePoint-Applications-guidance</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/488970_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/488970_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/0/7/9/8/8/4/settingupthecontosorispgv2_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/0/7/9/8/8/4/settingupthecontosorispgv2_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/0/7/9/8/8/4/settingupthecontosorispgv2_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0/7/9/8/8/4/settingupthecontosorispgv2_2MB_ch9.wmv" expression="full" duration="901" fileSize="32061899" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0/7/9/8/8/4/settingupthecontosorispgv2_ch9.mp3" expression="full" duration="901" fileSize="7216065" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0/7/9/8/8/4/settingupthecontosorispgv2_ch9.wma" expression="full" duration="901" fileSize="7307695" type="audio/x-ms-wma" medium="audio"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/0/7/9/8/8/4/settingupthecontosorispgv2_2MB_ch9.wmv" length="32061899" type="video/x-ms-wmv"></enclosure>
      <dc:creator>ajoy krishnamoorthy</dc:creator>
      <itunes:author>ajoy krishnamoorthy</itunes:author>
      <slash:comments>5</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/akMSFT/Setting-up-the-Contoso-RI-p--p-Developing-SharePoint-Applications-guidance/RSS</wfw:commentRss>
      <category>guidance</category>
      <category>installing</category>
      <category>P&amp;P</category>
      <category>Patterns &amp; Practices</category>
      <category>Patterns and Practices</category>
      <category>Sample</category>
      <category>scripts</category>
      <category>Setup</category>
      <category>SharePoint</category>
    </item>
  <item>
      <title>Walkthrough of the Contoso Reference Implementation- p &amp; p Developing SharePoint Applications guidance</title>
      <description><![CDATA[This video walks through the Contoso Partner Portal application that was developed as the reference implementation for this guidance project. We cover how to surface line of business data through the SharePoint BDC, integrate published content with LOB
 data, and various ways to access and aggregate SharePoint list data.<br /><br />Quick Links:<br /><br /><a href="http://channel9.msdn.com/posts/akMSFT/Setting-up-the-Contoso-RI-p--p-Developing-SharePoint-Applications-guidance/">Setting up the Contoso RI</a><br /><a href="http://channel9.msdn.com/posts/akMSFT/How-to-use-the-configuration-component-p--p-Developing-SharePoint-Applications-guidance/" id="ctl00_MainPlaceHolder_Starter_TitleLink">How to use the configuration component?</a>
<br /><a href="http://channel9.msdn.com/posts/akMSFT/How-to-use-the-logging-components-p--p-Developing-SharePoint-Applications-guidance/" id="ctl00_MainPlaceHolder_Starter_TitleLink">How to use the logging components?</a>
<br /><a href="http://channel9.msdn.com/posts/akMSFT/How-to-use-the-SharePoint-Service-Locator-p--p-Developing-SharePoint-Applications-guidance/">How to use the SharePoint Service Locator?
</a><br /><br /><a href="http://www.microsoft.com/spg" title="p&amp;p SharePoint Guidance Home">p&amp;p Developing SharePoint Application Guidance</a><br /><a href="http://msdn.com/practices" title="p&amp;p Home">patterns &amp; practices</a>  <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/patterns+-and-+practices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:b8e4125078074d52af7a9df80042442a">]]></description>
      <comments>http://channel9.msdn.com/Blogs/akMSFT/Walkthrough-of-the-Contoso-Reference-Implementation-p--p-Developing-SharePoint-Applications-guidance</comments>
      <itunes:summary>This video walks through the Contoso Partner Portal application that was developed as the reference implementation for this guidance project. We cover how to surface line of business data through the SharePoint BDC, integrate published content with LOB
 data, and various ways to access and aggregate SharePoint list data.Quick Links:Setting up the Contoso RIHow to use the configuration component?
How to use the logging components?
How to use the SharePoint Service Locator?
p&amp;amp;p Developing SharePoint Application Guidancepatterns &amp;amp; practices </itunes:summary>
      <itunes:duration>1003</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/akMSFT/Walkthrough-of-the-Contoso-Reference-Implementation-p--p-Developing-SharePoint-Applications-guidance</link>
      <pubDate>Wed, 02 Sep 2009 04:34:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/akMSFT/Walkthrough-of-the-Contoso-Reference-Implementation-p--p-Developing-SharePoint-Applications-guidance</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/488973_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/488973_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/3/7/9/8/8/4/walkthroughofthecontosorispgv2_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/3/7/9/8/8/4/walkthroughofthecontosorispgv2_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/3/7/9/8/8/4/walkthroughofthecontosorispgv2_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3/7/9/8/8/4/walkthroughofthecontosorispgv2_2MB_ch9.wmv" expression="full" duration="1003" fileSize="36447947" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3/7/9/8/8/4/walkthroughofthecontosorispgv2_ch9.mp3" expression="full" duration="1003" fileSize="8027792" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3/7/9/8/8/4/walkthroughofthecontosorispgv2_ch9.mp4" expression="full" duration="1003" fileSize="26726086" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3/7/9/8/8/4/walkthroughofthecontosorispgv2_ch9.wma" expression="full" duration="1003" fileSize="8127793" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3/7/9/8/8/4/walkthroughofthecontosorispgv2_Zune_ch9.wmv" expression="full" duration="1003" fileSize="28387555" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/3/7/9/8/8/4/walkthroughofthecontosorispgv2_2MB_ch9.wmv" length="36447947" type="video/x-ms-wmv"></enclosure>
      <dc:creator>ajoy krishnamoorthy</dc:creator>
      <itunes:author>ajoy krishnamoorthy</itunes:author>
      <slash:comments>4</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/akMSFT/Walkthrough-of-the-Contoso-Reference-Implementation-p--p-Developing-SharePoint-Applications-guidance/RSS</wfw:commentRss>
      <category>guidance</category>
      <category>LOB</category>
      <category>P&amp;P</category>
      <category>Patterns &amp; Practices</category>
      <category>Patterns and Practices</category>
      <category>Sample</category>
      <category>SharePoint</category>
      <category>SharePoint BDC</category>
      <category>SP List</category>
    </item>
  <item>
      <title>How to use the configuration component? - p &amp; p Developing SharePoint Applications guidance</title>
      <description><![CDATA[This video demonstrates how to use the SharePoint Guidance Library’s configuration component. Configuration providers such as feature receivers use the IConfigManager interface to set values while configuration consumers such as web parts use the IHierarchicalConfig
 interface to retrieve values.<br /><br />Quick Links:<br /><br /><a href="http://channel9.msdn.com/posts/akMSFT/Setting-up-the-Contoso-RI-p--p-Developing-SharePoint-Applications-guidance/">Setting up the Contoso RI</a><br /><a href="http://channel9.msdn.com/posts/akMSFT/Walkthrough-of-the-Contoso-Reference-Implementation-p--p-Developing-SharePoint-Applications-guidance/" id="ctl00_MainPlaceHolder_Starter_TitleLink">Walkthrough of the Contoso Reference Implementation</a><br /><a href="http://channel9.msdn.com/posts/akMSFT/How-to-use-the-logging-components-p--p-Developing-SharePoint-Applications-guidance/" id="ctl00_MainPlaceHolder_Starter_TitleLink">How to use the logging components?</a>
<br /><a href="http://channel9.msdn.com/posts/akMSFT/How-to-use-the-SharePoint-Service-Locator-p--p-Developing-SharePoint-Applications-guidance/">How to use the SharePoint Service Locator?
</a><br /><br /><a href="http://www.microsoft.com/spg" title="p&amp;p SharePoint Guidance Home">p&amp;p Developing SharePoint Application Guidance</a><br /><a href="http://msdn.com/practices" title="p&amp;p Home">patterns &amp; practices</a>  <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/patterns+-and-+practices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:18d765485c554c8999639df800423c2b">]]></description>
      <comments>http://channel9.msdn.com/Blogs/akMSFT/How-to-use-the-configuration-component-p--p-Developing-SharePoint-Applications-guidance</comments>
      <itunes:summary>This video demonstrates how to use the SharePoint Guidance Library’s configuration component. Configuration providers such as feature receivers use the IConfigManager interface to set values while configuration consumers such as web parts use the IHierarchicalConfig
 interface to retrieve values.Quick Links:Setting up the Contoso RIWalkthrough of the Contoso Reference ImplementationHow to use the logging components?
How to use the SharePoint Service Locator?
p&amp;amp;p Developing SharePoint Application Guidancepatterns &amp;amp; practices </itunes:summary>
      <itunes:duration>1094</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/akMSFT/How-to-use-the-configuration-component-p--p-Developing-SharePoint-Applications-guidance</link>
      <pubDate>Wed, 02 Sep 2009 04:33:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/akMSFT/How-to-use-the-configuration-component-p--p-Developing-SharePoint-Applications-guidance</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/488975_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/488975_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/5/7/9/8/8/4/howtousetheconfigcomponentspgv2_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/5/7/9/8/8/4/howtousetheconfigcomponentspgv2_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/5/7/9/8/8/4/howtousetheconfigcomponentspgv2_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/5/7/9/8/8/4/howtousetheconfigcomponentspgv2_2MB_ch9.wmv" expression="full" duration="1094" fileSize="39467881" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/5/7/9/8/8/4/howtousetheconfigcomponentspgv2_ch9.mp3" expression="full" duration="1094" fileSize="8756690" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/5/7/9/8/8/4/howtousetheconfigcomponentspgv2_ch9.mp4" expression="full" duration="1094" fileSize="25519322" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/5/7/9/8/8/4/howtousetheconfigcomponentspgv2_ch9.wma" expression="full" duration="1094" fileSize="8863773" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/5/7/9/8/8/4/howtousetheconfigcomponentspgv2_Zune_ch9.wmv" expression="full" duration="1094" fileSize="26900829" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/5/7/9/8/8/4/howtousetheconfigcomponentspgv2_2MB_ch9.wmv" length="39467881" type="video/x-ms-wmv"></enclosure>
      <dc:creator>ajoy krishnamoorthy</dc:creator>
      <itunes:author>ajoy krishnamoorthy</itunes:author>
      <slash:comments>7</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/akMSFT/How-to-use-the-configuration-component-p--p-Developing-SharePoint-Applications-guidance/RSS</wfw:commentRss>
      <category>Configuration</category>
      <category>guidance</category>
      <category>IConfigManager</category>
      <category>P&amp;P</category>
      <category>Patterns &amp; Practices</category>
      <category>Patterns and Practices</category>
      <category>Sample</category>
      <category>SharePoint</category>
    </item>
  <item>
      <title>How to use the SharePoint Service Locator? - p &amp; p Developing SharePoint Applications guidance</title>
      <description><![CDATA[This video demonstrates how to use the SharePoint Guidance Library’s service locator implementation. The SharePoint service locator helps with decoupling service consumers, such as web parts, from service providers which may be in a separate assembly or
 even separate WSP.<br /><br />Quick Links:<br /><a href="http://channel9.msdn.com/posts/akMSFT/Setting-up-the-Contoso-RI-p--p-Developing-SharePoint-Applications-guidance/">Setting up the Contoso RI</a><br /><a href="http://channel9.msdn.com/posts/akMSFT/Walkthrough-of-the-Contoso-Reference-Implementation-p--p-Developing-SharePoint-Applications-guidance/" id="ctl00_MainPlaceHolder_Starter_TitleLink">Walkthrough of the Contoso Reference Implementation</a><br /><a href="http://channel9.msdn.com/posts/akMSFT/How-to-use-the-configuration-component-p--p-Developing-SharePoint-Applications-guidance/" id="ctl00_MainPlaceHolder_Starter_TitleLink">How to use the configuration component?</a>
<br /><a href="http://channel9.msdn.com/posts/akMSFT/How-to-use-the-logging-components-p--p-Developing-SharePoint-Applications-guidance/" id="ctl00_MainPlaceHolder_Starter_TitleLink">How to use the logging components?</a>
<br /><br /><a href="http://www.microsoft.com/spg" title="p&amp;p SharePoint Guidance Home">p&amp;p Developing SharePoint Application Guidance</a><br /><a href="http://msdn.com/practices" title="p&amp;p Home">patterns &amp; practices</a>  <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/patterns+-and-+practices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:28ad39aac010497480cb9df800422a4d">]]></description>
      <comments>http://channel9.msdn.com/Blogs/akMSFT/How-to-use-the-SharePoint-Service-Locator-p--p-Developing-SharePoint-Applications-guidance</comments>
      <itunes:summary>This video demonstrates how to use the SharePoint Guidance Library’s service locator implementation. The SharePoint service locator helps with decoupling service consumers, such as web parts, from service providers which may be in a separate assembly or
 even separate WSP.Quick Links:Setting up the Contoso RIWalkthrough of the Contoso Reference ImplementationHow to use the configuration component?
How to use the logging components?
p&amp;amp;p Developing SharePoint Application Guidancepatterns &amp;amp; practices </itunes:summary>
      <itunes:duration>726</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/akMSFT/How-to-use-the-SharePoint-Service-Locator-p--p-Developing-SharePoint-Applications-guidance</link>
      <pubDate>Wed, 02 Sep 2009 04:32:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/akMSFT/How-to-use-the-SharePoint-Service-Locator-p--p-Developing-SharePoint-Applications-guidance</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/488984_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/488984_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/4/8/9/8/8/4/howtousethesvclocatorspgv2_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/4/8/9/8/8/4/howtousethesvclocatorspgv2_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/4/8/9/8/8/4/howtousethesvclocatorspgv2_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/4/8/9/8/8/4/howtousethesvclocatorspgv2_2MB_ch9.wmv" expression="full" duration="726" fileSize="22471255" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/4/8/9/8/8/4/howtousethesvclocatorspgv2_ch9.mp3" expression="full" duration="726" fileSize="5812174" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/4/8/9/8/8/4/howtousethesvclocatorspgv2_ch9.wma" expression="full" duration="726" fileSize="5886809" type="audio/x-ms-wma" medium="audio"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/4/8/9/8/8/4/howtousethesvclocatorspgv2_2MB_ch9.wmv" length="22471255" type="video/x-ms-wmv"></enclosure>
      <dc:creator>ajoy krishnamoorthy</dc:creator>
      <itunes:author>ajoy krishnamoorthy</itunes:author>
      <slash:comments>4</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/akMSFT/How-to-use-the-SharePoint-Service-Locator-p--p-Developing-SharePoint-Applications-guidance/RSS</wfw:commentRss>
      <category>guidance</category>
      <category>P&amp;P</category>
      <category>Patterns &amp; Practices</category>
      <category>Patterns and Practices</category>
      <category>Sample</category>
      <category>service locator</category>
      <category>SharePoint</category>
    </item>
  <item>
      <title>How to use the logging components? - p &amp; p Developing SharePoint Applications guidance</title>
      <description><![CDATA[This video demonstrates how to use the SharePoint Guidance Library’s logging components. The SharePointLogger can be used to log messages to IT Pro oriented sinks such as the Windows EventLog and to developer oriented sinks such as the SharePoint ULS.<br /><br />Quick Links:<br /><br /><a href="http://channel9.msdn.com/posts/akMSFT/Setting-up-the-Contoso-RI-p--p-Developing-SharePoint-Applications-guidance/">Setting up the Contoso RI</a><br /><a href="http://channel9.msdn.com/posts/akMSFT/Walkthrough-of-the-Contoso-Reference-Implementation-p--p-Developing-SharePoint-Applications-guidance/" id="ctl00_MainPlaceHolder_Starter_TitleLink">Walkthrough of the Contoso Reference Implementation</a><br /><a href="http://channel9.msdn.com/posts/akMSFT/How-to-use-the-configuration-component-p--p-Developing-SharePoint-Applications-guidance/" id="ctl00_MainPlaceHolder_Starter_TitleLink">How to use the configuration component?</a>
<br /><a href="http://channel9.msdn.com/posts/akMSFT/How-to-use-the-SharePoint-Service-Locator-p--p-Developing-SharePoint-Applications-guidance/">How to use the SharePoint Service Locator?
</a><br /><br /><a href="http://www.microsoft.com/spg" title="p&amp;p SharePoint Guidance Home">p&amp;p Developing SharePoint Application Guidance</a><br /><a href="http://msdn.com/practices" title="p&amp;p Home">patterns &amp; practices</a>  <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/patterns+-and-+practices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:ff69e6238701458e93a59df80042346b">]]></description>
      <comments>http://channel9.msdn.com/Blogs/akMSFT/How-to-use-the-logging-components-p--p-Developing-SharePoint-Applications-guidance</comments>
      <itunes:summary>This video demonstrates how to use the SharePoint Guidance Library’s logging components. The SharePointLogger can be used to log messages to IT Pro oriented sinks such as the Windows EventLog and to developer oriented sinks such as the SharePoint ULS.Quick Links:Setting up the Contoso RIWalkthrough of the Contoso Reference ImplementationHow to use the configuration component?
How to use the SharePoint Service Locator?
p&amp;amp;p Developing SharePoint Application Guidancepatterns &amp;amp; practices </itunes:summary>
      <itunes:duration>855</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/akMSFT/How-to-use-the-logging-components-p--p-Developing-SharePoint-Applications-guidance</link>
      <pubDate>Wed, 02 Sep 2009 04:32:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/akMSFT/How-to-use-the-logging-components-p--p-Developing-SharePoint-Applications-guidance</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/488978_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/488978_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/8/7/9/8/8/4/howtousetheloggingcomponentspgv2_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/8/7/9/8/8/4/howtousetheloggingcomponentspgv2_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/8/7/9/8/8/4/howtousetheloggingcomponentspgv2_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/8/7/9/8/8/4/howtousetheloggingcomponentspgv2_2MB_ch9.wmv" expression="full" duration="855" fileSize="29644359" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/8/7/9/8/8/4/howtousetheloggingcomponentspgv2_ch9.mp3" expression="full" duration="855" fileSize="6846398" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/8/7/9/8/8/4/howtousetheloggingcomponentspgv2_ch9.wma" expression="full" duration="855" fileSize="6932195" type="audio/x-ms-wma" medium="audio"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/8/7/9/8/8/4/howtousetheloggingcomponentspgv2_2MB_ch9.wmv" length="29644359" type="video/x-ms-wmv"></enclosure>
      <dc:creator>ajoy krishnamoorthy</dc:creator>
      <itunes:author>ajoy krishnamoorthy</itunes:author>
      <slash:comments>2</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/akMSFT/How-to-use-the-logging-components-p--p-Developing-SharePoint-Applications-guidance/RSS</wfw:commentRss>
      <category>guidance</category>
      <category>logging</category>
      <category>P&amp;P</category>
      <category>Patterns &amp; Practices</category>
      <category>Patterns and Practices</category>
      <category>Sample</category>
      <category>SharePoint</category>
    </item>
  <item>
      <title>Building WPF and Silverlight Applications with a Single Code Base Using Prism - MSDN Magazine Article</title>
      <description><![CDATA[<a href="http://erwinvandervalk.net/" title="Erwin's blog">Erwin</a>&nbsp;from&nbsp;<a href="http://msdn.microsoft.com/practices" title="p&amp;p homepage">patterns &amp; practices</a> team&nbsp;just wrote an article for MSDN Magazine on &quot;Building WPF and Silverlight applications
 using Prism&quot;. Check it out <a href="http://msdn.microsoft.com/en-us/magazine/dvdarchive/ee321573.aspx" title="Magazine link">
here</a>.<br /><br />Related links:<br />p&amp;p Prism: <a href="http://www.microsoft.com/prism">http://www.microsoft.com/prism</a><br /><strong><span>p&amp;p Satisfaction Survey:</span></strong> <a href="http://tinyurl.com/pnpsurvey">
http://tinyurl.com/pnpsurvey</a><br /><br />Happy Reading!  <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/patterns+-and-+practices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:3c4d1bd2955d4d259e6e9df8004262a3">]]></description>
      <comments>http://channel9.msdn.com/Blogs/akMSFT/Building-WPF-and-Silverlight-Applications-with-a-Single-Code-Base-Using-Prism-MSDN-Magazine-Article</comments>
      <itunes:summary>Erwin&amp;nbsp;from&amp;nbsp;patterns &amp;amp; practices team&amp;nbsp;just wrote an article for MSDN Magazine on &amp;quot;Building WPF and Silverlight applications
 using Prism&amp;quot;. Check it out 
here.Related links:p&amp;amp;p Prism: http://www.microsoft.com/prismp&amp;amp;p Satisfaction Survey: 
http://tinyurl.com/pnpsurveyHappy Reading! </itunes:summary>
      <link>http://channel9.msdn.com/Blogs/akMSFT/Building-WPF-and-Silverlight-Applications-with-a-Single-Code-Base-Using-Prism-MSDN-Magazine-Article</link>
      <pubDate>Tue, 18 Aug 2009 00:18:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/akMSFT/Building-WPF-and-Silverlight-Applications-with-a-Single-Code-Base-Using-Prism-MSDN-Magazine-Article</guid>      
      <dc:creator>ajoy krishnamoorthy</dc:creator>
      <itunes:author>ajoy krishnamoorthy</itunes:author>
      <slash:comments>3</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/akMSFT/Building-WPF-and-Silverlight-Applications-with-a-Single-Code-Base-Using-Prism-MSDN-Magazine-Article/RSS</wfw:commentRss>
      <category>Composite</category>
      <category>guidance</category>
      <category>magazine</category>
      <category>modularity</category>
      <category>P&amp;P</category>
      <category>Patterns &amp; Practices</category>
      <category>Patterns and Practices</category>
      <category>Prism</category>
      <category>Silverlight</category>
      <category>WPF</category>
    </item>
  <item>
      <title>Brian Harry on Agile delivery of VSTS</title>
      <description><![CDATA[A short video of Brian Harry describing the strategy for delivering new VSTS features off-cycle.
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/patterns+-and-+practices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:3ce8c6d1cdb240bc801a9deb017919e3">]]></description>
      <comments>http://channel9.msdn.com/Blogs/KeithPleas/Brian-Harry-on-Agile-delivery-of-VSTS</comments>
      <itunes:summary>A short video of Brian Harry describing the strategy for delivering new VSTS features off-cycle.
</itunes:summary>
      <itunes:duration>151</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/KeithPleas/Brian-Harry-on-Agile-delivery-of-VSTS</link>
      <pubDate>Fri, 14 Aug 2009 21:05:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/KeithPleas/Brian-Harry-on-Agile-delivery-of-VSTS</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/485175_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/485175_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/5/7/1/5/8/4/BrainHarryAgileVSTS_large_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/5/7/1/5/8/4/BrainHarryAgileVSTS_small_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/5/7/1/5/8/4/BrainHarryAgileVSTS_2MB_ch9.wmv" expression="full" duration="151" fileSize="19398403" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/5/7/1/5/8/4/BrainHarryAgileVSTS_ch9.mp3" expression="full" duration="151" fileSize="1211366" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/5/7/1/5/8/4/BrainHarryAgileVSTS_ch9.mp4" expression="full" duration="151" fileSize="12622764" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/5/7/1/5/8/4/BrainHarryAgileVSTS_ch9.wma" expression="full" duration="151" fileSize="1230603" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/5/7/1/5/8/4/BrainHarryAgileVSTS_ch9.wmv" expression="full" duration="151" fileSize="28567693" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/5/7/1/5/8/4/BrainHarryAgileVSTS_Zune_ch9.wmv" expression="full" duration="151" fileSize="15719621" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/ch9/5/7/1/5/8/4/BrainHarryAgileVSTS_s_ch9.wmv" expression="full" duration="151" fileSize="219" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/5/7/1/5/8/4/BrainHarryAgileVSTS_ch9.wmv" length="28567693" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Keith Pleas</dc:creator>
      <itunes:author>Keith Pleas</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/KeithPleas/Brian-Harry-on-Agile-delivery-of-VSTS/RSS</wfw:commentRss>
      <category>Agile</category>
      <category>Patterns &amp; Practices</category>
      <category>Patterns and Practices</category>
      <category>Visual Studio</category>
      <category>Visual Studio 2010</category>
    </item>    
</channel>
</rss>