<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:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>geekspeak - Channel 9</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/shows/geekspeak/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>geekspeak - Channel 9</title><link>http://channel9.msdn.com/shows/geekSpeak/</link></image><description>geekSpeak is a weekly “talk-radio” for developers by working developers.  Co-hosted by Glen Gordon and Lynn Langit (MSDN events).  You ask the questions – working experts answer.  Engaging talk w/whiteboard and demos – live or recorded.  Pre-show questions and post-show resources on the geekSpeak blog.</description><link>http://channel9.msdn.com/shows/geekSpeak/</link><language>en-us</language><pubDate>Mon, 28 Jul 2008 22:47:09 GMT</pubDate><lastBuildDate>Mon, 28 Jul 2008 22:47:09 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3192.39714, Culture=neutral, PublicKeyToken=null)</generator><item><title>geekSpeak recording: The Mole Visualizer with Karl Shifflet</title><description>&lt;img src="http://channel9.msdn.com/Link/84c224b4-7f80-4d8a-a9c7-d1dfccc03295/" border="0" /&gt;&lt;p&gt;One of the things we like to do from time to time on geekSpeak is feature technology contributions that come out of the developer community. A very prominent contribution is &lt;a href="http://karlshifflett.wordpress.com/mole-for-visual-studio/"&gt;the Mole project&lt;/a&gt;, a very popular and powerful visualizer for Visual Studio. Mole is a community project that’s been developed by several people, most notably &lt;a href="http://karlshifflett.wordpress.com/"&gt;Karl Shifflett&lt;/a&gt;, who is a Microsoft MVP for WPF .  &lt;/p&gt;
&lt;p&gt;In this geekSpeak, Karl runs through how to install Mole and gives some tips on how to use it with ASP.NET. Mole’s ability to drill down into your object trees and highlight what’s going on in there is indispensible when debugging your apps.  I could list cool feature after cool feature of Mole, but it’s best to see them in action, so give this geekSpeak a viewing. Karl also gives some great tips for those of you who are feeling the urge to build your own visualizers. Karl totally deserves the Maverick reference we joke about during his introduction, he’s  a top gun when it comes to Mole demos!&lt;/p&gt;
&lt;p&gt;Since the time this geekSpeak was recorded, Karl has joined the team at Microsoft that builds the WPF designers (Cider) for Visual Studio. I’m sure we can look for continued WPF goodness from Karl in the future!&lt;/p&gt;&lt;img src="http://channel9.msdn.com/418216/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-The-Mole-Visualizer-with-Karl-Shifflet/</comments><link>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-The-Mole-Visualizer-with-Karl-Shifflet/</link><pubDate>Mon, 28 Jul 2008 23:00:00 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-The-Mole-Visualizer-with-Karl-Shifflet/</guid><evnet:views>4149</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418216/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>This geekSpeak recording highlights the Mole visualizer, a community project that makes debugging XAML a breeze. Join hosts Glen Gordon and Brian Hitney as they hear (and see) about Mole from one of its creators, Karl Shifflet.</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/1/2/8/1/4/geekSpeak20080423_large_ch9.jpg" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/84c224b4-7f80-4d8a-a9c7-d1dfccc03295/" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/1/2/8/1/4/geekSpeak_20080423.wmv" expression="full" duration="3677" fileSize="14523332" type="video/x-ms-wmv" medium="video" /><media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/ch9/6/1/2/8/1/4/geekSpeak_20080423.wmv" expression="full" duration="3677" fileSize="204" type="video/x-ms-wmv" medium="video" /></media:group><dc:creator>glengo</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-The-Mole-Visualizer-with-Karl-Shifflet/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/418216/Trackback.aspx</trackback:ping><category>Featured</category><category>Visual Studio</category><category>WPF</category></item><item><title>geekSpeak recording: Inside LINQ to XML with Paul Sheriff</title><description>&lt;p&gt;In this &lt;a href="http://blogs.msdn.com/geekSpeak"&gt;geekSpeak&lt;/a&gt;, Paul Sheriff focuses on LINQ to XML and reveals lots of tips for getting up to speed with it. We loved seeing the new techniques for building XML documents using the XDocument type that are tremendous time savers. He helps us understand what is LINQ, what’s LINQ to XML, and what are the new XML handling capabilities of VB and C#. He shows a nice example of LINQ to SQL output with XML literals interleaved, as well as an actual LINQ to XML query that comes back with (surprise) XML.&lt;/p&gt;
&lt;p&gt;Paul also addresses some of the why, where and when XML, which is something many of us face. He shows us how he uses XML for prototyping very quickly. Also Paul shares some simple yet great techniques he uses to keep his team members up to date on skills. &lt;/p&gt;
&lt;p&gt;Other tips range from how to get Intellisense in XML in your project to working with aggregates to what the heck the SingleOrDefault method does. Are you an XPath guru? Watch Paul’s tips on incorporating XPath queries into LINQ to XML as a transitional approach. &lt;/p&gt;
&lt;p&gt;Some fun moments on the show are Paul slipping in a COBOL .NET reference, and his explanation as to why he's glad he&amp;nbsp;took an “anti-Glen” pill that morning. :)&lt;/p&gt;
&lt;p&gt;Finally, Paul has a great freebie he’s making available for geekSpeak fans, so listen out for the URL he shares. &lt;/p&gt;
&lt;p&gt;This geekSpeak was hosted by &lt;a href="http://blogs.msdn.com/glengordon"&gt;Glen Gordon&lt;/a&gt; and &lt;a href="http://blogs.msdn.com/socaldevgal"&gt;Lynn Langit&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;About our guest&lt;/strong&gt;: Paul Sheriff, President, PDSA, Inc.&lt;/p&gt;
&lt;p&gt;Paul Sheriff is the president of PDSA, Inc., a Microsoft Certified Partner in Southern California. Paul acts as the Microsoft Regional Director for Southern California assisting the local Microsoft offices with several of their events each year and being an evangelist for them. He has authored several books, webcasts, videos, and articles on the Microsoft .NET Framework, Microsoft SQL Server, and Windows SharePoint Services. Paul can be reached via &lt;a href="http://www.paulsheriffinnercircle.com"&gt;www.paulsheriffinnercircle.com&lt;/a&gt;.&lt;br /&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/406551/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-Inside-LINQ-to-XML-with-Paul-Sheriff/</comments><link>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-Inside-LINQ-to-XML-with-Paul-Sheriff/</link><pubDate>Thu, 29 May 2008 22:07:26 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/ch9/1/5/5/6/0/4/407333_geekSpeak_20080416.wmv</guid><evnet:views>4744</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/406551/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;p&gt;In this &lt;a href="http://blogs.msdn.com/geekSpeak"&gt;geekSpeak&lt;/a&gt;, Paul Sheriff focuses on LINQ to XML and reveals lots of tips for getting up to speed with it. We loved seeing the new techniques for building XML documents using the XDocument type that are tremendous time savers. He helps us understand what is LINQ, what’s LINQ to XML, and what are the new XML handling capabilities of VB and C#. He shows a nice example of LINQ to SQL output with XML literals interleaved, as well as an actual LINQ to XML query that comes back with (surprise) XML.&lt;/p&gt;</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/bd2528eb-b56b-4f74-8855-37a22cc7ddde/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/8f9d5963-5f5e-49aa-a57a-84354ae8267c/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/1ce09a9d-5ba9-42d0-be5c-ac1dedeb606d/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/a9f956de-6e6d-425b-ad12-aee9ca5441a0/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/4a479622-a2bf-4f9f-a941-db1b34a93b35/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/41205703-65ec-4aeb-8fdc-ae93b0a90440/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/5e743410-9827-43a9-a519-4fda4f697b97/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/ed54d324-d4aa-4dde-aa2c-7621c04d4e58/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/1/5/5/6/0/4/407333_geekSpeak_20080416.wmv" expression="full" duration="3640" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/1/5/5/6/0/4/407333.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/1/5/5/6/0/4/407333_geekSpeak_20080416.wmv" length="0" type="video/x-ms-wmv" /><dc:creator>glengo</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-Inside-LINQ-to-XML-with-Paul-Sheriff/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/406551/Trackback.aspx</trackback:ping><category>Featured</category><category>LINQ</category><category>XML</category></item><item><title>geekSpeak recording: All About Team Build 2008 with Steven Borg</title><description>&lt;p&gt;In this episode of &lt;a href="http://blogs.msdn.com/geekSpeak"&gt;geekSpeak&lt;/a&gt;, Steven Borg shares the merits of using &lt;a href="http://blogs.msdn.com/buckh/archive/2007/08/14/tfs-2008-a-basic-guide-to-team-build-2008.aspx"&gt;Team Build 2008 &lt;/a&gt;to radically improve the quality of the code you write. Steven gives a great overview of how to set up automated builds and a build server, and the benefits of investing the time to do it right.&lt;/p&gt;
&lt;p&gt;Steven also spends a bit of time talking about why he loves &lt;a href="http://msdn.microsoft.com/en-us/library/aa730844(vs.80).aspx"&gt;Test-Driven Development&lt;/a&gt; (TDD) - but pragmatically rather than zealously. Nonetheless, things like work items, build reports, logs and changesets available with Team Foundation Server can help developers zero in on bugs that "break the build". Breaking the build is bad, and we have a good chuckle about some of the stiff "penalties" that various development teams (even some within Microsoft) come up with for that infraction. &lt;/p&gt;
&lt;p&gt;Also in this geekSpeak, get the scoop on what's on the horizon for setup and deployment projects, and hear about a great tool called &lt;a href="http://sourceforge.com/wix"&gt;WIX&lt;/a&gt; which makes building projects into MSI files super easy. Steven goes so far as to say that WIX actually changed the way he works, listen to him explain why.&lt;/p&gt;
&lt;p&gt;Steven also gives tips on how many of you already have access to &lt;a href="http://msdn.microsoft.com/en-us/tfs2008/default.aspx"&gt;Team Foundation Server &lt;/a&gt;(and therefore, Team Build) and don't even know it. So it's easy to incorporate these tools into your software build process and, through the Continuous Integration they afford, drive up quality and enhance team involvement. As Steven says, it's like "a little bit of magic."&lt;/p&gt;
&lt;p&gt;This geekSpeak was hosted by &lt;a href="http://blogs.msdn.com/socaldevgal"&gt;Lynn Langit&lt;/a&gt; and &lt;a href="http://blogs.msdn.com/mithund"&gt;Mithun Dhar&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;About our guest: &lt;/strong&gt;&lt;a href="http://blog.nwcadence.com/"&gt;&lt;strong&gt;Steven Borg&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Steven Borg, a Northwest Cadence principal and the Microsoft Visual Studio Team System (VSTS) practice lead, works with corporations to improve their automated build process and overall software development process. In addition, Steven assists the Team System community as a Team System Most Valuable Professional (MVP), and was a founding member of the Seattle-based VSTS User Group. Northwest Cadence is a Microsoft Certified Partner and VSTS Inner Circle partner that focuses exclusively on helping companies improve their Application Lifecycle Management using Visual Studio Team System.&lt;/p&gt;&lt;img src="http://channel9.msdn.com/403265/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-All-About-Team-Build-2008-with-Steven-Borg/</comments><link>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-All-About-Team-Build-2008-with-Steven-Borg/</link><pubDate>Tue, 13 May 2008 22:09:00 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-All-About-Team-Build-2008-with-Steven-Borg/</guid><evnet:views>3237</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/403265/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>In this episode of geekSpeak, Steven Borg shares the merits of using Team Build 2008 to radically improve the quality of the code you write. Steven gives a great overview of how to set up automated builds and a build server, and the benefits of investing the time to do it right. Steven also spends a bit of time talking about why he loves Test-Driven Development (TDD) - but pragmatically rather than zealously. Nonetheless, things like work items, build reports, logs and changesets available with Team Foundation Server can help developers zero in on bugs that "break the build". Breaking the…</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/6edf6d61-bae0-4149-8474-d31903a08683/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/a6e900f5-3752-4bd6-8238-2cba9b09d3e8/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/69996182-4ec2-4718-bf66-159e7d89ef11/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/d0d030c3-ffd4-4a51-81c3-1987bd1b949b/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/f56f498e-6137-4660-a834-4cfcd5337cae/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/415e0c57-dbf0-43e4-9252-a07c22ac7581/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/71695d0e-7afa-4e07-81a1-a188b912b0ca/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/18b088fb-110b-4bd6-8da5-a31557bae879/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/5fa23fa4-d469-458b-bd5e-ab760e2916e2/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/662c9715-fb22-420b-b19f-d8fe486704e4/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/23fef695-f02d-4cb4-8051-30fda3036f1c/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/7342e988-ef0a-4177-8ab3-41ed8d4c88da/" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/6/2/3/0/4/404076_geekspeak_20080409.wmv" expression="full" duration="3460" fileSize="21437" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/6/2/3/0/4/404076.jpg" expression="full" type="image/jpeg" medium="image" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/6/2/3/0/4/404076_geekspeak_20080409.wmv" expression="full" duration="3460" fileSize="21437" type="video/x-ms-wmv" medium="video" /></media:group><dc:creator>glengo</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-All-About-Team-Build-2008-with-Steven-Borg/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/403265/Trackback.aspx</trackback:ping><category>Architecture</category><category>Deployment</category><category>MSBuild</category><category>MSI</category><category>Patterns Practices</category><category>Scrum</category><category>Software Testing</category><category>Team Foundation Server</category><category>Team System</category><category>Test Driven Development</category><category>Visual Studio</category><category>WiX</category></item><item><title>geekSpeak recording: LINQ Migration Strategies with Jim Wooley</title><description>&lt;p&gt;Here's a very practical geekSpeak that's loaded with tips on how to incorporate LINQ into existing architectures and applications. Our guest Jim Wooley has a longtime background with databases, coming out of the Access and Foxpro world. He shares his insights about how the advent of LINQ brings with it a new paradigm for working with data. This geekSpeak will get you thinking about data access in different ways - about a functional approach that's less about iterative manipulation - plus how this type of data access will find its home in future technologies like Silverlight.&lt;/p&gt;
&lt;p&gt;As for thoughts of any actual "migrations" you might have been entertaining, give some thought to Jim's tips in here and consider the business justification and trade-offs. Listen to Jim's points about maintainability and how you can use LINQ to enhance what you're already doing. It's compelling to think about getting some slick benefits from LINQ to SQL like cached query plans and precompiled optimizations, as well as free concurrency checking without having to rewrite your whole application. &lt;/p&gt;
&lt;p&gt;Conceptually, you'll get a better sense of what's in LINQ versus what's in LINQ to SQL by considering things like the fact that CRUD operations are a part of LINQ to SQL, not LINQ. And that the CRUD equivalent in LINQ to XML for example is a save/load of the whole document.&lt;/p&gt;
&lt;p&gt;Architecturally, Jim explains why passing DataContext objects across tiers is a bad idea, and what parts of your LINQ objects you should and shouldn't pass. He also touches on how ADO.NET Data Services (Project Astoria) will be able to expose anything that implements IQueryably to the outside world, and how it will be extended to allow updates as well.&lt;/p&gt;
&lt;p&gt;Practically, Jim runs through how he updated the data access layer of the &lt;a href="http://www.asp.net/downloads/starter-kits/personal/"&gt;Personal Website Starter Kit&lt;/a&gt;&amp;nbsp;(an ASP.NET 2.0 sample). You can do this&amp;nbsp;yourself, and it's a great chance to learn about applying LINQ to an existing architecture. He also illustrates how (forgetting data access for a moment) LINQ can help you write better loops and finds, and gets you ready for parallelism in LINQ.&lt;/p&gt;
&lt;p&gt;Also, for no good reason, Jim also shows a neat trick for writing a single VB statement on multiple lines by using XML literals. &lt;br /&gt;&lt;strong&gt;&lt;br /&gt;About our guest: Jim Wooley&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/geekspeak/WindowsLiveWriter/NextgeekSpeakLINQMigrationStrategieswith_B4C4/JimWooley_2.jpg"&gt;&lt;img border="0" alt="JimWooley" src="http://blogs.msdn.com/blogfiles/geekspeak/WindowsLiveWriter/NextgeekSpeakLINQMigrationStrategieswith_B4C4/JimWooley_thumb.jpg" width="223" height="241" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Jim is a Microsoft MVP and has been working with .Net since the initial PDC bits in 2000, releasing his first application 1 week before the .Net 1.0 go-live. He has been active evangelizing LINQ since it's announcement in 2005. Jim is actively involved in the Atlanta developer community and is a frequent speaker. He is a co-author of the recently released “LINQ in Action” &lt;/em&gt;&lt;a href="http://www.manning.com/marguerie/"&gt;&lt;em&gt;http://www.manning.com/marguerie/&lt;/em&gt;&lt;/a&gt;&lt;em&gt;. Jim's blog is &lt;/em&gt;&lt;a href="http://www.thinqlinq.com/"&gt;&lt;em&gt;http://www.thinqlinq.com&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/401613/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-LINQ-Migration-Strategies-with-Jim-Wooley/</comments><link>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-LINQ-Migration-Strategies-with-Jim-Wooley/</link><pubDate>Mon, 05 May 2008 21:23:46 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/ch9/3/1/6/1/0/4/402424_geekspeak_20080402.wmv</guid><evnet:views>3429</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/401613/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;p&gt;Here's a very practical geekSpeak that's loaded with tips on how to incorporate LINQ into existing architectures and applications. Our guest Jim Wooley has a longtime background with databases, coming out of the Access and Foxpro world. He shares his insights about how the advent of LINQ brings with it a new paradigm for working with data. This geekSpeak will get you thinking about data access in different ways - about a functional approach that's less about iterative manipulation - plus how this type of data access will find its home in future technologies like Silverlight.&lt;/p&gt;</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/59011c61-927a-49de-bc45-192eb07b6769/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/998fd3f9-3116-4024-8383-35dea0e54084/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/9d0e2810-647b-43de-b96d-65de204e3bda/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/1c477944-1edb-4d10-a28e-6affdfcbd895/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/92be997f-7d22-4efa-a900-85499cb5c67c/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/c2e881ae-413d-4e06-b8ca-858aeee5ab97/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/fda44044-ca7a-4849-9df5-70c3b77dea85/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/ca45aff2-c0c3-4651-9a37-5468d1b674f3/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/bbff4253-f7ad-4203-8522-64ee099b7c2d/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/1fd95cd2-0da9-400d-a148-d0aea9967e2b/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/3/1/6/1/0/4/402424_geekspeak_20080402.wmv" expression="full" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/3/1/6/1/0/4/402424.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/3/1/6/1/0/4/402424_geekspeak_20080402.wmv" length="0" type="video/x-ms-wmv" /><dc:creator>glengo</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-LINQ-Migration-Strategies-with-Jim-Wooley/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/401613/Trackback.aspx</trackback:ping><category>Architecture</category><category>Astoria</category><category>LINQ</category><category>SQL Server</category></item><item><title>geekSpeak recording: Tame Your Software Dependencies with James Kovacs</title><description>&lt;p&gt;For your viewing enjoyment, here is a very thought provoking geekSpeak episode.&amp;nbsp; James Kovacs is the guest, and he really shows us the the shortcomings of tightly coupled architectures from the perspective of testing and maintenance.&lt;/p&gt;
&lt;p&gt;James gives lots of guidance on how to avoid introducing dependencies that result in too-tightly-coupled a design. The decoupled approach makes a lot of sense once you see it, and you've probably been doing it to a lesser degree without even being aware of it. &lt;/p&gt;
&lt;p&gt;There's also a lot of good discussion in here about Test Driven Development, and how tight coupling impacts the ability to create effective tests that are poor at isolating the errors you need to fix. James shows how using unit testing frameworks can reveal this coupling nicely.&lt;/p&gt;
&lt;p&gt;James also introduces the concept of mock objects, and compares them to fake objects. He also shows off a couple of interesting tools.&lt;/p&gt;
&lt;p&gt;Watch this geekSpeak to learn more about how you can create more nimble code bases and avoid ripple effects when code is changed. Also, see if you can figure out where Glen's audio got disconnected! Be sure to read &lt;a href="http://msdn2.microsoft.com/en-us/magazine/cc337885.aspx"&gt;the article James wrote for MSDN magazine &lt;/a&gt;to extend your learning.&lt;br /&gt;&lt;br /&gt;More resources related to this geekSpeak can be found &lt;a href="http://blogs.msdn.com/geekspeak/archive/2008/04/15/resources-for-geekspeak-tame-your-software-dependencies-with-james-kovacs.aspx"&gt;on our geekSpeak blog&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;About our guest: &lt;/strong&gt;James Kovacs&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/geekspeak/WindowsLiveWriter/NextgeekSpeakTameyourSoftwareDependencie_9B84/JamesKovacs(150x200)_4.jpg"&gt;&lt;img border="0" alt="JamesKovacs(150x200)" src="http://blogs.msdn.com/blogfiles/geekspeak/WindowsLiveWriter/NextgeekSpeakTameyourSoftwareDependencie_9B84/JamesKovacs(150x200)_thumb_1.jpg" width="154" height="204" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;&lt;em&gt;James is an independent architect, developer, trainer, and jack-of-all-trades, specializing in agile development using the Microsoft .NET Framework. He is passionate about helping developers create flexible software using test-driven development (TDD), unit testing, object-relational mapping, dependency injection, refactoring, continuous integration, and related techniques. He is a founding member of the Plumbers @ Work podcast, which is syndicated by MSDN Canada Community Radio. James is a Microsoft Most Valuable Professional (MVP) - Solutions Architect and card-carrying member of ALT.NET, a group of software professionals continually looking for more effective ways to develop applications. He received his master's degree from Harvard University. James can be reached through his blog &lt;a href="http://www.jameskovacs.com/"&gt;http://www.jameskovacs.com&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/262257/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-Tame-Your-Software-Dependencies-with-James-Kovacs/</comments><link>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-Tame-Your-Software-Dependencies-with-James-Kovacs/</link><pubDate>Tue, 15 Apr 2008 22:20:47 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/ch9/7/5/2/2/6/2/397927_geekspeak_20080326.wmv</guid><evnet:views>2427</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/262257/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;p&gt;For your viewing enjoyment, here is a very thought provoking geekSpeak episode.&amp;nbsp; James Kovacs is the guest, and he really shows us the the shortcomings of tightly coupled architectures from the perspective of testing and maintenance.&lt;/p&gt;
&lt;p&gt;James gives lots of guidance on how to avoid introducing dependencies that result in too-tightly-coupled a design. The decoupled approach makes a lot of sense once you see it, and you've probably been doing it to a lesser degree without even being aware of it. &lt;/p&gt;</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/e765fa14-d8ef-4694-9b6f-12cacce4ec6a/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/3964d4f8-309c-4459-8aa0-1568ae4356fc/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/3a64b17e-cd63-414d-86dd-2392fa22c3d5/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/f5511b5e-d67e-4242-a1c3-e1bc9ea36048/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/5/2/2/6/2/397927_geekspeak_20080326.wmv" expression="full" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/5/2/2/6/2/397927.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/5/2/2/6/2/397927_geekspeak_20080326.wmv" length="0" type="video/x-ms-wmv" /><dc:creator>glengo</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-Tame-Your-Software-Dependencies-with-James-Kovacs/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/262257/Trackback.aspx</trackback:ping><category>Architecture</category><category>Software Testing</category></item><item><title>geekSpeak recording: Advanced ASP.NET with Michele Leroux Bustamante</title><description>&lt;p&gt;Michèle Leroux Bustamante is chief architect of IDesign Inc., Microsoft Regional Director for San Diego, and Microsoft Most Valuable Professional (MVP) for Connected Systems. At IDesign, Michèle provides training, mentoring, and high-end architecture consulting services focusing on Web services, scalable and secure architecture design for Microsoft .NET, federated security scenarios, Web services, and interoperability and globalization architecture. Michele participates in software design reviews for products in the Microsoft road map, including Windows Communication Foundation, CardSpace, and other security-focused products. She is a member of the International .NET Speakers Association (INETA), a frequent conference presenter, conference chair for SD West, and is frequently published in several major technology journals. Michele is also on the board of directors for IASA (International Association of Software Architects), and a program advisor to University of California San Diego (UCSD) Extension. Her latest book is Learning WCF (O'Reilly, 2007)—see her book blog here: &lt;a href="http://www.thatindigogirl.com"&gt;www.thatindigogirl.com&lt;/a&gt;. Reach her at &lt;a href="http://channel9.msdn.commailto:mlb@idesign.net&gt;mlb@idesign.net&lt;/a&gt;, or visit &lt;a href="http://www.idesign.net"&gt;www.idesign.net&lt;/a&gt; and her main blog at &lt;a href="http://www.dasblonde.net"&gt;www.dasblonde.net&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;In the geekSpeak, Michele discusses timely topics in ASP.NET such as extending the ASP.NET profile service by appropriately using custom HttpModules to support dynamic implementation of master pages, application localization and more.&amp;nbsp; She goes on to discuss improvements to ASP.NET like the AJAX-programming paradigm&amp;nbsp;with&amp;nbsp;asynchronous access to data, and then the ASP.NET 3.5 extensions - new MVC, new ADO.NET data services libraries. &lt;br /&gt;&lt;br /&gt;Michele gives her perspective on RIAs, including Flash, Silverlight, typical web applications and WPF (or rich client) - when to use which one from an architectural perspective. &lt;/p&gt;
&lt;p&gt;She goes on to discuss SOAP vs. REST WCF services and the evolution of the programming model from raw SOAP message construction to REST-based calls which include wrappers and then onto JSON-based WCF services.&amp;nbsp; Next she shows the the ServiceHostFactory, and the WebScriptServiceHostFactory. She then presents the ASP.NET extensions ADO.NET data services (formerly Astoria). She concludes with an interesting discussion of when to use which type of service - SOAP or REST. &lt;br /&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/261897/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-Advanced-ASPNET-with-Michele-Leroux-Bustamante/</comments><link>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-Advanced-ASPNET-with-Michele-Leroux-Bustamante/</link><pubDate>Thu, 27 Mar 2008 22:43:16 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/ch9/7/9/8/1/6/2/393131_MLB_WCF.wmv</guid><evnet:views>4083</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/261897/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Michèle Leroux Bustamante is chief architect of IDesign Inc., Microsoft Regional Director for San Diego, and Microsoft Most Valuable Professional (MVP) for Connected Systems. At IDesign, Michèle provides training, mentoring, and high-end architecture consulting services focusing on Web services, scalable and secure architecture design for Microsoft .NET, federated security scenarios, Web services, and interoperability and globalization architecture. Michele participates in software design reviews for products in the Microsoft road map, including Windows Communication Foundation, CardSpace, and…</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/fe2960dc-0bb8-4e08-992a-b2db4d86b794/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/b6c6301f-4bb5-4d7b-a622-f549ace38f7c/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/282e690c-b937-4f57-921a-be753e0f9043/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/c29fe6c5-596b-4726-aa91-dc4e548f570f/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/9/8/1/6/2/393131_MLB_WCF.wmv" expression="full" duration="3599" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/9/8/1/6/2/393131.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/9/8/1/6/2/393131_MLB_WCF.wmv" length="0" type="video/x-ms-wmv" /><dc:creator>llangit</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-Advanced-ASPNET-with-Michele-Leroux-Bustamante/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/261897/Trackback.aspx</trackback:ping><category>ADO.NET</category><category>Ajax</category><category>ASP.NET</category><category>Astoria</category><category>Javascript</category><category>JSON</category><category>WCF</category></item><item><title>geekSpeak recording: Building Animations in Silverlight with Cal Schrotenboer</title><description>&lt;p&gt;Recorded on March 12th, 2008.&lt;/p&gt;
&lt;p&gt;In this installment of geekSpeak, Cal Schrotenboer walks us through various ways of creating animations in Silverlight. In addition to the raw XAML, Cal&amp;nbsp;shows us some interesting tips inside of Visual Studion and Expression&amp;nbsp;Blend. There are some very effective techniques illustrated here, and&amp;nbsp;can be viewed live in action by visiting the site Cal uses in the demonstrations - &lt;a href="http://www.drinkmate.com/"&gt;http://www.drinkmate.com&lt;/a&gt;. This show was hosted by &lt;a href="http://blogs.msdn.com/glengordon"&gt;Glen Gordon&lt;/a&gt; and &lt;a href="http://blogs.msdn.com/MithunD"&gt;Mithun Dhar&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Guest information:&lt;/strong&gt; Cal Schrotenboer&lt;/p&gt;
&lt;p&gt;Cal is a Microsoft Visual C# developer with experience building Windows Forms application front ends for Microsoft SQL Server databases. He also teaches several programming classes at Foothill College in Los Altos Hills, California, and Microsoft Network Administration (MCSE) classes at Mission College in Santa Clara. Recently Cal has been specializing in Windows Presentation Foundation (WPF). He has presented several MSDN webcasts on various WPF topics, and has spoken to user groups and code camps throughout California about WPF. Cal maintains a WPF blog at &lt;a href="http://www.wpflearningexperience.com/"&gt;www.WPFLearningExperience.com&lt;/a&gt;. In his spare time, Cal enjoys travel and photography. &lt;/p&gt;
&lt;p&gt;For upcoming geekSpeaks, visit the &lt;a href="http://blogs.msdn.com/geekSpeak/"&gt;geekSpeak blog&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://channel9.msdn.com/261844/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-Building-Animations-in-Silverlight-with-Cal-Schrotenboer/</comments><link>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-Building-Animations-in-Silverlight-with-Cal-Schrotenboer/</link><pubDate>Tue, 25 Mar 2008 21:19:44 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/ch9/4/4/8/1/6/2/392414_geekSpeak_20080312.wmv</guid><evnet:views>2256</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/261844/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;p&gt;Recorded on March 12th, 2008.&lt;/p&gt;
&lt;p&gt;In this installment of geekSpeak, Cal Schrotenboer walks us through various ways of creating animations in Silverlight. In addition to the raw XAML, Cal&amp;nbsp;shows us some interesting tips inside of Visual Studion and Expression&amp;nbsp;Blend. There are some very effective techniques illustrated here, and&amp;nbsp;can be viewed live in action by visiting the site Cal uses in the demonstrations - &lt;a href="http://www.drinkmate.com/"&gt;http://www.drinkmate.com&lt;/a&gt;. This show was hosted by &lt;a href="http://blogs.msdn.com/glengordon"&gt;Glen Gordon&lt;/a&gt; and &lt;a href="http://blogs.msdn.com/MithunD"&gt;Mithun Dhar&lt;/a&gt;&lt;/p&gt;</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/1b6fad1b-69ef-4af9-89de-102b03228d55/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/f541af16-3eea-48dd-b5e4-bc0bc2e87afc/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/2345596e-c0ed-4544-be6a-2800518c843c/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/0b4b50c4-ceab-4818-9bf1-650b08446ffe/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/4/4/8/1/6/2/392414_geekSpeak_20080312.wmv" expression="full" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/4/4/8/1/6/2/392414.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/4/4/8/1/6/2/392414_geekSpeak_20080312.wmv" length="0" type="video/x-ms-wmv" /><dc:creator>glengo</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-Building-Animations-in-Silverlight-with-Cal-Schrotenboer/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/261844/Trackback.aspx</trackback:ping><category>Silverlight</category></item><item><title>geekSpeak Recording: Extending SQL Server Integration Services with Reza Madani</title><description>&lt;p&gt;Recorded on February 13th, 2008.&lt;/p&gt;
&lt;p&gt;In this installment of geekSpeak, Reza Madani shows you many useful&amp;nbsp;tips for extending Microsoft SQL Server Integration Services (SSIS) with scripts. Highlights include learning the proper way to pass parameters to scripts, how to log effectively, and more. In addition to the numerous demos, Reza manages to answer&amp;nbsp;quite a few questions from the audience. This show was hosted by &lt;a href="http://blogs.msdn.com/socaldevgal/"&gt;Lynn Langit&lt;/a&gt; and &lt;a href="http://blogs.msdn.com/MithunD"&gt;Mithun Dhar&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Guest information:&lt;/strong&gt; Reza Madani, Principal, &lt;a href="http://www.harborobjects.com/"&gt;Harbor Objects&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Reza Madani is a principal at his own Microsoft .NET Framework development company, Harbor Objects, where he architects and implements solutions on the .NET platform. Reza's firm specializes in Business Intelligence and Microsoft SharePoint Products and Technologies built on Microsoft SQL Server 2005. Reza is very active in the Southern California user group community, leading several local .NET developer groups that are based there.&lt;/p&gt;
&lt;p&gt;For upcoming geekSpeaks, visit the &lt;a href="http://blogs.msdn.com/geekSpeak/"&gt;geekSpeak blog&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://channel9.msdn.com/261747/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-Recording-Extending-SQL-Server-Integration-Services-with-Reza-Madani/</comments><link>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-Recording-Extending-SQL-Server-Integration-Services-with-Reza-Madani/</link><pubDate>Thu, 20 Mar 2008 21:46:46 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/ch9/7/4/7/1/6/2/391390_geekSpeak_20080213.wmv</guid><evnet:views>2802</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/261747/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;p&gt;Recorded on February 13th, 2008.&lt;/p&gt;
&lt;p&gt;In this installment of geekSpeak, Reza Madani shows you many useful&amp;nbsp;tips for extending Microsoft SQL Server Integration Services (SSIS) with scripts. Highlights include learning the proper way to pass parameters to scripts, how to log effectively, and more. In addition to the numerous demos, Reza manages to answer&amp;nbsp;quite a few questions from the audience. This show was hosted by &lt;a href="http://blogs.msdn.com/socaldevgal/"&gt;Lynn Langit&lt;/a&gt; and &lt;a href="http://blogs.msdn.com/MithunD"&gt;Mithun Dhar&lt;/a&gt;&lt;/p&gt;</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/0c479820-a5e6-49db-abf0-66ec7959f13d/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/4e352315-3f74-492e-a17d-e4be95805647/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/5cf7c71c-8c2a-4d19-911c-99858a1a3df9/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/ef8cac1f-374e-456a-a40f-c4ec5bed80c1/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/4/7/1/6/2/391390_geekSpeak_20080213.wmv" expression="full" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/4/7/1/6/2/391390.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/4/7/1/6/2/391390_geekSpeak_20080213.wmv" length="0" type="video/x-ms-wmv" /><dc:creator>glengo</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-Recording-Extending-SQL-Server-Integration-Services-with-Reza-Madani/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/261747/Trackback.aspx</trackback:ping><category>Business Intelligence</category><category>SQL Server</category></item><item><title>geekSpeak: MSDN geekSpeak Webcast: Problems and Solutions When Implementing a Windows CardSpace Iden</title><description>&lt;span id="eventInfo_lblEventDescription"&gt;
&lt;p&gt;This episode of geekSpeak (recorded February 6, 2008) features Barry Dorrans talking about problems and solutions when implementing a Windows CardSpace identity provider in the real world.&lt;/p&gt;
&lt;p&gt;After giving some great explanations and analogies about identity management on the web, Barry dives into some details related to EV Certificates, identity providers, and more.&lt;/p&gt;
&lt;p&gt;The hosts for this geekSpeak are be&amp;nbsp;&lt;a href="http://www.benkotips.com"&gt;Mike Benkovich&amp;nbsp;&lt;/a&gt;and &lt;a href="http://blogs.msdn.com/glengordon/" target="_self"&gt;Glen Gordon&lt;/a&gt;. For resources related to this geekSpeak, visit the &lt;a href="http://blogs.msdn.com/geekspeak/" target="_self"&gt;geekSpeak blog&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Guest Information:&lt;/strong&gt; Barry Dorrans, Author, Idunno.org.&lt;/p&gt;
&lt;p&gt;Barry has been "playing" with computers since the days of the "dead flesh" keyboard on the ZX Spectrum. Graduating to .NET via RPG, QuickBasic, C, C++ and VB his time has been spent in various markets from banking through telecoms and even parts of the record industry. He specializes in .NET and Microsoft Technologies looking at "whatever takes his fancy" and running with it to see where it goes, with a passion for sharing the knowledge gathered during each of his code expeditions.&lt;/p&gt;&lt;/span&gt;&lt;img src="http://channel9.msdn.com/261350/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-MSDN-geekSpeak-Webcast-Problems-and-Solutions-When-Implementing-a-Windows-CardSpace-Iden/</comments><link>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-MSDN-geekSpeak-Webcast-Problems-and-Solutions-When-Implementing-a-Windows-CardSpace-Iden/</link><pubDate>Fri, 29 Feb 2008 22:10:21 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/ch9/0/5/3/1/6/2/387147_geekSpeak_20080206.wmv</guid><evnet:views>1874</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/261350/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>This episode of geekSpeak (recorded February 6, 2008) features Barry Dorrans talking about problems and solutions when implementing a Windows CardSpace identity provider in the real world.
After giving some great explanations and analogies about identity management on the web, Barry dives into some details related to EV Certificates, identity providers, and more.
The hosts for this geekSpeak are be&amp;nbsp;Mike Benkovich&amp;nbsp;and Glen Gordon. For resources related to this geekSpeak, visit the geekSpeak blog.
Guest Information: Barry Dorrans, Author, Idunno.org.
Barry has been "playing" with…</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/53dc5154-cf0b-4904-ada1-17810c75c062/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/ce927745-d577-4ee9-9000-8ac19afd96da/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/f0c8f1b9-29eb-4186-95d2-04d1bb49e26a/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/a01e73a5-d090-4ef9-b90d-6144814c0897/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/5/3/1/6/2/387147_geekSpeak_20080206.wmv" expression="full" duration="3459" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/5/3/1/6/2/387147.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/5/3/1/6/2/387147_geekSpeak_20080206.wmv" length="0" type="video/x-ms-wmv" /><dc:creator>glengo</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-MSDN-geekSpeak-Webcast-Problems-and-Solutions-When-Implementing-a-Windows-CardSpace-Iden/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/261350/Trackback.aspx</trackback:ping><category>Identity</category><category>Security</category></item><item><title>geekSpeak: Security from a Public, Anonymous Windows SharePoint Services 3.0 Site with Jim Wilt</title><description>In this installment of MSDN geekSpeak, Jim Wilt covers a topic that is popping up in many of his current projects—the creation of secure, membership Windows SharePoint Services 3.0 sites that have a public-facing side with an input form that often requests sensitive information. Making a secure form for gathering sensitive, private information from an anonymous accessible site can be easily accomplished with a custom list using some creative features of Windows SharePoint Services. Jim fills in the details for you during this installment of geekSpeak. &lt;br /&gt;&lt;br /&gt;Resources mentioned in this geekSpeak are available at &lt;a href="http://blogs.msdn.com/geekspeak/archive/2008/02/04/resources-for-geekspeak-security-from-a-public-anonymous-windows-sharepoint-services-3-0-site-with-jim-wilt.aspx"&gt;http://blogs.msdn.com/geekspeak/archive/2008/02/04/resources-for-geekspeak-security-from-a-public-anonymous-windows-sharepoint-services-3-0-site-with-jim-wilt.aspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Guest Information: &lt;/strong&gt;Jim Wilt, Chief Software Architect, Metrics Reporting, Inc.&lt;br /&gt;&lt;br /&gt;In his principal role as chief software architect with Metrics Reporting, Inc., Jim Wilt focuses his deep experience and seasoned problem-solving skills toward helping his customers architect the best possible solutions for their thorniest problems with system design, collaboration, data integration, and business intelligence (BI). Having a passion for the advancement of higher education, Jim participates on an advisory board at Central Michigan University (CMU), serves on the Microsoft Certified Architect advisory council, and is a 2006 CMU Distinguished Alumni award winner.&lt;br /&gt;&lt;br /&gt;For information on past and upcoming geekSpeaks visit the &lt;a href="http://blogs.msdn.com/geekSpeak"&gt;geekSpeak blog&lt;/a&gt;&amp;nbsp;or the &lt;a href="http://www.microsoft.com/events/series/geekSpeak.aspx"&gt;webcast site&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Recorded on January 30th, 2008.&lt;img src="http://channel9.msdn.com/260756/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-Security-from-a-Public-Anonymous-Windows-SharePoint-Services-30-Site-with-Jim-Wilt/</comments><link>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-Security-from-a-Public-Anonymous-Windows-SharePoint-Services-30-Site-with-Jim-Wilt/</link><pubDate>Mon, 04 Feb 2008 23:41:29 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/ch9/6/5/7/0/6/2/379914_geekSpeak_20080130.wmv</guid><evnet:views>8576</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/260756/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>In this installment of MSDN geekSpeak, Jim Wilt covers a topic that is popping up in many of his current projects—the creation of secure, membership Windows SharePoint Services 3.0 sites that have a public-facing side with an input form that often requests sensitive information. Making a secure form for gathering sensitive, private information from an anonymous accessible site can be easily accomplished with a custom list using some creative features of Windows SharePoint Services. Jim fills in the details for you during this installment of geekSpeak. &lt;br /&gt;&lt;br /&gt;</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/615a975c-5ba0-4c84-aa09-c269a231c4d2/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/e7670d74-0051-446a-8d4a-cd615e57ba52/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/c053647b-ceb1-4ee0-b351-6416b7df8283/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/aab616d6-5810-4b8e-bc98-ff7ffff1eddc/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/5/7/0/6/2/379914_geekSpeak_20080130.wmv" expression="full" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/5/7/0/6/2/379914.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/5/7/0/6/2/379914_geekSpeak_20080130.wmv" length="0" type="video/x-ms-wmv" /><dc:creator>glengo</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-Security-from-a-Public-Anonymous-Windows-SharePoint-Services-30-Site-with-Jim-Wilt/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/260756/Trackback.aspx</trackback:ping><category>Security</category><category>Sharepoint</category></item><item><title>geekSpeak: The Web Client Software Factory with Paulo Morgado</title><description>This geekSpeak features Paulo Morgado (all the way from Portugal!) guiding us through some demonstrations of the &lt;a href="http://msdn2.microsoft.com/en-us/library/bb264518.aspx"&gt;Web Client Software Factory&lt;/a&gt; in action. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;About our Guest&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;Paulo Morgado works at Espí&amp;shy;rito Santo Informá¡tica, ACE as a developer and software architect. He has a bachelor's degree in electronics and telecommunications (digital systems) from the Instituto Superior de Engenharia at Lisbon, a degree of licentiate in informatics from the Faculdade de Ciências da Universidade Nova at Lisbon, and is also a Microsoft Certified Solution Developer (MCSD) for the Microsoft .NET Framework. Paulo contributes to Microsoft Portuguese newsgroups and the PontoNetPT community, answering posted questions about .NET Framework software development. His growing interest in software architecture also drives his participation in the Portuguese Group of Software Architecture (GASP). Paulo's contributions to the community have earned him a Microsoft Most Valuable Professional (MVP) award.&lt;img src="http://channel9.msdn.com/260705/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-The-Web-Client-Software-Factory-with-Paulo-Morgado/</comments><link>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-The-Web-Client-Software-Factory-with-Paulo-Morgado/</link><pubDate>Fri, 01 Feb 2008 21:33:41 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/geekSpeak/geekSpeak-The-Web-Client-Software-Factory-with-Paulo-Morgado/</guid><evnet:views>3560</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/260705/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>This geekSpeak features Paulo Morgado (all the way from Portugal!) guiding us through some demonstrations of the Web Client Software Factory in action. About our GuestPaulo Morgado works at Espí&amp;shy;rito Santo Informá¡tica, ACE as a developer and software architect. He has a bachelor's degree in electronics and telecommunications (digital systems) from the Instituto Superior de Engenharia at Lisbon, a degree of licentiate in informatics from the Faculdade de Ciências da Universidade Nova at Lisbon, and is also a Microsoft Certified Solution Developer (MCSD) for the Microsoft .NET Framework.…</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/ae960c7d-b489-4a7e-9e32-5c690c5f3395/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/dd20c53a-aeb2-45f7-8fd7-07416d9d70e7/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/3f4d8bd1-84ae-4724-bd36-93a832ca9fda/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/aca2ef8e-8dbc-43a8-9b65-a6d0984c8e95/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/0/7/0/6/2/378994_geekSpeak_20080123.wmv" expression="full" duration="3514" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/0/7/0/6/2/378994.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/0/7/0/6/2/378994_geekSpeak_20080123.wmv" length="0" type="video/x-ms-wmv" /><dc:creator>glengo</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-The-Web-Client-Software-Factory-with-Paulo-Morgado/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/260705/Trackback.aspx</trackback:ping><category>ASP.NET</category><category>Patterns Practices</category><category>Visual Studio</category></item><item><title>geekSpeak recording: Kate Gregory talks about the Vista Bridge</title><description>&lt;p&gt;In the geekSpeak, C++ expert, Kate Gregory answers questions about the Vista Bridge.&amp;nbsp; This is a little-known, hidden gem found the in the Windows Vista SDK.&amp;nbsp; &lt;span&gt;This show has little or no C++ content and is aimed at&amp;nbsp;.Net dev who want to access cool 'Vista&amp;nbsp;goodness' without the C++/CLI approach. &lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Here's more about Kate:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kate Gregory has been the Microsoft regional director (RD) for Toronto since January of 2002, and is a founding partner of Gregory Consulting. She has almost three decades of scientific and engineering programming experience in a variety of programming languages. Her recent programming work is almost exclusively in Microsoft Visual C++ and Visual Basic .NET, on a variety of projects, for both enterprise and independent software vendor (ISV) clients. &lt;br /&gt;&lt;br /&gt;Kate is the author of over a dozen books including 'Microsoft Visual C++ .NET 2003 Kick Start' (Sams, 2003). She teaches .NET, XML, UML, and C++, and is in demand as an expert speaker on tours for Microsoft Canada, and sessions in the United States, Europe, and Africa. Kate is a founding sponsor of the Toronto .NET Users Group, the founder of the East of Toronto .NET Users Group, a member of the INETA speakers bureau, and a member of adjunct faculty at Trent University in Peterborough. She has been awarded the Microsoft Most Valuable Professional (MVP) designation for Visual C++, and won the Regional Director of the year award in 2005. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/260346/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-Kate-Gregory-talks-about-the-Vista-Bridge/</comments><link>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-Kate-Gregory-talks-about-the-Vista-Bridge/</link><pubDate>Thu, 17 Jan 2008 21:10:58 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-Kate-Gregory-talks-about-the-Vista-Bridge/</guid><evnet:views>3632</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/260346/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;p&gt;In the geekSpeak, C++ expert, Kate Gregory answers questions about the Vista Bridge.&amp;nbsp; This is a little-known, hidden gem found the in the Windows Vista SDK.&amp;nbsp; &lt;span&gt;This show has little or no C++ content and is aimed at&amp;nbsp;.Net dev who want to access cool 'Vista&amp;nbsp;goodness' without the C++/CLI approach. &lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/57badc0d-6382-4795-9a92-0eb39b825083/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/81e3a777-66a9-4e99-b6ec-53af4dccc996/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/0fca7d80-b92d-467c-8171-678b0cfe3071/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/efd4ac40-f5a2-429c-b2eb-2a250d4f7bba/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/4/3/0/6/2/373839_Gregory_VistaBridge.wmv" expression="full" duration="3477" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/4/3/0/6/2/373839.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/4/3/0/6/2/373839_Gregory_VistaBridge.wmv" length="0" type="video/x-ms-wmv" /><dc:creator>llangit</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-Kate-Gregory-talks-about-the-Vista-Bridge/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/260346/Trackback.aspx</trackback:ping><category>Windows Vista</category><category>WPF</category></item><item><title>geekSpeak: about CardSpace with Michele Leroux Bustamante</title><description>Listen to MLB (as we call her) talk about her experience architecting Federated Identity Management solutions in the real world over the past year.&amp;nbsp; In particular this geekSpeak focuses on implementation of CardSpace.&lt;br /&gt;&lt;br /&gt;About Michele:&lt;br /&gt;
&lt;p class="text"&gt;&lt;span class="bodytext1"&gt;&lt;span&gt;Michèle Leroux Bustamante is Chief Architect of IDesign Inc., Microsoft Regional Director for San Diego, Microsoft MVP for Connected Systems. At IDesign Michele provides training, mentoring and high-end architecture consulting services focusing on Web services, scalable and secure architecture design for .NET, federated security scenarios, web services, interoperability and globalization architecture. &lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;Michele participates in Software Design Reviews for products in the Microsoft roadmap, including WCF, CardSpace and other security-focused products. During the Beta 1 phase Michele participated in prototyping elements of the CardSpace technology for the product team.&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span class="bodytext1"&gt;&lt;span&gt;She is a member of the International .NET Speakers Association (INETA), a frequent conference presenter, conference chair for SD West, and is frequently published in several major technology journals. Michele is also on the board of directors for IASA (International Association of Software Architects), and a Program Advisor to UCSD Extension. Her latest book is Learning WCF (O’Reilly 2007) – see her book blog here: &lt;a href="http://www.thatindigogirl.com/"&gt;www.thatindigogirl.com&lt;/a&gt;. Reach her at &lt;a href="http://channel9.msdn.commailto:mlb@idesign.net&gt;mlb@idesign.net&lt;/a&gt;, or visit &lt;a href="http://www.idesign.net/"&gt;www.idesign.net&lt;/a&gt; and her main blog at &lt;a href="http://www.dasblonde.net/"&gt;www.dasblonde.net&lt;/a&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/260031/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-about-CardSpace-with-Michele-Leroux-Bustamante/</comments><link>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-about-CardSpace-with-Michele-Leroux-Bustamante/</link><pubDate>Thu, 03 Jan 2008 22:31:27 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/geekSpeak/geekSpeak-about-CardSpace-with-Michele-Leroux-Bustamante/</guid><evnet:views>2533</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/260031/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Listen to MLB (as we call her) talk about her experience architecting Federated Identity Management solutions in the real world over the past year.&amp;nbsp; In particular this geekSpeak focuses on implementation of CardSpace.About Michele:
Michèle Leroux Bustamante is Chief Architect of IDesign Inc., Microsoft Regional Director for San Diego, Microsoft MVP for Connected Systems. At IDesign Michele provides training, mentoring and high-end architecture consulting services focusing on Web services, scalable and secure architecture design for .NET, federated security scenarios, web services,…</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/90916c97-5801-4823-a01c-b01d1b60f228/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/1f9ec7e3-11d7-4880-b7b9-2ff415d0640d/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/04974c32-87ec-412c-a3e4-4baeb3afce00/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/166f00bb-4f07-4b1a-b4af-68de4bffffc7/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/61501e28-4c40-43e3-912b-e389071c35c8/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/516eeba6-996d-4bb5-8599-072fd9d236c2/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/1/3/0/0/6/2/369707_livemeeting.wmv" expression="full" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/1/3/0/0/6/2/369707.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/1/3/0/0/6/2/369707_livemeeting.wmv" length="0" type="video/x-ms-wmv" /><dc:creator>llangit</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-about-CardSpace-with-Michele-Leroux-Bustamante/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/260031/Trackback.aspx</trackback:ping><category>CardSpace</category></item><item><title>geekSpeak: BizTalk BAM and ESB implementation with Brian Loesgen</title><description>&lt;span&gt;Based in San Diego, Brian Loesgen is a Principal Consultant with Neudesic, a firm that specializes in .NET development and Microsoft server integration. Brian is a Microsoft MVP for BizTalk Server. Watch Brian demo BAM and ESB and hear him answer listener questions.&lt;br /&gt;&lt;br /&gt;In addition, Brian has been involved with advanced Enterprise Service Bus solutions, and was a key architect/developer of the “Microsoft ESB Guidance” released by Microsoft in Oct 2006. He is a co-author of 6 books, including the recent “BizTalk Server 2004 Unleashed”, and is currently working on “SOA with .NET”. &lt;br /&gt;&lt;br /&gt;He has written technical white papers for Intel, Microsoft and others. Brian has spoken at numerous major technical conferences worldwide. Brian is a co-founder and past-President of the International .NET Association (ineta.org). He is the President of the San Diego .NET user group, leads the San Diego Software Industry Council SOA/Web Services SIG, and is a member of the Editorial Board for the .NET Developer’s Journal. Brian is also a member of the Microsoft CSD Virtual Technical Specialist Team. Brian’s blog is &lt;/span&gt;
		&lt;a href="https://mail.microsoft.com/OWA/redir.aspx?C=4ba32359e1814e6b88c579f40261a561&amp;amp;URL=http%3a%2f%2fgeekswithblogs.com%2fbloesgen"&gt;http://geekswithblogs.com/bloesgen&lt;/a&gt;
		&lt;span&gt;.&lt;/span&gt;&lt;img src="http://channel9.msdn.com/260030/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-BizTalk-BAM-and-ESB-implementation-with-Brian-Loesgen/</comments><link>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-BizTalk-BAM-and-ESB-implementation-with-Brian-Loesgen/</link><pubDate>Thu, 03 Jan 2008 21:41:38 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/geekSpeak/geekSpeak-BizTalk-BAM-and-ESB-implementation-with-Brian-Loesgen/</guid><evnet:views>2777</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/260030/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;span&gt;Based in San Diego, Brian Loesgen is a Principal Consultant with Neudesic, a firm that specializes in .NET development and Microsoft server integration. Brian is a Microsoft MVP for BizTalk Server. Watch Brian demo BAM and ESB and hear him answer listener questions.&lt;br /&gt;&lt;br /&gt;In addition, Brian has been involved with advanced Enterprise Service Bus solutions, and was a key architect/developer of the “Microsoft ESB Guidance” released by Microsoft in Oct 2006. He is a co-author of 6 books, including the recent “BizTalk Server 2004 Unleashed”, and is currently working on “SOA with .NET”. &lt;br /&gt;&lt;br /&gt;&lt;/span&gt;</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/b14ebde4-865a-422e-a0c0-15e73ef8a7d0/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/9772a825-60b2-4cb1-ae5a-490797b88fe6/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/2c46fe4c-8559-4365-b5cd-75dfb020ecfe/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/d038737c-c79f-424e-b5a2-269a7359d747/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/40a9bec6-f5f5-4813-83b5-3be65e77f532/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/da61ee00-eef7-450b-b923-ef4c6665cdd4/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/3/0/0/6/2/369700_Loesgen_BizTalk.wmv" expression="full" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/3/0/0/6/2/369700.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/3/0/0/6/2/369700_Loesgen_BizTalk.wmv" length="0" type="video/x-ms-wmv" /><dc:creator>llangit</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-BizTalk-BAM-and-ESB-implementation-with-Brian-Loesgen/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/260030/Trackback.aspx</trackback:ping><category>Biztalk</category></item><item><title>geekSpeak: About DotNetNuke with Shaun Walker</title><description>Listen in to MVP Shaun Walker on best practices for real-world ASP.NET development and more.&amp;nbsp; Shaun is the founder of DotNetNuke.&amp;nbsp; On this geekSpeak he answers lots of questions about general ASP.NET development as well as his very popular application.&lt;br /&gt;&lt;br /&gt;Listen in and enjoy.&lt;br /&gt;&lt;br /&gt;Here's the URL for DotNetNuke - &lt;a href="http://www.dotnetnuke.com/"&gt;http://www.dotnetnuke.com/&lt;/a&gt;&lt;img src="http://channel9.msdn.com/260025/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-About-DotNetNuke-with-Shaun-Walker/</comments><link>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-About-DotNetNuke-with-Shaun-Walker/</link><pubDate>Thu, 03 Jan 2008 18:11:38 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/geekSpeak/geekSpeak-About-DotNetNuke-with-Shaun-Walker/</guid><evnet:views>3341</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/260025/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Listen in to MVP Shaun Walker on best practices for real-world ASP.NET development and more.&amp;nbsp; Shaun is the founder of DotNetNuke.&amp;nbsp; On this geekSpeak he answers lots of questions about general ASP.NET development as well as his very popular application.&lt;br /&gt;&lt;br /&gt;Listen in and enjoy.&lt;br /&gt;&lt;br /&gt;Here's the URL for DotNetNuke - &lt;a href="http://www.dotnetnuke.com/"&gt;http://www.dotnetnuke.com/&lt;/a&gt;</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/33e89411-4403-4dbd-9c91-d15ded0ff2ad/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/e329f37a-1bcf-4721-8b72-96dd152303e6/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/b5e533b9-607b-4a4d-9580-40f0ae72f2cd/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/620d2e08-63a7-4608-81fd-422ec9d74f62/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/740ec4ed-6255-4e8d-bc84-5996901da620/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/19e68a51-0bd3-41b1-8b89-f8daab490f06/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/2/0/0/6/2/369636_DotNetNuke_Shaun.wmv" expression="full" duration="3599" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/2/0/0/6/2/369636.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/2/0/0/6/2/369636_DotNetNuke_Shaun.wmv" length="0" type="video/x-ms-wmv" /><dc:creator>llangit</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-About-DotNetNuke-with-Shaun-Walker/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/260025/Trackback.aspx</trackback:ping><category>ASP.NET</category></item><item><title>geekSpeak recording - httpHandlers and httpModules with Chris Love</title><description>It's not called 'geekSpeak' for nothing!&amp;nbsp; This week's show is pretty darn geeky, with guest expert Chris Love diving into the details of ASP.NET httpHandler and httpModule implementations.&lt;br /&gt;&lt;br /&gt;Listen in to hear best practices for the implementation of these features.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;Here's bio information for Chris.&lt;br /&gt;&lt;br /&gt;
