<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Entries tagged with code</title>
    <atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Tags/code/RSS"></atom:link>
    <itunes:summary></itunes:summary>
    <itunes:author>Microsoft</itunes:author>
    <itunes:subtitle></itunes:subtitle>
    <image>
      <url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
      <title>Channel 9 - Entries tagged with code</title>
      <link>http://channel9.msdn.com/Tags/code</link>
    </image>
    <itunes:image href=""></itunes:image>
    <itunes:category text="Technology"></itunes:category>
    <description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
    <link>http://channel9.msdn.com/Tags/code</link>
    <language>en</language>
    <pubDate>Sat, 25 May 2013 10:04:58 GMT</pubDate>
    <lastBuildDate>Sat, 25 May 2013 10:04:58 GMT</lastBuildDate>
    <generator>Rev9</generator>
    <c9:totalResults>4</c9:totalResults>
    <c9:pageCount>1</c9:pageCount>
    <c9:pageSize>25</c9:pageSize>
  <item>
      <title>Programming in C#: (04) Code Reflection and Working with Garbage Collection</title>
      <description><![CDATA[<p>This module introduces the user to code reflection and information, what this means and how to get data and create instances. It will provide an overview of garbage collection and how it works as an automatic memory management.</p><ul><li><a href="http://channel9.msdn.com/Series/Programming-in-C-Jump-Start/Programming-in-C-04-Code-Reflection-and-Working-with-Garbage-Collection#time=04m42s">[04:42]</a> - How to get Type data </li><li><a href="http://channel9.msdn.com/Series/Programming-in-C-Jump-Start/Programming-in-C-04-Code-Reflection-and-Working-with-Garbage-Collection#time=11m30s">[11:30]</a> - Reflection demo </li><li><a href="http://channel9.msdn.com/Series/Programming-in-C-Jump-Start/Programming-in-C-04-Code-Reflection-and-Working-with-Garbage-Collection#time=21m42s">[21:42]</a> - Working with Garbage Collection </li><li><a href="http://channel9.msdn.com/Series/Programming-in-C-Jump-Start/Programming-in-C-04-Code-Reflection-and-Working-with-Garbage-Collection#time=28m12s">[28:12]</a> - Disposable objects </li><li><a href="http://channel9.msdn.com/Series/Programming-in-C-Jump-Start/Programming-in-C-04-Code-Reflection-and-Working-with-Garbage-Collection#time=39m28s">[39:28]</a> - Dispose versus Close versus Stop </li></ul><p>Full course outline:</p><ul><li>Mod 01: <a title="OOP, Managed Languages and C#" href="http://channel9.msdn.com/posts/Programming-in-C-01-OOP-Managed-Languages-and-C" target="_self">OOP, Managed Languages and C#</a> </li><li>Mod 02: <a title="Complex Types, Object Interfaces and Inheritance" href="http://channel9.msdn.com/posts/Programming-in-C-02-Complex-Types-Object-Interfaces-and-Inheritance" target="_self">Complex Types, Object Interfaces and Inheritance</a> </li><li>Mod 03: <a title="Controlling Programmatic Flow, and Manipulating Types and Strings" href="http://channel9.msdn.com/posts/Programming-in-C-03-Controlling-Programmatic-Flow-and-Manipulating-Types-and-Strings" target="_self">Controlling Programmatic Flow, and Manipulating Types and Strings</a> </li><li>Mod 04: Code Reflection and Working with Garbage Collection </li><li>Mod 05: <a title="Type and Value Validation, and Encryption Techniques" href="http://channel9.msdn.com/posts/Programming-in-C-05-Type-and-Value-Validation-and-Encryption-Techniques" target="_self">Type and Value Validation, and Encryption Techniques</a> </li><li>Mod 06: <a title="Splitting Assemblies, WinMD, Diagnostics and Instrumentation" href="http://channel9.msdn.com/posts/Programming-in-C-06-Splitting-Assemblies-WinMD-Diagnostics-and-Instrumentation" target="_self">Splitting Assemblies, WinMD, Diagnostics and Instrumentation</a> </li><li>Mod 07: <a title="Interacting with the File System, and Leveraging Web Services" href="http://channel9.msdn.com/posts/Programming-in-C-07-Interacting-with-the-File-System-and-Leveraging-Web-Services" target="_self">Interacting with the File System, and Leveraging Web Services</a> </li><li>Mod 08: <a title="Using LINQ to Objects and XML, and Serialization" href="http://channel9.msdn.com/posts/Programming-in-C-08-Using-LINQ-to-Objects-and-XML-and-Serialization" target="_self">Using LINQ to Objects and XML, and Serialization</a> </li></ul> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/code/RSS&WT.dl=0&WT.entryid=Entry:RSSView:4b2484606e43422eb2f0a183014afe6e">]]></description>
      <comments>http://channel9.msdn.com/Series/Programming-in-C-Jump-Start/Programming-in-C-04-Code-Reflection-and-Working-with-Garbage-Collection</comments>
      <itunes:summary>This module introduces the user to code reflection and information, what this means and how to get data and create instances. It will provide an overview of garbage collection and how it works as an automatic memory management. [04:42] - How to get Type data [11:30] - Reflection demo [21:42] - Working with Garbage Collection [28:12] - Disposable objects [39:28] - Dispose versus Close versus Stop Full course outline: Mod 01: OOP, Managed Languages and C# Mod 02: Complex Types, Object Interfaces and Inheritance Mod 03: Controlling Programmatic Flow, and Manipulating Types and Strings Mod 04: Code Reflection and Working with Garbage Collection Mod 05: Type and Value Validation, and Encryption Techniques Mod 06: Splitting Assemblies, WinMD, Diagnostics and Instrumentation Mod 07: Interacting with the File System, and Leveraging Web Services Mod 08: Using LINQ to Objects and XML, and Serialization </itunes:summary>
      <itunes:duration>2977</itunes:duration>
      <link>http://channel9.msdn.com/Series/Programming-in-C-Jump-Start/Programming-in-C-04-Code-Reflection-and-Working-with-Garbage-Collection</link>
      <pubDate>Tue, 19 Mar 2013 17:24:02 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Series/Programming-in-C-Jump-Start/Programming-in-C-04-Code-Reflection-and-Working-with-Garbage-Collection</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/41a5/c47e2cd3-d712-470c-82ec-37a258a741a5/CSharpJS04_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/41a5/c47e2cd3-d712-470c-82ec-37a258a741a5/CSharpJS04_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/41a5/c47e2cd3-d712-470c-82ec-37a258a741a5/CSharpJS04_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/41a5/c47e2cd3-d712-470c-82ec-37a258a741a5/CSharpJS04.mp3" expression="full" duration="2977" fileSize="47641744" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/41a5/c47e2cd3-d712-470c-82ec-37a258a741a5/CSharpJS04.mp4" expression="full" duration="2977" fileSize="287947976" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/41a5/c47e2cd3-d712-470c-82ec-37a258a741a5/CSharpJS04.webm" expression="full" duration="2977" fileSize="91808182" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/41a5/c47e2cd3-d712-470c-82ec-37a258a741a5/CSharpJS04.wma" expression="full" duration="2977" fileSize="24082091" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/41a5/c47e2cd3-d712-470c-82ec-37a258a741a5/CSharpJS04.wmv" expression="full" duration="2977" fileSize="139084787" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/41a5/c47e2cd3-d712-470c-82ec-37a258a741a5/CSharpJS04_high.mp4" expression="full" duration="2977" fileSize="632302309" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/41a5/c47e2cd3-d712-470c-82ec-37a258a741a5/CSharpJS04_mid.mp4" expression="full" duration="2977" fileSize="441517106" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/41a5/c47e2cd3-d712-470c-82ec-37a258a741a5/CSharpJS04_Source.wmv" expression="full" duration="2977" fileSize="543400680" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/41a5/c47e2cd3-d712-470c-82ec-37a258a741a5/CSharpJS04.ism/manifest" expression="full" duration="2977" fileSize="8398" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/41a5/c47e2cd3-d712-470c-82ec-37a258a741a5/CSharpJS04.wmv" length="139084787" type="video/x-ms-wmv"></enclosure>
      <dc:creator>JeffKoch</dc:creator>
      <itunes:author>JeffKoch</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Series/Programming-in-C-Jump-Start/Programming-in-C-04-Code-Reflection-and-Working-with-Garbage-Collection/RSS</wfw:commentRss>
      <category>C#</category>
      <category>Garbage Collector</category>
      <category>code</category>
    </item>
  <item>
      <title>Sync Your Christmas Lights to Music with .NET</title>
      <description><![CDATA[ <p>I know you’ve seen the infamous YouTube video turned TV commercial featuring <a href="http://www.youtube.com/watch?v=jgrQdxzFAtM">the house that has its Christmas lights synchronized to music</a> or <a href="http://www.youtube.com/watch?v=RJISYEbPF4E">any one of its spinoffs</a>. But did you know that you can use Microsoft’s Framework for .NET to do so? Apparently so. A recent post on <a href="http://www.networkworld.com/community/node/36385">NetworkWord</a> pointed us to <a href="http://blogs.msdn.com/coding4fun/archive/2008/11/27/9149635.aspx">Microsoft's Coding4Fun Web site</a>, where you can get the details on how to do just that. </p><p>They explain, “... you can make your lights do most anything in response to an event that happens on the web. You could signal home that you are running late, send the weather forecast to your Christmas tree or explore any number of communication options…If you just want to play with the .NET Micro Framework and get a feel for how easy it is to create software for tiny devices you don't actually need to use any extra hardware at all. The project comes with a complete emulation of the lights display so that you can run the whole thing on your computer and learn how hardware and software can be made to work together without burning your fingers with a soldering iron.”</p><p>The site details all the components you need – from hardware to software – in order to complete this project. There are links to where the items can be purchased and code samples to get you started. If love coding for fun, this is a great holiday coding project. We hope to see the results of the participants soon posted all over the web!</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/code/RSS&WT.dl=0&WT.entryid=Entry:RSSView:4de09dbb49ce4adcb4bc9e0e00ecab1c">]]></description>
      <comments>http://channel9.msdn.com/Blogs/coolstuff/Sync-Your-Christmas-Lights-to-Music-with-NET</comments>
      <itunes:summary> I know you’ve seen the infamous YouTube video turned TV commercial featuring the house that has its Christmas lights synchronized to music or any one of its spinoffs. But did you know that you can use Microsoft’s Framework for .NET to do so? Apparently so. A recent post on NetworkWord pointed us to Microsoft&#39;s Coding4Fun Web site, where you can get the details on how to do just that.  They explain, “... you can make your lights do most anything in response to an event that happens on the web. You could signal home that you are running late, send the weather forecast to your Christmas tree or explore any number of communication options…If you just want to play with the .NET Micro Framework and get a feel for how easy it is to create software for tiny devices you don&#39;t actually need to use any extra hardware at all. The project comes with a complete emulation of the lights display so that you can run the whole thing on your computer and learn how hardware and software can be made to work together without burning your fingers with a soldering iron.” The site details all the components you need – from hardware to software – in order to complete this project. There are links to where the items can be purchased and code samples to get you started. If love coding for fun, this is a great holiday coding project. We hope to see the results of the participants soon posted all over the web! </itunes:summary>
      <link>http://channel9.msdn.com/Blogs/coolstuff/Sync-Your-Christmas-Lights-to-Music-with-NET</link>
      <pubDate>Wed, 17 Dec 2008 11:33:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/coolstuff/Sync-Your-Christmas-Lights-to-Music-with-NET</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/on10_24343_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/on10_24343_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/on10_71feb3d5-738b-4973-9977-88de6dad5380.jpg" height="218" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/on10_b025c951-a639-4026-a9de-c2fcfa3cd7c6.jpg" height="64" width="85"></media:thumbnail>      
      <dc:creator>Sarah Perez</dc:creator>
      <itunes:author>Sarah Perez</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/coolstuff/Sync-Your-Christmas-Lights-to-Music-with-NET/RSS</wfw:commentRss>
      <category>.NET</category>
      <category>.NET Framework</category>
      <category>Coding4Fun</category>
      <category>Coding</category>
      <category>code</category>
    </item>
  <item>
      <title>Teaching Kids To Program: Small Basic</title>
      <description><![CDATA[Microsoft recently introducing a new programming language meant to teach kids how to program: <a shape="rect" href="http://msdn.microsoft.com/en-us/devlabs/cc950524.aspx" shape="rect">Small Basic</a>. The project aims to make programming fun by providing a small and easy-to-learn programming language in an environment that’s customize for kids, or any novice programmers looking to venture into the programming world. Small Basic is derived from the original BASIC programming language and is based on the .NET platform. The reason it’s “small” is because it only uses 15 keywords and minimal concepts so as to not be intimidating to those just starting out. You can check out the project over on <a shape="rect" href="http://http://msdn.microsoft.com/en-us/devlabs/cc950524.aspx" shape="rect">DevLabs site</a> and you can also download a <a shape="rect" href="http://download.microsoft.com/download/9/0/6/90616372-C4BF-4628-BC82-BD709635220D/Introducing%20Small%20Basic.pdf" shape="rect">Small Basic Introduction</a> PDF.  <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/code/RSS&WT.dl=0&WT.entryid=Entry:RSSView:1245d167feeb4d87ab279e0e001c6d74">]]></description>
      <comments>http://channel9.msdn.com/Blogs/coolstuff/Teaching-Kids-To-Program-Small-Basic</comments>
      <itunes:summary>Microsoft recently introducing a new programming language meant to teach kids how to program: Small Basic. The project aims to make programming fun by providing a small and easy-to-learn programming language in an environment that’s customize for kids, or any novice programmers looking to venture into the programming world. Small Basic is derived from the original BASIC programming language and is based on the .NET platform. The reason it’s “small” is because it only uses 15 keywords and minimal concepts so as to not be intimidating to those just starting out. You can check out the project over on DevLabs site and you can also download a Small Basic Introduction PDF. </itunes:summary>
      <link>http://channel9.msdn.com/Blogs/coolstuff/Teaching-Kids-To-Program-Small-Basic</link>
      <pubDate>Wed, 19 Nov 2008 18:41:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/coolstuff/Teaching-Kids-To-Program-Small-Basic</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/on10_a5f43a95-05f6-467b-88a0-bdbe1daf7b29.jpg" height="0" width="0"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/on10_f023931c-f33f-44e4-9fff-e502149c4320.jpg" height="64" width="85"></media:thumbnail>      
      <dc:creator>Sarah Perez</dc:creator>
      <itunes:author>Sarah Perez</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/coolstuff/Teaching-Kids-To-Program-Small-Basic/RSS</wfw:commentRss>
      <category>Education</category>
      <category>Programming</category>
      <category>Coding</category>
      <category>code</category>
      <category>educational</category>
    </item>
  <item>
      <title>30 Days of .NET</title>
      <description><![CDATA[Chris Craft has been doing something interesting on his blog lately – he has been running a series called “30 Days of .NET [Windows Mobile Applications], where, every day he is posting about a different application for Windows Mobile phones. What’s really amazing is that he’s posting about a new application that he has written <em>that very day!</em> That’s right – every day for 30 days he’s writing a new app then blogging about it. <a href="http://www.cjcraft.com/blog/2008/06/01/30DaysOfNETWindowsMobileApplications.aspx">Said Chris</a> at the beginning of the project, his goal was <em>&quot;for each of these applications to be useful, interesting, and straight-forward. Someone considering writing their first Windows Mobile application should be able to look at these applications and &quot;get it&quot;. </em>He said the entire series is an open forum, so you’re invited to give feedback about what you think and what you want. Just recently, he posted <a href="http://www.cjcraft.com/blog/2008/06/23/30DaysOfNETWindowsMobileApplicationsNdashCalendarOfApplications.aspx">a calendar of these apps</a> where each day is linked to that day’s blog post about the app where the code is available for download. <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/code/RSS&WT.dl=0&WT.entryid=Entry:RSSView:bf2a3d09445a480a90d39e0e001a62aa">]]></description>
      <comments>http://channel9.msdn.com/Blogs/coolstuff/30-Days-of-NET</comments>
      <itunes:summary>Chris Craft has been doing something interesting on his blog lately – he has been running a series called “30 Days of .NET [Windows Mobile Applications], where, every day he is posting about a different application for Windows Mobile phones. What’s really amazing is that he’s posting about a new application that he has written that very day! That’s right – every day for 30 days he’s writing a new app then blogging about it. Said Chris at the beginning of the project, his goal was &amp;quot;for each of these applications to be useful, interesting, and straight-forward. Someone considering writing their first Windows Mobile application should be able to look at these applications and &amp;quot;get it&amp;quot;. He said the entire series is an open forum, so you’re invited to give feedback about what you think and what you want. Just recently, he posted a calendar of these apps where each day is linked to that day’s blog post about the app where the code is available for download.</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/coolstuff/30-Days-of-NET</link>
      <pubDate>Tue, 24 Jun 2008 04:08:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/coolstuff/30-Days-of-NET</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/on10_116d6f55-c782-4dfe-ade3-523332b8d471.jpg" height="0" width="0"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/on10_58de0fdd-67ef-4b77-8745-b4f39f2f54dd.jpg" height="64" width="85"></media:thumbnail>      
      <dc:creator>Sarah Perez</dc:creator>
      <itunes:author>Sarah Perez</itunes:author>
      <slash:comments>6</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/coolstuff/30-Days-of-NET/RSS</wfw:commentRss>
      <category>.NET</category>
      <category>.NET Framework</category>
      <category>Developer</category>
      <category>Developers</category>
      <category>Windows Mobile</category>
      <category>applications</category>
      <category>code</category>
      <category>Application</category>
    </item>    
</channel>
</rss>