<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9</title>
    <atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/SocalSam/Posts/RSS"></atom:link>
    <itunes:summary></itunes:summary>
    <itunes:author>Microsoft</itunes:author>
    <itunes:subtitle></itunes:subtitle>
    <image>
      <url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
      <title>Channel 9</title>
      <link>http://channel9.msdn.com/Niners/SocalSam/Posts</link>
    </image>
    <itunes:image href=""></itunes:image>
    <itunes:category text="Technology"></itunes:category>
    <description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
    <link>http://channel9.msdn.com/Niners/SocalSam/Posts</link>
    <language>en</language>
    <pubDate>Sun, 19 May 2013 07:36:43 GMT</pubDate>
    <lastBuildDate>Sun, 19 May 2013 07:36:43 GMT</lastBuildDate>
    <generator>Rev9</generator>
    <c9:totalResults>3</c9:totalResults>
    <c9:pageCount>1</c9:pageCount>
    <c9:pageSize>25</c9:pageSize>
  <item>
      <title>Trident Workbench</title>
      <description><![CDATA[Hey, take a look at the Trident Workbench from Microsoft Research.&nbsp; It is a great idea, and with time it looks like it will evolve into a great tool for scienitists and researchers.<br /><br />It can be found at: <a shape="rect" href="I always advise that there should be an ID check with any “loadfest”, as seen in my video." shape="rect">
<strong>Trident Workbench</strong></a><br /><br /> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/SocalSam/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:63bcca8acc8f47c4ae629deb002fb010">]]></description>
      <comments>http://channel9.msdn.com/Blogs/Sam/Trident-Workbench</comments>
      <itunes:summary>Hey, take a look at the Trident Workbench from Microsoft Research.&amp;nbsp; It is a great idea, and with time it looks like it will evolve into a great tool for scienitists and researchers.It can be found at: 
Trident Workbench</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/Sam/Trident-Workbench</link>
      <pubDate>Fri, 30 Oct 2009 22:22:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/Sam/Trident-Workbench</guid>      
      <dc:creator>Sam Stokes</dc:creator>
      <itunes:author>Sam Stokes</itunes:author>
      <slash:comments>2</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/Sam/Trident-Workbench/RSS</wfw:commentRss>
      <category>Collaboration</category>
      <category>collaborative applied research</category>
      <category>escience</category>
      <category>Research</category>
    </item>
  <item>
      <title>Using Classes and Functions</title>
      <description><![CDATA[Been thinking about designing a game tool that could be used to make funny Xmas Games.&nbsp; Maybe elf bowling (like the one created a few years ago) and so forth.&nbsp; This would be a way to clearly illustrate the use of classes and functions.<br /><br />Keep an eye on my blog at <a shape="rect" href="http://blogs.msdn.com/devschool" shape="rect">
http://blogs.msdn.com/devschool</a><br /> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/SocalSam/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:366cf63048c0481395439deb002fb47f">]]></description>
      <comments>http://channel9.msdn.com/Blogs/Sam/Using-Classes-and-Functions</comments>
      <itunes:summary>Been thinking about designing a game tool that could be used to make funny Xmas Games.&amp;nbsp; Maybe elf bowling (like the one created a few years ago) and so forth.&amp;nbsp; This would be a way to clearly illustrate the use of classes and functions.Keep an eye on my blog at 
http://blogs.msdn.com/devschool</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/Sam/Using-Classes-and-Functions</link>
      <pubDate>Fri, 23 Oct 2009 00:22:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/Sam/Using-Classes-and-Functions</guid>      
      <dc:creator>Sam Stokes</dc:creator>
      <itunes:author>Sam Stokes</itunes:author>
      <slash:comments>2</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/Sam/Using-Classes-and-Functions/RSS</wfw:commentRss>
      <category>Beginner</category>
      <category>Beginning programming</category>
      <category>Game Design</category>
      <category>Xbox 360</category>
    </item>
  <item>
      <title>Functions and Classes in C#</title>
      <description><![CDATA[
<p>How to create functions in C# using Forms and Events!</p>
<p>This is a video for people who are trying to figure out how to use functions and where to put stuff in the Visual Studio IDE.&nbsp;
<br /><br />This example does not use the normal approach of console input and output, it uses a form, event (button click) and other programming elements that end users expect when they use your programs.<br /><br />After all how many people use software at the console level outside of application engineers and creators?<br /><br />Demos and examples use VS 2010 Beta 1</p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/SocalSam/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:bee8e4c6cbe148958b099deb002fb832">]]></description>
      <comments>http://channel9.msdn.com/Blogs/Sam/Functions-and-Classes-in-C</comments>
      <itunes:summary>
How to create functions in C# using Forms and Events! 
This is a video for people who are trying to figure out how to use functions and where to put stuff in the Visual Studio IDE.&amp;nbsp;
This example does not use the normal approach of console input and output, it uses a form, event (button click) and other programming elements that end users expect when they use your programs.After all how many people use software at the console level outside of application engineers and creators?Demos and examples use VS 2010 Beta 1 
</itunes:summary>
      <itunes:duration>2726</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/Sam/Functions-and-Classes-in-C</link>
      <pubDate>Wed, 21 Oct 2009 22:31:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/Sam/Functions-and-Classes-in-C</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/500851_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/500851_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/1/5/8/0/0/5/LearningAboutFunctions_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/1/5/8/0/0/5/LearningAboutFunctions_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/1/5/8/0/0/5/LearningAboutFunctions_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/1/5/8/0/0/5/LearningAboutFunctions_2MB_ch9.wmv" expression="full" duration="2726" fileSize="121196873" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/1/5/8/0/0/5/LearningAboutFunctions_ch9.mp3" expression="full" duration="2726" fileSize="21816960" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/1/5/8/0/0/5/LearningAboutFunctions_ch9.mp4" expression="full" duration="2726" fileSize="91972240" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/1/5/8/0/0/5/LearningAboutFunctions_ch9.wma" expression="full" duration="2726" fileSize="22057341" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/1/5/8/0/0/5/LearningAboutFunctions_Zune_ch9.wmv" expression="full" duration="2726" fileSize="98049550" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/1/5/8/0/0/5/LearningAboutFunctions_2MB_ch9.wmv" length="121196873" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Sam Stokes</dc:creator>
      <itunes:author>Sam Stokes</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/Sam/Functions-and-Classes-in-C/RSS</wfw:commentRss>
      <category>Beginner</category>
      <category>Getting Started</category>
      <category>Hobbyists</category>
    </item>    
</channel>
</rss>