&lt;p&gt;&lt;em&gt;Chris Love has over 14 years of experience in software design, development and architecture. He has been the principal developer for over 250 small and medium ASP and ASP.NET web sites over the past 7 years. &lt;/em&gt;
&lt;p&gt;&lt;em&gt;Chris has been active in a leadership role in the Raleigh, NC, area user group TRINUG for over 5 years. He frequently presents and organizes Code Camps around the country. He has recently completed his first book, &lt;a href="http://www.wiley.com/WileyCDA/WileyTitle/productCd-0470010010.html" target="_blank"&gt;ASP.NET 2.0: Your Visual Blueprint for Developing Web Applications&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/259474/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-httpHandlers-and-httpModules-with-Chris-Love/</comments><link>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-httpHandlers-and-httpModules-with-Chris-Love/</link><pubDate>Wed, 05 Dec 2007 21:46:18 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-httpHandlers-and-httpModules-with-Chris-Love/</guid><evnet:views>5248</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/259474/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>It's not called 'geekSpeak' for nothing!&amp;nbsp; This week's show is pretty darn geeky, with guest expert Chris Love diving into the details of ASP.NET httpHandler and httpModule implementations.Listen in to hear best practices for the implementation of these features.&amp;nbsp; Here's bio information for Chris.
Chris Love has over 14 years of experience in software design, development and architecture. He has been the principal developer for over 250 small and medium ASP and ASP.NET web sites over the past 7 years. 
Chris has been active in a leadership role in the Raleigh, NC, area user group…</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/ea7ad5d8-4d79-44f0-85ee-425b9d5b5ffd/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/5ae2d354-470e-44aa-a96e-514cabf08af2/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/85f5d277-f28d-4c1a-9855-b36be0250298/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/f35759a4-7a85-4e20-8763-8f70656ee41c/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/150e5d79-c103-4a62-b9c1-979e479afca2/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/310d59af-a410-44b6-96bb-46520d724b36/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/4/7/4/9/5/2/362964_Love_HttpHandlers.wmv" expression="full" duration="3539" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/4/7/4/9/5/2/362964.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/4/7/4/9/5/2/362964_Love_HttpHandlers.wmv" length="0" type="video/x-ms-wmv" /><dc:creator>llangit</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-httpHandlers-and-httpModules-with-Chris-Love/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/259474/Trackback.aspx</trackback:ping><category>ASP.NET</category></item><item><title>geekSpeak recording - WPF with Bil Simser</title><description>In this installment of geekSpeak, WPF-expert Bil Simser answers developer questions about WPF.&amp;nbsp; He's inclusive, answering basic 'why do I care?' to detailed 'how do I implement x feature?' questions.&lt;br /&gt;&lt;br /&gt;Bil is a MVP hailing from the Great White North, otherwise known as Canada and has an impressive resume:&lt;br /&gt;&lt;br /&gt;
&lt;p&gt;&lt;em&gt;Bil Simser lives and works in Alberta, Canada, as an independent Solutions Architect Consultant. He specializes in .NET, Agile, XP, TDD, and computer game programming and is the lead developer for many open source projects including several tools for the Maxis game The Sims. Bil is the Microsoft MVP for Microsoft Office SharePoint Server (MOSS) in Calgary. He is also a member of the MSDN Canada Speakers Bureau and speaks publically at technical conferences including TechEd, PDC, and DevConnections about SharePoint, Agile, and C#. When he's not talking about himself in the third person, Bil is a pretty nifty guy when you get to know him.&lt;/em&gt; &lt;br /&gt;&lt;br /&gt;Enjoy the show!&lt;/p&gt;&lt;img src="http://channel9.msdn.com/259148/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-WPF-with-Bil-Simser/</comments><link>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-WPF-with-Bil-Simser/</link><pubDate>Thu, 22 Nov 2007 03:43:27 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-WPF-with-Bil-Simser/</guid><evnet:views>3555</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/259148/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>In this installment of geekSpeak, WPF-expert Bil Simser answers developer questions about WPF.&amp;nbsp; He's inclusive, answering basic 'why do I care?' to detailed 'how do I implement x feature?' questions.Bil is a MVP hailing from the Great White North, otherwise known as Canada and has an impressive resume:
Bil Simser lives and works in Alberta, Canada, as an independent Solutions Architect Consultant. He specializes in .NET, Agile, XP, TDD, and computer game programming and is the lead developer for many open source projects including several tools for the Maxis game The Sims. Bil is the…</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/c1710afb-85ee-47c3-a653-f7c27685aaa1/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/3256941e-5348-4b00-8ecd-113906888e5b/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/fdbc2c47-5b12-4de7-8e28-4ab6061bee4d/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/e3764260-a7ea-467a-a980-33113f7f9235/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/422f61d6-33ef-47ea-abd4-795db1120e02/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/8e3f0250-b6a7-4331-9249-9a87836e5c4b/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/8/4/1/9/5/2/358702_WPF_Bil_Simser.wmv" expression="full" duration="3598" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/8/4/1/9/5/2/358702.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/8/4/1/9/5/2/358702_WPF_Bil_Simser.wmv" length="0" type="video/x-ms-wmv" /><dc:creator>llangit</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-WPF-with-Bil-Simser/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/259148/Trackback.aspx</trackback:ping><category>WPF</category></item><item><title>December 2007 geekSpeak schedule</title><description>December 2007 3 shows this month 
&lt;p&gt;All shows LIVE at Noon to 1 pm PST&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Registration links&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Dec 5 - Bill James - LINQ to SQL&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032359603&amp;amp;Culture=en-US"&gt;http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032359603&amp;amp;Culture=en-US&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Dec12 - Brian Loesgen - BizTalk Adapters&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032359319&amp;amp;Culture=en-US"&gt;http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032359319&amp;amp;Culture=en-US&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Dec19 - Shaun Walker - DotNetNuke&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032359088&amp;amp;Culture=en-US"&gt;http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032359088&amp;amp;Culture=en-US&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/258853/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/geekSpeak/December-2007-geekSpeak-schedule/</comments><link>http://channel9.msdn.com/shows/geekSpeak/December-2007-geekSpeak-schedule/</link><pubDate>Fri, 09 Nov 2007 11:03:12 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/geekSpeak/December-2007-geekSpeak-schedule/</guid><evnet:views>1247</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/258853/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>December 2007 3 shows this month 
All shows LIVE at Noon to 1 pm PST
&amp;nbsp;
Registration links
&amp;nbsp;
Dec 5 - Bill James - LINQ to SQL
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032359603&amp;amp;Culture=en-US
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
Dec12 - Brian Loesgen - BizTalk Adapters
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032359319&amp;amp;Culture=en-US
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
Dec19 - Shaun Walker - DotNetNuke
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032359088&amp;amp;Culture=en-US</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/d97c6282-7334-458a-b1e5-d48fe9327d66/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/a2b00710-2187-4419-83be-950119fc3eb0/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/6ffe7a11-9432-45dc-912c-095966f31879/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/57eededc-a41c-4f7c-9af6-765cc9809055/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/cd863ab8-d399-4302-87b7-83a3c96e4606/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/cb7b41fe-92c0-4dcd-9c44-33d1e51b3026/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/4acac2a0-f5d0-4907-b404-5e6294240c7b/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/f020719b-d1db-4adc-b899-08fd1400dc65/" height="64" width="85" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/3/5/8/8/5/2/355074.jpg" expression="full" type="image/jpeg" medium="image" /><dc:creator>llangit</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/geekSpeak/December-2007-geekSpeak-schedule/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/258853/Trackback.aspx</trackback:ping></item><item><title>geekSpeak Recording: LINQ to SharePoint with Bart De Smet</title><description>geekSpeaks are a great opportunity for some innovative members of the developer community to show off what they've been working on.&lt;br /&gt;&lt;br /&gt;One such fellow is Bart De Smet. As of this recording, Bart had only been with Microsoft for 3 weeks. We arrange geekSpeaks a few months in advance, so &lt;em&gt;technically&lt;/em&gt; Bart was still part of the community. :) Here's his bio:&lt;br /&gt;
&lt;blockquote&gt;&lt;em&gt;A former Visual C# MVP, Bart De Smet now works at Microsoft Corporation on the WPF dev team in an SDE role. Prior to this new challenge, Bart was active in the Belgian community evangelizing various Microsoft technologies, most of the time focusing on CLR, language innovation and frameworks. In his evangelism role, he's been speaking at various events and attended several international conferences including TechEd Europe, IT Forum and the PDC. In 2005, Bart graduated as a Master of Informatics from Ghent University, Belgium. Two years later, Bart became a Master of Computer Science Software Engineering from the same university.&lt;/em&gt; &lt;/blockquote&gt;In this geekSpeak, Bart gives us a tour of a community project called &lt;a href="http://www.codeplex.com/LINQtoSharePoint"&gt;LINQ to Sharepoint&lt;/a&gt;, which basically allows a developer to query lists and other things on a Sharepoint server as a data store, without having to resort to calling web services or mastering &lt;a href="http://msdn2.microsoft.com/en-us/library/ms426449.aspx"&gt;CAML&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;I really love this project because it illustrates the power of LINQ and is a superb example of implemnting a custom &lt;em&gt;LINQ to ...&lt;/em&gt; provider. It's also pretty cool to see Bart slip into some on-the-fly LINQ coding in response to the live questions.&lt;br /&gt;&lt;br /&gt;So check out the video and be sure to try out LINQ to SharePoint and let Bart know what you think!&lt;img src="http://channel9.msdn.com/258700/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-Recording-LINQ-to-SharePoint-with-Bart-De-Smet/</comments><link>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-Recording-LINQ-to-SharePoint-with-Bart-De-Smet/</link><pubDate>Fri, 02 Nov 2007 21:37:46 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/geekSpeak/geekSpeak-Recording-LINQ-to-SharePoint-with-Bart-De-Smet/</guid><evnet:views>9382</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/258700/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>geekSpeaks are a great opportunity for some innovative members of the developer community to show off what they've been working on.One such fellow is Bart De Smet. As of this recording, Bart had only been with Microsoft for 3 weeks. We arrange geekSpeaks a few months in advance, so technically Bart was still part of the community. &lt;img src='/emoticons/C9/emotion-1.gif' alt='Smiley' /&gt; Here's his bio:
A former Visual C# MVP, Bart De Smet now works at Microsoft Corporation on the WPF dev team in an SDE role. Prior to this new challenge, Bart was active in the Belgian community evangelizing various Microsoft technologies, most of the time…</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/73d9fb73-77e0-4aea-9f51-a5101b1df801/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/41f80555-6a01-4f1f-9b38-ad101fa5268c/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/baca0100-c7a7-44af-971d-baebba56726d/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/fd80ce59-82c3-4d5a-b1cd-c7fd6216d542/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/97dde0a0-2305-445a-98ea-93a46bfbdbe9/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/e0091856-8447-4573-87fc-532050223ea5/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/a8ebc3b5-add1-4be7-9d85-6a98d97024de/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/f8dc6152-1ab1-45f1-8076-0102610872ed/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/653a9255-21c8-475b-b5e2-2ad4c5661396/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/dcb259bd-95ba-4455-b26f-44724307b60a/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/57600a0f-aa9f-422e-9fe0-ca3c25fc44e1/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/aa29f1a0-36af-4592-9995-e3bfed0d07a4/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/1ad246d5-f2bd-4f7e-b275-f98e29dcb102/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/bc214c5f-db37-44b9-a74d-fa8e2f12e49a/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/0/7/8/5/2/353173_geekSpeak_20071031.wmv" expression="full" duration="3509" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/0/7/8/5/2/353173.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/0/7/8/5/2/353173_geekSpeak_20071031.wmv" length="0" type="video/x-ms-wmv" /><dc:creator>glengo</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-Recording-LINQ-to-SharePoint-with-Bart-De-Smet/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/258700/Trackback.aspx</trackback:ping><category>LINQ</category><category>Sharepoint</category></item><item><title>geekSpeak Recording: Programming for High-Performance Computing Environments with Dariusz Parys and </title><description>&lt;p&gt;We're always trying to dig up esoteric subjects for geekSpeak, and here's one that is intriguing - High Performance Computing. Once strictly the domain of universities and the like, HPC is quickly becoming a cornerstone of business analysis, engineering and number crunching in general.&lt;/p&gt;
&lt;p&gt;This geekSpeak features several Microsoft folks from Germany, including Developer Evangelist &lt;a href="http://blogs.msdn.com/dparys"&gt;Dariusz Parys&lt;/a&gt;, Platform Strategy Manager &lt;a href="http://blogs.msdn.com/cbinder/"&gt;Christian Binder&lt;/a&gt; and infrastructure specialist &lt;a href="http://blogs.technet.com/steffenk"&gt;Steffen Krause&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;These fine gentlemen get us all familiar with key aspects of developing and managing applications for a high-performance computing environment. Steffen gives a great overview of a typical infrastructure layout, which includes &lt;a href="http://www.microsoft.com/windowsserver2003/ccs/default.aspx"&gt;Windows Compute Cluster Server 2003&lt;/a&gt;. We get some great tips for handling multi-threading through the use of &lt;a href="http://www.openmp.org/"&gt;OpenMP&lt;/a&gt;, as well as an overview of using the &lt;a href="http://msdn2.microsoft.com/en-us/library/bb524831.aspx"&gt;Message Passing Interface (MPI)&lt;/a&gt; to handle the communication to the cluster.&lt;/p&gt;
&lt;p&gt;Steffen shares with us some &lt;a href="http://www.microsoft.com/windowsserver2003/ccs/finserv/excel.mspx"&gt;information&lt;/a&gt; around using Excel services on Sharepoint actually installed on a cluster to provide some serious horsepower for server-based calculations. And we hear about a specific HPC scenario from Sorin Serban, with Visual Numerics, involving some amazingly complex algorithms. &lt;/p&gt;
&lt;p&gt;All in all, a fascinating geekSpeak on the possiblities that high-performance computing offers.&lt;/p&gt;&lt;img src="http://channel9.msdn.com/258546/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-Recording-Programming-for-High-Performance-Computing-Environments-with-Dariusz-Parys-and/</comments><link>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-Recording-Programming-for-High-Performance-Computing-Environments-with-Dariusz-Parys-and/</link><pubDate>Fri, 26 Oct 2007 23:22:37 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/geekSpeak/geekSpeak-Recording-Programming-for-High-Performance-Computing-Environments-with-Dariusz-Parys-and/</guid><evnet:views>4071</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/258546/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;p&gt;We're always trying to dig up esoteric subjects for geekSpeak, and here's one that is intriguing - High Performance Computing. Once strictly the domain of universities and the like, HPC is quickly becoming a cornerstone of business analysis, engineering and number crunching in general.&lt;/p&gt;
&lt;p&gt;This geekSpeak features several Microsoft folks from Germany, including Developer Evangelist &lt;a href="http://blogs.msdn.com/dparys"&gt;Dariusz Parys&lt;/a&gt;, Platform Strategy Manager &lt;a href="http://blogs.msdn.com/cbinder/"&gt;Christian Binder&lt;/a&gt; and infrastructure specialist &lt;a href="http://blogs.technet.com/steffenk"&gt;Steffen Krause&lt;/a&gt;.&lt;/p&gt;</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/28267d5c-ee98-45f5-8745-e6297acfe6be/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/1b7b2683-14e5-400d-b4e6-33b19a36c26b/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/2205b536-dbc7-479b-b691-3c83e2af707b/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/52c7a456-7c00-4cef-bb78-5c0df86e7059/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/5455d265-76b0-4135-a38a-846dd6243a00/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/de5ae321-9e23-4f45-af8a-9b9bfd20ce75/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/4/5/8/5/2/351121_geekSpeak_20071024.wmv" expression="full" duration="3748" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/4/5/8/5/2/351121.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/4/5/8/5/2/351121_geekSpeak_20071024.wmv" length="0" type="video/x-ms-wmv" /><dc:creator>glengo</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-Recording-Programming-for-High-Performance-Computing-Environments-with-Dariusz-Parys-and/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/258546/Trackback.aspx</trackback:ping><category>C++</category><category>High Performance Computing</category><category>Windows Server</category></item><item><title>Custom CRM Development with Aaron Elder</title><description>This week's geekSpeak installment features expert Aaron Elder.&amp;nbsp; He is now the Chief CRM Architect for Ascentium and a CRM MVP.&amp;nbsp;&amp;nbsp; In this show Aaron answers listener questions about developer customization on the CRM platform.&lt;br /&gt;&lt;br /&gt;Here listeners also benefit from his years of experience (including work on the CRM SDK itself) leading projects that implement customized CRM, usually also built out on the SharePoint platform.&lt;br /&gt;&lt;br /&gt;Additionally, Aaron shares insight about the next version of CRM (4.0) - internally named Titan.&lt;br /&gt;&lt;br /&gt;As is typical for geekSpeak, this show consists mostly of Aaron doing ad-hoc demos as he answers the listeners questions.&lt;br /&gt;&lt;br /&gt;Enjoy!:)&lt;img src="http://channel9.msdn.com/258349/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/geekSpeak/Custom-CRM-Development-with-Aaron-Elder/</comments><link>http://channel9.msdn.com/shows/geekSpeak/Custom-CRM-Development-with-Aaron-Elder/</link><pubDate>Thu, 18 Oct 2007 17:19:18 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/geekSpeak/Custom-CRM-Development-with-Aaron-Elder/</guid><evnet:views>5751</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/258349/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>This week's geekSpeak installment features expert Aaron Elder.&amp;nbsp; He is now the Chief CRM Architect for Ascentium and a CRM MVP.&amp;nbsp;&amp;nbsp; In this show Aaron answers listener questions about developer customization on the CRM platform.&lt;br /&gt;&lt;br /&gt;Here listeners also benefit from his years of experience (including work on the CRM SDK itself) leading projects that implement customized CRM, usually also built out on the SharePoint platform.&lt;br /&gt;&lt;br /&gt;Additionally, Aaron shares insight about the next version of CRM (4.0) - internally named Titan.&lt;br /&gt;&lt;br /&gt;</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/57b6a921-666d-4881-8e6f-5cdf76060e95/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/fba3e00a-7d36-43b3-b4be-232a05897531/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/9e58253a-12f1-4319-b9f8-3c70ca7d443d/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/ce2e6168-7213-4e2e-9ba1-0c7282003242/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/6ae6a744-0cb3-4e2d-b6ba-20fe88a807f7/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/6258b00f-905e-4e8a-9543-f03ab0463e8d/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/4/3/8/5/2/348962_CRM_Elder.wmv" expression="full" duration="3555" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/4/3/8/5/2/348962.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/4/3/8/5/2/348962_CRM_Elder.wmv" length="0" type="video/x-ms-wmv" /><dc:creator>llangit</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/geekSpeak/Custom-CRM-Development-with-Aaron-Elder/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/258349/Trackback.aspx</trackback:ping><category>CRM</category></item><item><title>geekSpeak - SharePoint Features with Paul Stork</title><description>&lt;p&gt;Catch this engaging episode of geekSpeak with guest expert MCT and SharePoint developer Paul Stork.&amp;nbsp; Here Paul explains and demos a commonly misunderstood aspect of SharePoint development - the use of SharePoint features.&lt;br /&gt;&lt;br /&gt;During the show, Paul answers dozens of the most common listener questions around the use, customization and implementation of SharePoint features.&lt;/p&gt;
&lt;p&gt;Also, co-hosts &lt;a href="http://blogs.msdn.com/mithund"&gt;Mithun Dhar &lt;/a&gt;and &lt;a href="http://blogs.msdn.com/SoCalDevGal"&gt;Lynn Langit &lt;/a&gt;answer additional listener questions.&amp;nbsp; This show is really action packed!&lt;/p&gt;
&lt;p&gt;We've posted the demo source code and more references on the &lt;a href="http://blogs.msdn.com/geekSpeak"&gt;geekSpeak blog&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Paul has agreed to return to geekSpeak in the future to present more information and answer more developer questions on SharePoint.&amp;nbsp; What particular aspects of SharePoint development would you like him to focus on?&amp;nbsp; Let us know!&lt;/p&gt;&lt;img src="http://channel9.msdn.com/258245/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-SharePoint-Features-with-Paul-Stork/</comments><link>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-SharePoint-Features-with-Paul-Stork/</link><pubDate>Sun, 14 Oct 2007 13:23:22 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/geekSpeak/geekSpeak-SharePoint-Features-with-Paul-Stork/</guid><evnet:views>4356</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/258245/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;p&gt;Catch this engaging episode of geekSpeak with guest expert MCT and SharePoint developer Paul Stork.&amp;nbsp; Here Paul explains and demos a commonly misunderstood aspect of SharePoint development - the use of SharePoint features.&lt;br /&gt;&lt;br /&gt;During the show, Paul answers dozens of the most common listener questions around the use, customization and implementation of SharePoint features.&lt;/p&gt;
&lt;p&gt;Also, co-hosts &lt;a href="http://blogs.msdn.com/mithund"&gt;Mithun Dhar &lt;/a&gt;and &lt;a href="http://blogs.msdn.com/SoCalDevGal"&gt;Lynn Langit &lt;/a&gt;answer additional listener questions.&amp;nbsp; This show is really action packed!&lt;/p&gt;</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/1927ecd0-ddca-456a-a057-289bb7e10486/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/3d4b74a6-65b8-496b-8a2b-464a9a1d044e/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/913f0621-eb80-409e-9a43-5251d1929bb6/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/7f735aa0-c40e-40a3-8ed9-e27d5d186216/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/e0c33fd5-39b2-402c-9301-ec67b1aad680/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/00098c65-8fb6-4901-8858-240c286ac0e7/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/4/2/8/5/2/347821_SPSFeatures_Stork.wmv" expression="full" duration="3598" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/4/2/8/5/2/347821.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/4/2/8/5/2/347821_SPSFeatures_Stork.wmv" length="0" type="video/x-ms-wmv" /><dc:creator>llangit</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-SharePoint-Features-with-Paul-Stork/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/258245/Trackback.aspx</trackback:ping><category>Sharepoint</category></item><item><title>geekSpeak - SQL Server Reporting Service with Ted Malone</title><description>Listen in&amp;nbsp;on this geekSpeak where expert Ted Malone shares his real-world experience implementing SQL Server Reporting Services and more.&amp;nbsp; His company Configuresoft has created a a product built out around all of Microsoft's BI and collaboration tools.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;Ted in an architect and developer who works with SharePoint, SQL Server Analysis Services, SQL Service Integration Services and, of course, SQL Server Reporting Services.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;Co-hosts Glen Gordon and G. Andrew Duthie get listener questions to Ted.&amp;nbsp; They also engage in a useful discussion of 'What is BI?'&lt;br /&gt;&lt;br /&gt;Demos and discussion also includes the what, why, when and&amp;nbsp;where of&amp;nbsp;SharePoint and SQL Server Reporting services integration, data and collaborative tools all working together.&amp;nbsp; His talk also includes information about the BDC, or the Business Data Catalog.&lt;img src="http://channel9.msdn.com/258162/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-SQL-Server-Reporting-Service-with-Ted-Malone/</comments><link>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-SQL-Server-Reporting-Service-with-Ted-Malone/</link><pubDate>Wed, 10 Oct 2007 22:23:44 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/geekSpeak/geekSpeak-SQL-Server-Reporting-Service-with-Ted-Malone/</guid><evnet:views>5130</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/258162/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Listen in&amp;nbsp;on this geekSpeak where expert Ted Malone shares his real-world experience implementing SQL Server Reporting Services and more.&amp;nbsp; His company Configuresoft has created a a product built out around all of Microsoft's BI and collaboration tools.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;Ted in an architect and developer who works with SharePoint, SQL Server Analysis Services, SQL Service Integration Services and, of course, SQL Server Reporting Services.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;Co-hosts Glen Gordon and G. Andrew Duthie get listener questions to Ted.&amp;nbsp; They also engage in a useful discussion of 'What is BI?'&lt;br /&gt;&lt;br /&gt;</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/504239d9-c697-453e-8406-725d8522fe8b/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/c20ab54f-7b91-4687-9b63-815c45a80ef8/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/724a50e1-a2dd-4e0a-914a-b3d82da3fcb2/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/d31de61e-efbe-436b-9bae-df938759c0ce/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/c88753a1-4f0a-4033-ae6b-e6df7ebde0b2/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/6bcc007b-a1c3-4e4d-b503-b2f023aac548/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/2/6/1/8/5/2/347159_SSRS _Malone.wmv" expression="full" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/2/6/1/8/5/2/347159.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/2/6/1/8/5/2/347159_SSRS _Malone.wmv" length="0" type="video/x-ms-wmv" /><dc:creator>llangit</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-SQL-Server-Reporting-Service-with-Ted-Malone/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/258162/Trackback.aspx</trackback:ping><category>Sharepoint</category><category>SQL Server</category></item><item><title>geekSpeak WF and BizTalk with Mick Badran</title><description>When's the last time you talked to an Australian developer at 4am his time?&amp;nbsp; Well, I don't think I really want you to answer that question!&lt;br /&gt;&lt;br /&gt;Anyway, friend (you'd have to be, right?;)) and expert WF and BizTalk developer, Mick Badran joined the geekSpeak as 'expert-in-the-house.'&lt;br /&gt;&lt;br /&gt;He did a great job not only explaining&amp;nbsp;core differences between Windows Workflow and BizTalk orchestrations, but also elaborated, based on the usual tough listener questions, on pipeline implementations, exposing orchestrations as web services and more.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://channel9.msdn.com/258157/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-WF-and-BizTalk-with-Mick-Badran/</comments><link>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-WF-and-BizTalk-with-Mick-Badran/</link><pubDate>Wed, 10 Oct 2007 18:03:53 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/geekSpeak/geekSpeak-WF-and-BizTalk-with-Mick-Badran/</guid><evnet:views>2992</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/258157/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>When's the last time you talked to an Australian developer at 4am his time?&amp;nbsp; Well, I don't think I really want you to answer that question!&lt;br /&gt;&lt;br /&gt;Anyway, friend (you'd have to be, right?&lt;img src='/emoticons/C9/emotion-5.gif' alt='Wink' /&gt;) and expert WF and BizTalk developer, Mick Badran joined the geekSpeak as 'expert-in-the-house.'&lt;br /&gt;&lt;br /&gt;He did a great job not only explaining&amp;nbsp;core differences between Windows Workflow and BizTalk orchestrations, but also elaborated, based on the usual tough listener questions, on pipeline implementations, exposing orchestrations as web services and more.&lt;br /&gt;&lt;br /&gt;</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/064f20c8-36bc-45ab-a723-0a3ce97dfb82/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/c722af63-7bcc-4e97-8e9c-5a5853522c05/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/52d7c637-6dfd-401f-a387-cf67771dd173/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/9b90b714-a48a-49f1-bf1c-7b322a7d4525/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/5ff0e7b7-9bb8-41a9-9ec3-92dace13e544/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/1dca625f-f70a-4aeb-b094-1c24b01f43e3/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/5/1/8/5/2/347052_WFBizTalkBadran.wmv" expression="full" duration="3590" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/5/1/8/5/2/347052.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/5/1/8/5/2/347052_WFBizTalkBadran.wmv" length="0" type="video/x-ms-wmv" /><dc:creator>llangit</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-WF-and-BizTalk-with-Mick-Badran/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/258157/Trackback.aspx</trackback:ping><category>Biztalk</category><category>Windows Workflow</category></item><item><title>geekSpeak Generics (and more) in VB with Jim Duffy</title><description>Listen in to this geekSpeak to hear about the finer points of using Generics in VB as explained and demoed by expert Jim Duffy.&lt;br /&gt;&lt;br /&gt;In this segment, Jim answers common developer questions about not only use of Generics, but also some language-specific features of VB.NET.&lt;br /&gt;&lt;br /&gt;Jim's real-world experience shows as he tackles tough questions from the audience.&amp;nbsp; The show consists mostly on Jim showing code samples.&amp;nbsp; Tune in and enjoy!&lt;img src="http://channel9.msdn.com/258156/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-Generics-and-more-in-VB-with-Jim-Duffy/</comments><link>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-Generics-and-more-in-VB-with-Jim-Duffy/</link><pubDate>Wed, 10 Oct 2007 17:46:14 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/geekSpeak/geekSpeak-Generics-and-more-in-VB-with-Jim-Duffy/</guid><evnet:views>3984</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/258156/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Listen in to this geekSpeak to hear about the finer points of using Generics in VB as explained and demoed by expert Jim Duffy.&lt;br /&gt;&lt;br /&gt;In this segment, Jim answers common developer questions about not only use of Generics, but also some language-specific features of VB.NET.&lt;br /&gt;&lt;br /&gt;Jim's real-world experience shows as he tackles tough questions from the audience.&amp;nbsp; The show consists mostly on Jim showing code samples.&amp;nbsp; Tune in and enjoy!</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/c5cac4e3-49c2-4d18-ba06-ea83272d5c1b/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/63835896-8f6a-42db-82f0-5cbe4bb40fc0/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/abfe0c97-4dcc-4f52-82e8-9255c0852469/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/4eca264b-7f17-4bdd-b292-b02a152ee219/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/e008ba61-9987-4e2e-a709-214e28368096/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/00a383ad-f2e0-498d-a435-3ddb6c2a5846/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/5/1/8/5/2/347047_GenericsVBDuffy.wmv" expression="full" duration="3598" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/5/1/8/5/2/347047.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/5/1/8/5/2/347047_GenericsVBDuffy.wmv" length="0" type="video/x-ms-wmv" /><dc:creator>llangit</dc:creator><slash:comments>3</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/geekSpeak/geekSpeak-Generics-and-more-in-VB-with-Jim-Duffy/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/258156/Trackback.aspx</trackback:ping><category>VB.NET</category></item></channel></rss>