<?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 learning</title>
    <atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Tags/learning/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 learning</title>
      <link>http://channel9.msdn.com/Tags/learning</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/learning</link>
    <language>en</language>
    <pubDate>Wed, 22 May 2013 00:38:18 GMT</pubDate>
    <lastBuildDate>Wed, 22 May 2013 00:38:18 GMT</lastBuildDate>
    <generator>Rev9</generator>
    <c9:totalResults>5</c9:totalResults>
    <c9:pageCount>1</c9:pageCount>
    <c9:pageSize>25</c9:pageSize>
  <item>
      <title>Getting sharp with F#</title>
      <description><![CDATA[<p>First a tease...</p><blockquote><p>Try F# demonstrates the power of F# to solve real-world analytical programming and information-rich problems by providing a web experience to help you learn the F# language, create programs, and share information—quickly and easily.</p></blockquote><p>You all know how much I like &quot;learning resources.&quot; Also you know how much I like highlighting different things, things that help you think a little outside of the normal, day to day grind.</p><p>Today's post satisfies both itches...</p><h2><a href="http://blogs.msdn.com/b/msr_er/archive/2013/01/22/try-f-data-console-to-big-and-broad-data.aspx" target="_blank">Try F#—Data Console to Big and Broad Data (Microsoft Research Connections Blog)</a></h2><blockquote><p>Try F# enables users to learn F# through new tutorials that focus on solving real-world problems, including analytical programming quandaries of the sort that are encountered in finance and data science. But Try F# is much more than a set of tutorials. It lets users write code in the browser and share it with others on the web to help grow a community of F# developers.</p><p>This latest release of Try F# is an evolution that keeps the tool in synch with the new experiences and information-rich programming features that are available in F# 3.0, the latest version of the language. The tutorials incorporate many domains, and help users understand F#’s new powerful “type providers” for data and service programming in the browser-based experience.</p><p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/BSwxD9_bX4Y&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/BSwxD9_bX4Y&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p></blockquote><h2><a href="http://research.microsoft.com/en-us/projects/tryfsharp/" target="_blank">Try F# (Microsoft Research)</a></h2><blockquote><h4>New Try F#</h4><p>By working with the community, we have enhanced the “learn” experience, now complete with sample materials to get you started. <a href="http://www.tryfsharp.org/">Try F#</a> now includes “create and share” experiences that help you write simple code to solve complex problems and then easily share <a href="http://fssnip.net/">snippets</a> or <a href="http://fsharp3sample.codeplex.com/">sample packs </a>with others.</p><p>F# communities make it easy to get involved:</p><ul><li><a href="http://social.msdn.microsoft.com/Forums/en-US/fsharpgeneral/threads">Microsoft F# discussion forum</a> </li><li><a href="http://stackoverflow.com/questions/tagged/f%23">F# on Stack Overflow</a> </li><li><a href="http://www.developerfusion.com/t/fsharp/">F# on DeveloperFusion</a> </li></ul></blockquote><h2><a title="http://www.tryfsharp.org/" href="http://www.tryfsharp.org/">Try F#</a></h2><p><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B2%5D-108.png" alt="image" width="500" height="285" border="0"></p><h2><a title="http://www.tryfsharp.org/" href="http://www.tryfsharp.org/">Try F#</a>/<a href="http://www.tryfsharp.org/Learn">Learn</a></h2><p><a href="http://www.tryfsharp.org/Learn"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B16%5D-24.png" alt="image" width="520" height="270" border="0"></a></p><p>Why F#?</p><blockquote><p><strong>Simple Code for Complex Problems</strong></p><p>F# is expressive and concise, which allows developers to implement their algorithms more directly. This means less code to read and maintain.</p><p><strong>Rapid Prototyping</strong></p><p>Using F# Interactive, code can be executed immediately without first compiling, which enables fluid problem exploration. Developers can use F# Interactive to iteratively refine algorithms to production quality.</p><p><strong>Fewer Bugs</strong></p><p>Case studies and user reports consistently show that F#'s strong type system reduces software bugs. Units of Measure further increase these benefits by preventing code from accidentally combining such elements as inches and centimeters, dollars and euros, or any custom units.</p><p><strong>Seamless Interoperability</strong></p><p>F# interoperates seamlessly with C#, and F# can be used with HTML5, JavaScript and other web standards. F# type providers can be used to integrate data sources and thousands of statistical libraries from packages such as R. The NuGet package environment provides over 8,000 new packages. Enterprises can use F# effectively without having to use different libraries and frameworks, and can leverage their existing assets and domain knowledge.</p><p><strong>Efficient Execution</strong></p><p>F# features modern, high-performance just-in-time (JIT) compilation to native code. F# code runs unchanged on both 32-bit and 64-bit systems by using the instructions available on the target architecture. The resulting code runs at the speeds much faster than languages such as Python, JavaScript or R, and in some cases significantly faster than C#.</p><p><strong>Reduced Complexity</strong></p><p>F# makes it easier to write functional programs, which eliminates complex time and state dependencies. This helps prevent bugs, makes unit testing more straightforward, simplifies refactoring, and promotes code reuse.</p><p>...</p></blockquote><p>Ready to get coding? Think you have to install a bunch of stuff to get started? Nope! You can get started learning and coding F# right now!</p><p><a href="http://www.tryfsharp.org/Create"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B15%5D-27.png" alt="image" width="520" height="244" border="0"></a></p><p>So get learning and coding already!</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/learning/RSS&WT.dl=0&WT.entryid=Entry:RSSView:1e342947530145348a16a1520164bc55">]]></description>
      <comments>http://channel9.msdn.com/coding4fun/blog/Getting-sharp-with-F</comments>
      <itunes:summary>First a tease... Try F# demonstrates the power of F# to solve real-world analytical programming and information-rich problems by providing a web experience to help you learn the F# language, create programs, and share information—quickly and easily. You all know how much I like &amp;quot;learning resources.&amp;quot; Also you know how much I like highlighting different things, things that help you think a little outside of the normal, day to day grind. Today&#39;s post satisfies both itches... Try F#—Data Console to Big and Broad Data (Microsoft Research Connections Blog)Try F# enables users to learn F# through new tutorials that focus on solving real-world problems, including analytical programming quandaries of the sort that are encountered in finance and data science. But Try F# is much more than a set of tutorials. It lets users write code in the browser and share it with others on the web to help grow a community of F# developers. This latest release of Try F# is an evolution that keeps the tool in synch with the new experiences and information-rich programming features that are available in F# 3.0, the latest version of the language. The tutorials incorporate many domains, and help users understand F#’s new powerful “type providers” for data and service programming in the browser-based experience.  Try F# (Microsoft Research)New Try F#By working with the community, we have enhanced the “learn” experience, now complete with sample materials to get you started. Try F# now includes “create and share” experiences that help you write simple code to solve complex problems and then easily share snippets or sample packs with others. F# communities make it easy to get involved: Microsoft F# discussion forum F# on Stack Overflow F# on DeveloperFusion Try F# Try F#/Learn Why F#? Simple Code for Complex Problems F# is expressive and concise, which allows developers to implement their algorithms more directly. This means less code to read and maintain. Rapid Prototyping Using F# Inter</itunes:summary>
      <link>http://channel9.msdn.com/coding4fun/blog/Getting-sharp-with-F</link>
      <pubDate>Mon, 28 Jan 2013 14:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/coding4fun/blog/Getting-sharp-with-F</guid>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/79c17d24-683e-40cd-b189-aceadc5807d9.png" height="63" width="100"></media:thumbnail>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/9222030c-4b8d-4a66-91d3-c12e48ea9728.png" height="138" width="220"></media:thumbnail>      
      <dc:creator>Greg Duncan</dc:creator>
      <itunes:author>Greg Duncan</itunes:author>
      <slash:comments>2</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/coding4fun/blog/Getting-sharp-with-F/RSS</wfw:commentRss>
      <category>Coding4Fun</category>
      <category>f#</category>
      <category>F#</category>
      <category>learning</category>
    </item>
  <item>
      <title>TWC9: Windows 8, VS 2012 Downloads, source for .NET 4.5, git-tf and Kahn!!!</title>
      <description><![CDATA[<p>This week on Channel 9, Dan and Brian discuss the week's top developer news, including</p><ul><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-17-2012#time=24s">[0:24]</a>&nbsp;<a href="http://blogs.msdn.com/b/windowsappdev/archive/2012/08/15/windows-8-rtm-is-available-for-developers.aspx">Windows 8 RTM is available for developers</a> (Ian LeGrow) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-17-2012#time=1m16s">[1:16]</a>&nbsp;<a href="http://channel9.msdn.com/Events/Windows-Camp/Windows-8-Developer-Camp-Redmond">Windows 8 Developer Camp - Redmond</a>, <a href="http://channel9.msdn.com/Events/Windows-Camp/Windows-8-Developer-Camp-Redmond/WIN8-CAMP-01">Introducing the Windows 8 platform</a> </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-17-2012#time=2m22s">[2:22]</a>&nbsp;<a href="http://www.microsoft.com/en-us/download/details.aspx?id=30706">Migrating your Release Preview app to Windows 8</a> </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-17-2012#time=3m27s">[3:27]</a>&nbsp;<a href="http://blogs.msdn.com/b/jasonz/archive/2012/08/15/visual-studio-2012-and-net-framework-4-5-released-to-the-web.aspx">Visual Studio 2012 and .NET Framework 4.5 released to the web!</a> (Jason Zander) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-17-2012#time=4m31s">[4:31]</a>&nbsp;<a href="http://www.visualstudiolaunch.com/vs2012vle/splash">Visual Studio 2012 Launch Event</a> </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-17-2012#time=4m56s">[4:56]</a>&nbsp;<a href="http://blogs.msdn.com/b/dotnet/archive/2012/08/15/announcing-the-release-of-net-framework-4-5-rtm-product-and-source-code.aspx">Announcing the release of .NET Framework 4.5 RTM - Product and Source Code</a> (Brandon Bray) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-17-2012#time=5m50s">[5:50]</a>&nbsp;<a href="http://www.hanselman.com/blog/VisualStudio2012AndNETFramework45IsRELEASEDHeres5MinuteVideosToGetYouUpToSpeedQuick.aspx">Visual Studio 2012 and .NET Framework 4.5 is RELEASED - Here's 5 minute videos to get you up to speed quick</a> (Scott Hanselman) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-17-2012#time=7m45s">[7:45]</a> Channel 9 Highlight: <a href="http://channel9.msdn.com/Series/Visual-Studio-2012-Premium-and-Ultimate-Overview">Visual Studio 2012 Premium and Ultimate Overview Series</a> (alvinho) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-17-2012#time=9m2s">[9:02]</a>&nbsp;<a href="http://blendinsider.com/technical/available-now-blend-for-visual-studio-2012-2012-08-15/">Available Now: Blend for Visual Studio 2012</a> (Christian Schormann) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-17-2012#time=9m50s">[9:50]</a>&nbsp;<a href="http://blendinsider.com/technical/announcing-blend-sketchflow-preview-for-visual-studio-2012-2012-08-15/">Announcing Blend &#43; SketchFlow Preview for Visual Studio 2012</a> (Erik Arthur) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-17-2012#time=10m36s">[10:36]</a>&nbsp;<a href="http://introtorx.com/">IntroToRx.com</a> (Lee Campbell), <a href="http://blogs.msdn.com/b/rxteam/archive/2012/08/15/reactive-extensions-v2-0-has-arrived.aspx">Reactive Extensions v2.0 has arrived!</a>,&nbsp;<a href="http://channel9.msdn.com/Shows/Going&#43;Deep/Bart-De-Smet-Rx-20-RTM-and-RTW">Bart De Smet Going Deep video</a>&nbsp; </li></ul><p><strong>Picks of the Week!</strong></p><ul><li>Brian's Pick of the Week:<a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-17-2012#time=11m27s">[11:27]</a> <a href="http://channel9.msdn.com/Blogs/VisualStudio/Announcing-git-tf-Combining-the-local-repository-of-Git-with-the-integrated-ALM-of-TFS">Announcing git-tf: Combining the local repository of Git with the integrated ALM of TFS</a> And <a href="http://channel9.msdn.com/Blogs/VisualStudio/Announcing-Kanban-for-Team-Foundation-Service">Announcing Kanban for Team Foundation Service</a> </li><li>Dan's Pick of the Week:<a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-17-2012#time=14m18s">[14:18]</a> <a href="http://ejohn.org/blog/introducing-khan-cs/">Redefining the Introduction to Computer Science - Khan Academy now does Computer Science</a>, <a href="http://www.khanacademy.org/cs">http://www.khanacademy.org/cs</a> (John Resig) </li></ul> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/learning/RSS&WT.dl=0&WT.entryid=Entry:RSSView:c17ed3e845af4f1ea895a0b0017d833d">]]></description>
      <comments>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-August-17-2012</comments>
      <itunes:summary>This week on Channel 9, Dan and Brian discuss the week&#39;s top developer news, including [0:24]&amp;nbsp;Windows 8 RTM is available for developers (Ian LeGrow) [1:16]&amp;nbsp;Windows 8 Developer Camp - Redmond, Introducing the Windows 8 platform [2:22]&amp;nbsp;Migrating your Release Preview app to Windows 8 [3:27]&amp;nbsp;Visual Studio 2012 and .NET Framework 4.5 released to the web! (Jason Zander) [4:31]&amp;nbsp;Visual Studio 2012 Launch Event [4:56]&amp;nbsp;Announcing the release of .NET Framework 4.5 RTM - Product and Source Code (Brandon Bray) [5:50]&amp;nbsp;Visual Studio 2012 and .NET Framework 4.5 is RELEASED - Here&#39;s 5 minute videos to get you up to speed quick (Scott Hanselman) [7:45] Channel 9 Highlight: Visual Studio 2012 Premium and Ultimate Overview Series (alvinho) [9:02]&amp;nbsp;Available Now: Blend for Visual Studio 2012 (Christian Schormann) [9:50]&amp;nbsp;Announcing Blend &amp;#43; SketchFlow Preview for Visual Studio 2012 (Erik Arthur) [10:36]&amp;nbsp;IntroToRx.com (Lee Campbell), Reactive Extensions v2.0 has arrived!,&amp;nbsp;Bart De Smet Going Deep video&amp;nbsp; Picks of the Week! Brian&#39;s Pick of the Week:[11:27] Announcing git-tf: Combining the local repository of Git with the integrated ALM of TFS And Announcing Kanban for Team Foundation Service Dan&#39;s Pick of the Week:[14:18] Redefining the Introduction to Computer Science - Khan Academy now does Computer Science, http://www.khanacademy.org/cs (John Resig) </itunes:summary>
      <itunes:duration>988</itunes:duration>
      <link>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-August-17-2012</link>
      <pubDate>Sat, 18 Aug 2012 04:24:31 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-August-17-2012</guid>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/7797ddd5-78f1-4185-9ea9-24592b6238d8.png" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/f88b5055-f351-4f8e-b726-931703dd9ea3.png" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/12f513f9-586e-4b86-928d-c58b870ae6ef.png" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/701b/e58ed5a1-ff70-421f-a358-9d80460f701b/TWC9August172012.mp3" expression="full" duration="988" fileSize="15818923" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/701b/e58ed5a1-ff70-421f-a358-9d80460f701b/TWC9August172012.mp4" expression="full" duration="988" fileSize="95063636" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/701b/e58ed5a1-ff70-421f-a358-9d80460f701b/TWC9August172012.webm" expression="full" duration="988" fileSize="38129486" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/701b/e58ed5a1-ff70-421f-a358-9d80460f701b/TWC9August172012.wma" expression="full" duration="988" fileSize="8001679" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/701b/e58ed5a1-ff70-421f-a358-9d80460f701b/TWC9August172012.wmv" expression="full" duration="988" fileSize="55946693" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/701b/e58ed5a1-ff70-421f-a358-9d80460f701b/TWC9August172012_high.mp4" expression="full" duration="988" fileSize="207702353" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/701b/e58ed5a1-ff70-421f-a358-9d80460f701b/TWC9August172012_mid.mp4" expression="full" duration="988" fileSize="145267703" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/701b/e58ed5a1-ff70-421f-a358-9d80460f701b/TWC9August172012_Source.wmv" expression="full" duration="988" fileSize="147985152" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/701b/e58ed5a1-ff70-421f-a358-9d80460f701b/TWC9August172012.ism/manifest" expression="full" duration="988" fileSize="6076" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/701b/e58ed5a1-ff70-421f-a358-9d80460f701b/TWC9August172012.wmv" length="55946693" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Brian Keller, Dan Fernandez, Greg Duncan</dc:creator>
      <itunes:author>Brian Keller, Dan Fernandez, Greg Duncan</itunes:author>
      <slash:comments>3</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-August-17-2012/RSS</wfw:commentRss>
      <category>Blend</category>
      <category>Reactive Extensions</category>
      <category>Team Foundation Server</category>
      <category>learning</category>
      <category>Windows 8</category>
    </item>
  <item>
      <title>Using Games To Teach: G4LI Unveiled</title>
      <description><![CDATA[ <p>Microsoft is teaming up with a handful of universities to study if and how computer games can be useful in education for teaching students math, science, and technology. The research project has Microsoft working with NYU as well as City University of New York, Columbia University, Dartmouth College, Parsons the New School for Design, and the Rochester Institute of Technology. Columbia’s Teachers College and NYU’s Polytechnic Institute. The test subjects in this study will be middle school students. </p><p>Why middle school? According to Ken Perlin, an NYU professor of computer science, in middle school many students “become discouraged or uninterested and pour their time at home into gaming. We think gaming is our starting point to draw them into math, science, and technology-based programs.” </p><p>The research study will be called the “<a href="http://research.microsoft.com/ur/us/gamesinstitute.aspx">Games for Learning Institute</a>.” The budget is $3 million. Microsoft will be paying half with the universities chipping in for the other portion. The study hopes to discover what makes games compelling and playable and what elements make them effective for learning…that is, even they <em>are </em>effective for learning. The games used in testing will be deployed along with curricula to 19 NYC area schools where results in the classroom will be tracked. <em>(via </em><a href="http://chronicle.com/wiredcampus/article/3370/microsoft-and-universities-will-study-using-games-to-teach-middle-school-students"><em>Wired Campus</em></a><em>)</em></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/learning/RSS&WT.dl=0&WT.entryid=Entry:RSSView:4d7b52945aa44c1dade19e0e00253407">]]></description>
      <comments>http://channel9.msdn.com/Blogs/coolstuff/Using-Games-To-Teach-G4LI-Unveiled</comments>
      <itunes:summary> Microsoft is teaming up with a handful of universities to study if and how computer games can be useful in education for teaching students math, science, and technology. The research project has Microsoft working with NYU as well as City University of New York, Columbia University, Dartmouth College, Parsons the New School for Design, and the Rochester Institute of Technology. Columbia’s Teachers College and NYU’s Polytechnic Institute. The test subjects in this study will be middle school students.  Why middle school? According to Ken Perlin, an NYU professor of computer science, in middle school many students “become discouraged or uninterested and pour their time at home into gaming. We think gaming is our starting point to draw them into math, science, and technology-based programs.”  The research study will be called the “Games for Learning Institute.” The budget is $3 million. Microsoft will be paying half with the universities chipping in for the other portion. The study hopes to discover what makes games compelling and playable and what elements make them effective for learning…that is, even they are effective for learning. The games used in testing will be deployed along with curricula to 19 NYC area schools where results in the classroom will be tracked. (via Wired Campus) </itunes:summary>
      <link>http://channel9.msdn.com/Blogs/coolstuff/Using-Games-To-Teach-G4LI-Unveiled</link>
      <pubDate>Wed, 15 Oct 2008 15:59:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/coolstuff/Using-Games-To-Teach-G4LI-Unveiled</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/on10_936521d0-bd0f-4451-9547-7c001268b002.jpg" height="0" width="0"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/on10_23d76d2d-4bb0-473e-9247-9995a08c6f59.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/Using-Games-To-Teach-G4LI-Unveiled/RSS</wfw:commentRss>
      <category>Education</category>
      <category>Games</category>
      <category>Students</category>
      <category>educational</category>
      <category>learning</category>
    </item>
  <item>
      <title>Geography Tetris</title>
      <description><![CDATA[Here's a much more fun way to learn geography than just staring at a map - a game called Statetris lets you learn geography by playing an online game, similar to Tetris, where states or countries are the blocks which you must move or rotate to fit them
 into the correct locations. The Tetris board will be a shape of a map and the &quot;pieces&quot; drop down from the top. Using the arrow keys, you move the pieces to where they belong on the map. There are three levels to play - easy, medium, and hard. There are games
 for <a href="http://www.mapmsg.com/games/statetris/usa/">USA</a>, <a href="http://www.mapmsg.com/games/statetris/uk/">
UK</a>, <a href="http://www.mapmsg.com/games/statetris/europe/">Europe</a>, <a href="http://www.mapmsg.com/games/statetris/africa">
Africa</a>, and more. <em>(via <a href="http://www.labnol.org/internet/favorites/test-knowledge-of-world-geography-with-tetris-game/3435/">
Digital Inspiration</a>)</em> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/learning/RSS&WT.dl=0&WT.entryid=Entry:RSSView:cdcfd7edb78246ec9e799dec00485ea7">]]></description>
      <comments>http://channel9.msdn.com/Blogs/coolstuff/Geography-Tetris</comments>
      <itunes:summary>Here&#39;s a much more fun way to learn geography than just staring at a map - a game called Statetris lets you learn geography by playing an online game, similar to Tetris, where states or countries are the blocks which you must move or rotate to fit them
 into the correct locations. The Tetris board will be a shape of a map and the &amp;quot;pieces&amp;quot; drop down from the top. Using the arrow keys, you move the pieces to where they belong on the map. There are three levels to play - easy, medium, and hard. There are games
 for USA, 
UK, Europe, 
Africa, and more. (via 
Digital Inspiration)</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/coolstuff/Geography-Tetris</link>
      <pubDate>Thu, 05 Jun 2008 13:22:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/coolstuff/Geography-Tetris</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/on10_4976fb3e-4470-41e4-aaeb-0366a0a0e6fa.jpg" height="0" width="0"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/on10_47cfda9e-41e0-4b97-be71-4dcb1ab86215.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/Geography-Tetris/RSS</wfw:commentRss>
      <category>Fun</category>
      <category>Games</category>
      <category>educational</category>
      <category>tetris</category>
      <category>learning</category>
      <category>geography</category>
    </item>
  <item>
      <title>Silverlight 2 June Webcast Series</title>
      <description><![CDATA[ <p><a href="http://blogs.msdn.com/lindsay/default.aspx">Lindsay Rutter</a> is going to be doing a series of webcasts on Silverlight 2 in June, starting on June 16th. The topics will include learning about deep zoom, learning the WPF UI framework, learning about adaptive streaming, and more. In total, there will be 6 webcasts in all. To register for any of these free webcasts, just click on its title in the list below below:</p><ul><li><a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032380304&amp;Culture=en-US"><strong>Look What You Can Do with Silverlight 2 (Part 1 of 6): Overview of Silverlight 2 and the WPF UI Framework</strong></a><br><strong>June 16th, 2008 1pm EST</strong> </li><li><a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032380308&amp;Culture=en-US"><strong>Look What You Can Do with Silverlight 2 (Part 2 of 6): WPF UI Framework Continued <br></strong></a><strong>June 18th, 2008 2pm EST</strong> </li><li><a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032380311&amp;Culture=en-US"><strong>Look What You Can Do with Silverlight 2 (Part 3 of 6): Introducing Deep Zoom <br></strong></a><strong>June 20th, 2008 1pm EST</strong> </li><li><a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032380314&amp;Culture=en-US"><strong>Look What You Can Do with Silverlight 2 (Part 4 of 6): Web Services Support</strong></a><br><strong>June 23rd, 2008 1pm EST</strong> </li><li><a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032380319&amp;Culture=en-US"><strong>Look What You Can Do with Silverlight 2 (Part 5 of 6): Testing Framework <br></strong></a><strong>June 25th, 2008 1pm EST</strong> </li><li><a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032380321&amp;Culture=en-US"><strong>Look What You Can Do with Silverlight 2 (Part 6 of 6): Adaptive Streaming</strong></a><br><strong>June 27th, 2008 1pm EST</strong> </li></ul><blockquote><h6>&nbsp;</h6></blockquote><p><em>(via <a href="http://brianjo.spaces.live.com/Blog/cns!57C723EC58B8F3A3!3300.entry?wa=wsignin1.0">BufferOverrun</a>)</em></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/learning/RSS&WT.dl=0&WT.entryid=Entry:RSSView:4794ce69c73941799ff29e0d00e4ada1">]]></description>
      <comments>http://channel9.msdn.com/Blogs/coolstuff/Silverlight-2-June-Webcast</comments>
      <itunes:summary> Lindsay Rutter is going to be doing a series of webcasts on Silverlight 2 in June, starting on June 16th. The topics will include learning about deep zoom, learning the WPF UI framework, learning about adaptive streaming, and more. In total, there will be 6 webcasts in all. To register for any of these free webcasts, just click on its title in the list below below: Look What You Can Do with Silverlight 2 (Part 1 of 6): Overview of Silverlight 2 and the WPF UI FrameworkJune 16th, 2008 1pm EST Look What You Can Do with Silverlight 2 (Part 2 of 6): WPF UI Framework Continued June 18th, 2008 2pm EST Look What You Can Do with Silverlight 2 (Part 3 of 6): Introducing Deep Zoom June 20th, 2008 1pm EST Look What You Can Do with Silverlight 2 (Part 4 of 6): Web Services SupportJune 23rd, 2008 1pm EST Look What You Can Do with Silverlight 2 (Part 5 of 6): Testing Framework June 25th, 2008 1pm EST Look What You Can Do with Silverlight 2 (Part 6 of 6): Adaptive StreamingJune 27th, 2008 1pm EST &amp;nbsp;(via BufferOverrun) </itunes:summary>
      <link>http://channel9.msdn.com/Blogs/coolstuff/Silverlight-2-June-Webcast</link>
      <pubDate>Tue, 03 Jun 2008 08:36:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/coolstuff/Silverlight-2-June-Webcast</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/on10_25ba12d5-cf9a-4b01-be31-b4293936958e.jpg" height="0" width="0"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/on10_b6a064ba-ad91-468d-83cf-b40ddd794060.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/Silverlight-2-June-Webcast/RSS</wfw:commentRss>
      <category>Developer</category>
      <category>Developers</category>
      <category>Education</category>
      <category>Silverlight</category>
      <category>Training</category>
      <category>webcasts</category>
      <category>learning</category>
    </item>    
</channel>
</rss>