<?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 research</title>
    <atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Tags/research/RSS"/>
    <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 research</title>
      <link>http://channel9.msdn.com/Tags/research</link>
    </image>
    <itunes:image href=""/>
    <itunes:category text="Technology"/>
    <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/research</link>
    <language>en</language>
    <pubDate>Sun, 12 Feb 2012 15:43:28 GMT</pubDate>
    <lastBuildDate>Sun, 12 Feb 2012 15:43:28 GMT</lastBuildDate>
    <generator>Rev9</generator>
    <c9:totalResults>56</c9:totalResults>
    <c9:pageCount>3</c9:pageCount>
    <c9:pageSize>25</c9:pageSize>
  <item>
      <title>Intel Projects a Whole New World for Childs Play</title>
      <description><![CDATA[ <p>Kinect for Xbox 360 has certainly brought a new dimension to gameplay, courtesy of its 3D camera and audio sensors, but a new research project from Intel aims to do the same for younger children.</p><p>Researchers at the company, alongside staff at the University of Washington are using 3D cameras and recognition and projection technology to build virtual worlds around physical objects made from Lego.&nbsp;</p><p><a href="http://www.youtube.com/watch?v=4Ttb7zCwJ4w&amp;feature=player_embedded">This video</a> shows the research in action – if you’re six years old (or thirty-six like me) prepare to be blown away. Place a Lego dragon on the table, it breathes fire. Place said fire-breathing dragon next to Lego house? Guess what happens next. But don’t worry – build yourself a quick fire engine and disaster can be averted.</p><p>But that’s nothing compared to what they can do with a Lego train. I won’t spoil the fun, but what I wouldn’t give to be six again! Back in the late 70s, we had to make do with spacehoppers and not-very-good Star Wars figures. Fingers crossed when my own son reaches that age, this tech will be ready to go! &nbsp;&nbsp;</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/research/RSS&WT.dl=0&WT.entryid=Entry:RSSView:00b4ab22b91d4116892b9e440147a8b3">]]></description>
      <comments>http://channel9.msdn.com/Blogs/coolstuff/Intel-Projects-a-Whole-New-World-for-Childs-Play</comments>
      <itunes:summary> Kinect for Xbox 360 has certainly brought a new dimension to gameplay, courtesy of its 3D camera and audio sensors, but a new research project from Intel aims to do the same for younger children.Researchers at the company, alongside staff at the University of Washington are using 3D cameras and recognition and projection technology to build virtual worlds around physical objects made from Lego.&amp;nbsp;This video shows the research in action – if you’re six years old (or thirty-six like me) prepare to be blown away. Place a Lego dragon on the table, it breathes fire. Place said fire-breathing dragon next to Lego house? Guess what happens next. But don’t worry – build yourself a quick fire engine and disaster can be averted.But that’s nothing compared to what they can do with a Lego train. I won’t spoil the fun, but what I wouldn’t give to be six again! Back in the late 70s, we had to make do with spacehoppers and not-very-good Star Wars figures. Fingers crossed when my own son reaches that age, this tech will be ready to go! &amp;nbsp;&amp;nbsp;</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/coolstuff/Intel-Projects-a-Whole-New-World-for-Childs-Play</link>
      <pubDate>Mon, 06 Dec 2010 19:53:56 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/coolstuff/Intel-Projects-a-Whole-New-World-for-Childs-Play</guid>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/dc46ad4f-58dd-430b-88aa-8c41d343f675.jpg" height="75" width="100"/>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/45fb7dab-06da-430f-a7ab-04b0e831e027.jpg" height="165" width="220"/>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/7c523ae6-e60c-48af-be55-fa1eea4e4859.jpg" height="240" width="320"/>      
      <dc:creator>Terry Walsh</dc:creator>
      <itunes:author>Terry Walsh</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/coolstuff/Intel-Projects-a-Whole-New-World-for-Childs-Play/RSS</wfw:commentRss>
      <category>Intel</category>
      <category>lego</category>
      <category>research</category>
      <category>projection</category>
    </item>
  <item>
      <title>Microsoft PEX/MOLES &amp; advanced Unit-Testing aspects 3/3</title>
      <description><![CDATA[ <p><strong>Unit Testing with Pex and Moles</strong> <br><br><strong>TRAINER: Peli de Halleux – Microsoft Research<br><br></strong>Pex enables parameterized unit testing for .NET: given a unit test with parameters. Pex generates inputs that achieves high code coverage. Moles is a framework that allows to isolate unit tests from environment dependencies: Moles allows to replace any .NET method with a delegate, even when the method is static, non-virtual or in a sealed type. Pex and Moles work on any .NET applications. Pex and Moles supports .NET v2.0, v3.5, v4.0, VS2008 and VS2010. The learning objectives of this class are:<br><br>Understand and write unit tests.<br>Use Moles to isolate unit tests.<br>Write Pex parameterized unit tests</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/research/RSS&WT.dl=0&WT.entryid=Entry:RSSView:5e782534cdc1488089d19df301857cea">]]></description>
      <comments>http://channel9.msdn.com/Blogs/channel9spain/Microsoft-PEXMOLES--advanced-Unit-Testing-aspects-33</comments>
      <itunes:summary> Unit Testing with Pex and Moles TRAINER: Peli de Halleux – Microsoft ResearchPex enables parameterized unit testing for .NET: given a unit test with parameters. Pex generates inputs that achieves high code coverage. Moles is a framework that allows to isolate unit tests from environment dependencies: Moles allows to replace any .NET method with a delegate, even when the method is static, non-virtual or in a sealed type. Pex and Moles work on any .NET applications. Pex and Moles supports .NET v2.0, v3.5, v4.0, VS2008 and VS2010. The learning objectives of this class are:Understand and write unit tests.Use Moles to isolate unit tests.Write Pex parameterized unit tests</itunes:summary>
      <itunes:duration>8794</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/channel9spain/Microsoft-PEXMOLES--advanced-Unit-Testing-aspects-33</link>
      <pubDate>Wed, 15 Sep 2010 17:49:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/channel9spain/Microsoft-PEXMOLES--advanced-Unit-Testing-aspects-33</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/573933_100x75.jpg" height="75" width="100"/>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/573933_220x165.jpg" height="165" width="220"/>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/3933/573933/MPEX3HDD_512_ch9.jpg" height="384" width="512"/>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3933/573933/MPEX3HDD_2MB_ch9.wmv" expression="full" duration="8794" fileSize="9246562983" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3933/573933/MPEX3HDD_ch9.mp3" expression="full" duration="8794" fileSize="70356146" type="audio/mp3" medium="audio"/>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3933/573933/MPEX3HDD_ch9.mp4" expression="full" duration="8794" fileSize="886759343" type="video/mp4" medium="video"/>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3933/573933/MPEX3HDD_ch9.wma" expression="full" duration="8794" fileSize="71115667" type="audio/x-ms-wma" medium="audio"/>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3933/573933/MPEX3HDD_ch9.wmv" expression="full" duration="8794" fileSize="1257194197" type="video/x-ms-wmv" medium="video"/>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/3933/573933/MPEX3HDD_ch9.wmv" length="1257194197" type="video/x-ms-wmv"/>
      <dc:creator>Channel9Spain</dc:creator>
      <itunes:author>Channel9Spain</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/channel9spain/Microsoft-PEXMOLES--advanced-Unit-Testing-aspects-33/RSS</wfw:commentRss>
      <category>moles</category>
      <category>Peli de Halleux</category>
      <category>PEX</category>
      <category>research</category>
      <category>Spain</category>
      <category>Unit Testing</category>
    </item>
  <item>
      <title>Microsoft Research Reveals Facebook for Scientists: ScholarLynk</title>
      <description><![CDATA[ <p><a shape="rect" href="http://research.microsoft.com/en-us/projects/scholarlynk/" shape="rect">ScholarLynk</a> is a new tool for scientists and other researchers which Microsoft Research is unveiling this week at ECDL, the <a shape="rect" href="http://www.ecdl2010.org/" shape="rect">European Conference on Research and Advanced Technology for Digital Libraries</a>. The project has roots in <a shape="rect" href="http://lewisshepherd.wordpress.com/2010/09/08/mix-rip-burn-your-research/" shape="rect">Lewis Shepherd’s</a> 2008 project called “Research Desktop” which combined semantic analysis with a Web 2.0-style interface. The new ScholarLynk social software prototype expands upon that earlier idea, offering its users the ability to create reading lists related to their interests which could entail emails, scholarly papers, web pages and local files. The lists can be private, shared or collaborative in nature and they support metadata, annotations and associations. </p><p>The program also has a Twitter and Facebook-like social element involving the ability to follow other users, write on their walls, engage in conversations, and provide feedback or rate each others’ research. </p><p>The prototype will become available for download in December. </p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/research/RSS&WT.dl=0&WT.entryid=Entry:RSSView:c22bb88a1482433b81a29e0e00fd307c">]]></description>
      <comments>http://channel9.msdn.com/Blogs/coolstuff/Microsoft-Research-Reveals-Facebook-for-Scientists-ScholarLynk</comments>
      <itunes:summary> ScholarLynk is a new tool for scientists and other researchers which Microsoft Research is unveiling this week at ECDL, the European Conference on Research and Advanced Technology for Digital Libraries. The project has roots in Lewis Shepherd’s 2008 project called “Research Desktop” which combined semantic analysis with a Web 2.0-style interface. The new ScholarLynk social software prototype expands upon that earlier idea, offering its users the ability to create reading lists related to their interests which could entail emails, scholarly papers, web pages and local files. The lists can be private, shared or collaborative in nature and they support metadata, annotations and associations. The program also has a Twitter and Facebook-like social element involving the ability to follow other users, write on their walls, engage in conversations, and provide feedback or rate each others’ research. The prototype will become available for download in December. </itunes:summary>
      <link>http://channel9.msdn.com/Blogs/coolstuff/Microsoft-Research-Reveals-Facebook-for-Scientists-ScholarLynk</link>
      <pubDate>Mon, 13 Sep 2010 16:51:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/coolstuff/Microsoft-Research-Reveals-Facebook-for-Scientists-ScholarLynk</guid>      
      <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/Microsoft-Research-Reveals-Facebook-for-Scientists-ScholarLynk/RSS</wfw:commentRss>
      <category>Facebook</category>
      <category>Microsoft Research</category>
      <category>MS Research</category>
      <category>MSR</category>
      <category>research</category>
      <category>science</category>
      <category>Social Networks</category>
      <category>scientists</category>
      <category>Social Networking</category>
      <category>research project</category>
      <category>Microsoft Reserach</category>
    </item>
  <item>
      <title>RearType: A Back Keyboard for Tablets</title>
      <description><![CDATA[ <p>OK, right up front, I’m not so sure about the name, but these are scientists and engineers, not brand marketers, over there at Microsoft Research, so I’ll give them a pass. In any event, the “<strong>RearType</strong>” project is definitely an interesting idea, whether or not it makes it into mainstream consumer gadgets one day. </p><p>In a new <a shape="rect" href="https://research.microsoft.com/pubs/135609/reartype%2520mobilehci.pdf" shape="rect">whitepaper</a>, researchers James Scott and Shahram Izadi describes an input system for tablet and slate computers which involves halving a QWERTY keyboard, rotating the keys and then sticking them to the back of the device. </p><p>The idea is that this would allow you to have that physical sensation of typing on a keyboard without having to sacrifice touchscreen landscape to do so. Studies showed that users could reach 15 WPM after one hour of training and one user even got up to 47 WPM in the same timeframe. The speeds are “not statistically different” than a touchscreen keyboard. </p><p>Is this brilliant or is it crazy? What do you think? </p><p><em>(via </em><a shape="rect" href="http://www.engadget.com/2010/08/10/microsoft-research-reveals-reartype-puts-qwerty-back-where-it-b" shape="rect"><em>Engadget</em></a><em>, </em><a shape="rect" href="http://www.zdnet.com/blog/microsoft/microsofts-reartype-physical-keys-to-the-ipad-kindle-and-tablet-kingdoms/7039" shape="rect"><em>ZDNet</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/research/RSS&WT.dl=0&WT.entryid=Entry:RSSView:90f772226f594e19a6ec9e0e007adb7b">]]></description>
      <comments>http://channel9.msdn.com/Blogs/coolstuff/RearType-A-Back-Keyboard-for-Tablets</comments>
      <itunes:summary> OK, right up front, I’m not so sure about the name, but these are scientists and engineers, not brand marketers, over there at Microsoft Research, so I’ll give them a pass. In any event, the “RearType” project is definitely an interesting idea, whether or not it makes it into mainstream consumer gadgets one day. In a new whitepaper, researchers James Scott and Shahram Izadi describes an input system for tablet and slate computers which involves halving a QWERTY keyboard, rotating the keys and then sticking them to the back of the device. The idea is that this would allow you to have that physical sensation of typing on a keyboard without having to sacrifice touchscreen landscape to do so. Studies showed that users could reach 15 WPM after one hour of training and one user even got up to 47 WPM in the same timeframe. The speeds are “not statistically different” than a touchscreen keyboard. Is this brilliant or is it crazy? What do you think? (via Engadget, ZDNet)</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/coolstuff/RearType-A-Back-Keyboard-for-Tablets</link>
      <pubDate>Fri, 13 Aug 2010 13:54:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/coolstuff/RearType-A-Back-Keyboard-for-Tablets</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/on10_ba8d7bd5-390c-4322-8fde-66030c19a69a.jpg" height="0" width="0"/>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/on10_215089d4-3a56-4de0-94d4-b24ac05110c8.jpg" height="64" width="85"/>      
      <dc:creator>Sarah Perez</dc:creator>
      <itunes:author>Sarah Perez</itunes:author>
      <slash:comments>1</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/coolstuff/RearType-A-Back-Keyboard-for-Tablets/RSS</wfw:commentRss>
      <category>keyboard</category>
      <category>keyboards</category>
      <category>Microsoft Research</category>
      <category>MS Research</category>
      <category>MSR</category>
      <category>research</category>
      <category>research project</category>
      <category>keypad</category>
    </item>
  <item>
      <title>Craig Mundie shows off the future of NUI</title>
      <description><![CDATA[I met with Microsoft's Chief research and Strategy officer, <a shape="rect" href="http://www.microsoft.com/presspass/exec/craig/" shape="rect">
Craig Mundie</a>, to discuss how science and information technology can solve the worlds biggest problems. He focuses on the environment&nbsp;and demonstrates&nbsp;work from the Computational Science Group out of
<a shape="rect" href="http://research.microsoft.com/en-us/labs/Cambridge/" shape="rect">
Microsoft Research Cambridge (U.K.). </a>Craig discusess the huge leaps in computing power, the shift to a client plus cloud platform, the emergence of more natural user interfaces and&nbsp;the ability to manipulate and understand terabytes of data. truly fascinating
 stuff!<br /><br /><a shape="rect" href="http://www.microsoft.com/presspass/presskits/collegetour/" shape="rect">MORE INFO HERE</a>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/research/RSS&WT.dl=0&WT.entryid=Entry:RSSView:6176c0b06e644d4a8ca69deb0017b68a">]]></description>
      <comments>http://channel9.msdn.com/Blogs/LauraFoy/Craig-Mundie-shows-off-the-future-of-NUI</comments>
      <itunes:summary>I met with Microsoft&#39;s Chief research and Strategy officer, 
Craig Mundie, to discuss how science and information technology can solve the worlds biggest problems. He focuses on the environment&amp;nbsp;and demonstrates&amp;nbsp;work from the Computational Science Group out of

Microsoft Research Cambridge (U.K.). Craig discusess the huge leaps in computing power, the shift to a client plus cloud platform, the emergence of more natural user interfaces and&amp;nbsp;the ability to manipulate and understand terabytes of data. truly fascinating
 stuff!MORE INFO HERE
</itunes:summary>
      <itunes:duration>1048</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/LauraFoy/Craig-Mundie-shows-off-the-future-of-NUI</link>
      <pubDate>Wed, 20 Jan 2010 22:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/LauraFoy/Craig-Mundie-shows-off-the-future-of-NUI</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/521474_100x75.jpg" height="75" width="100"/>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/521474_220x165.jpg" height="165" width="220"/>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/4/7/4/1/2/5/MundieTechDemo_320_ch9.png" height="240" width="320"/>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/4/7/4/1/2/5/MundieTechDemo_512_ch9.png" height="384" width="512"/>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/4/7/4/1/2/5/MundieTechDemo_85_ch9.png" height="64" width="85"/>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/4/7/4/1/2/5/MundieTechDemo_2MB_ch9.wmv" expression="full" duration="1048" fileSize="305499757" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/4/7/4/1/2/5/MundieTechDemo_ch9.mp3" expression="full" duration="1048" fileSize="8390629" type="audio/mp3" medium="audio"/>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/4/7/4/1/2/5/MundieTechDemo_ch9.mp4" expression="full" duration="1048" fileSize="100024011" type="video/mp4" medium="video"/>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/4/7/4/1/2/5/MundieTechDemo_ch9.wma" expression="full" duration="1048" fileSize="8485269" type="audio/x-ms-wma" medium="audio"/>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/4/7/4/1/2/5/MundieTechDemo_ch9.wmv" expression="full" duration="1048" fileSize="148468205" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/4/7/4/1/2/5/MundieTechDemo_Zune_ch9.wmv" expression="full" duration="1048" fileSize="123092257" type="video/x-ms-wmv" medium="video"/>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/4/7/4/1/2/5/MundieTechDemo_ch9.wmv" length="148468205" type="video/x-ms-wmv"/>
      <dc:creator>Laura Foy</dc:creator>
      <itunes:author>Laura Foy</itunes:author>
      <slash:comments>9</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/LauraFoy/Craig-Mundie-shows-off-the-future-of-NUI/RSS</wfw:commentRss>
      <category>Craig Mundie</category>
      <category>Microsoft Research</category>
      <category>MS Research</category>
      <category>MSR</category>
      <category>NUI</category>
      <category>research</category>
    </item>
  <item>
      <title>New &quot;Minority Report&quot; Screen Runs Windows Embedded</title>
      <description><![CDATA[ <p><a shape="rect" href="http://www.istartedsomething.com/20100112/windows-embedded-digital-signage-minority-report-advertising/" target="_blank" shape="rect">Blogger Long Zheng noticed something cool</a> at the National Retail Federation Convention &amp; Expo this week – a digital screen that brings to mind the intelligent signage featured in the movie “Minority Report.” Many of us have long since looked to that popular sci-fi film starring Tom Cruise for hints of what’s to come in the world of tech. In 2006, <a shape="rect" href="http://on10.net/blogs/laura/3903/" target="_blank" shape="rect">we looked at Microsoft Research projects</a> which offer intuitive human interfaces to machines and more recently, we’ve seen things like Microsoft Surface computing, <a shape="rect" href="http://on10.net/blogs/sarahintampa/Get-all-ldquoMinority-Reportrdquo-ish-with-your-Windows-PC/" target="_blank" shape="rect">the direct manipulation video player DimP</a>, <a shape="rect" href="http://on10.net/blogs/jesse/Photosynth-and-Seadragon-offer-a-glimpse-at-the-next-great-UI/" target="_blank" shape="rect">Seadragon's large collection management</a>, and the upcoming <a shape="rect" href="http://on10.net/blogs/sarahintampa/Project-Natal-Revealed-Full-Body-Motion-Control-for-the-Xbox/" target="_blank" shape="rect">full body motion control for Xbox, Project Natal</a>, all of which seem inspired by the film. Now you can add <a shape="rect" href="http://www.intel.com/design/intarch/platforms/digitalsignage/index.htm" target="_blank" shape="rect">this digital signage proof-of-concept</a> to the list of Microsoft-created “Minority Report-esque” developments. </p><p>Created in conjunction with Intel, this sign run an Intel Core i7 processor and Windows Embedded Standard 2011, the next release of Windows Embedded which is based on Windows 7. The sign, like the one in the movie, senses when people come near the screen and it can recommend products for you to buy. However, unlike the sign in the movie, it doesn’t actually identify you by name (whew! That <em>was</em> a little freaky), but it does recognize your gender and height. You can also touch the screen itself or wave your hand in front of it to interact with the software and see the ads being offered, view a store map, access coupons and send them to your phone, and more.</p><p>To see the sign in action, check out <a shape="rect" href="http://www.youtube.com/watch?v=ZOaeSnK01_0&amp;feature=player_embedded" target="_blank" shape="rect">this YouTube video here</a>.&nbsp;&nbsp; </p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/research/RSS&WT.dl=0&WT.entryid=Entry:RSSView:8e7ef82a67784895beb99e0e00f88786">]]></description>
      <comments>http://channel9.msdn.com/Blogs/coolstuff/New-Minority-Report-Screen-Runs-Windows-Embedded</comments>
      <itunes:summary> Blogger Long Zheng noticed something cool at the National Retail Federation Convention &amp;amp; Expo this week – a digital screen that brings to mind the intelligent signage featured in the movie “Minority Report.” Many of us have long since looked to that popular sci-fi film starring Tom Cruise for hints of what’s to come in the world of tech. In 2006, we looked at Microsoft Research projects which offer intuitive human interfaces to machines and more recently, we’ve seen things like Microsoft Surface computing, the direct manipulation video player DimP, Seadragon&#39;s large collection management, and the upcoming full body motion control for Xbox, Project Natal, all of which seem inspired by the film. Now you can add this digital signage proof-of-concept to the list of Microsoft-created “Minority Report-esque” developments. Created in conjunction with Intel, this sign run an Intel Core i7 processor and Windows Embedded Standard 2011, the next release of Windows Embedded which is based on Windows 7. The sign, like the one in the movie, senses when people come near the screen and it can recommend products for you to buy. However, unlike the sign in the movie, it doesn’t actually identify you by name (whew! That was a little freaky), but it does recognize your gender and height. You can also touch the screen itself or wave your hand in front of it to interact with the software and see the ads being offered, view a store map, access coupons and send them to your phone, and more.To see the sign in action, check out this YouTube video here.&amp;nbsp;&amp;nbsp; </itunes:summary>
      <link>http://channel9.msdn.com/Blogs/coolstuff/New-Minority-Report-Screen-Runs-Windows-Embedded</link>
      <pubDate>Fri, 15 Jan 2010 19:08:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/coolstuff/New-Minority-Report-Screen-Runs-Windows-Embedded</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/on10_da1eecd6-1a5e-48e4-baf2-b7cb41a2bb0e.jpg" height="0" width="0"/>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/on10_69962_100x75.jpg" height="75" width="100"/>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/on10_69962_220x165.jpg" height="165" width="220"/>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/on10_ef37f43a-6b90-4b68-aaef-a8a80ed23581.jpg" height="64" width="85"/>      
      <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/New-Minority-Report-Screen-Runs-Windows-Embedded/RSS</wfw:commentRss>
      <category>Embedded</category>
      <category>research</category>
      <category>advertising</category>
      <category>displays</category>
      <category>shopping</category>
      <category>research project</category>
    </item>
  <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/Tags/research/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>U Rank Update: No Login Required</title>
      <description><![CDATA[ <p>Remember <a shape="rect" href="http://urank.viveri.com" shape="rect">U Rank</a>? Microsoft Research’s <a shape="rect" href="http://on10.net/blogs/sarahintampa/U-Rank-A-Social-Search-Experiment-From-Microsoft-Research/" shape="rect">experimental search engine</a>? The service is still around although it has probably been overshadowed by the much slicker <a shape="rect" href="http://bing.com" shape="rect">Bing</a> as of late. With U Rank, searchers can reorder search results, add notes, create lists of search results and share those lists with others. Although U Rank may not replace your everyday search engine, it’s still a good tool for doing web research projects where you want to record, save, and manage your results. </p><p>Recently, Chun-Kai Wang of Microsoft Research <a shape="rect" href="http://cid-8d4d7ef470f87a54.spaces.live.com/Blog/cns!8D4D7EF470F87A54!144.entry" shape="rect">let us know</a> that you can now use U Rank without first having to log in. (Previously you had to sign in with your Windows Live ID.) When using U Rank anonymously like this, your edits are only saved for that session. This actually makes it easier to use U Rank as an everyday engine for quick searches since it removes the extra steps involved with signing in. It also makes it easier for anyone who just wants to play with U Rank from time to time to give it a try. You can try the new U Rank homepage here: <a shape="rect" href="http://urank.viveri.com" shape="rect">urank.viveri.com</a>.</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/research/RSS&WT.dl=0&WT.entryid=Entry:RSSView:fd20012198a6455b918b9e0e00f54d2f">]]></description>
      <comments>http://channel9.msdn.com/Blogs/coolstuff/U-Rank-Update-No-Login-Required</comments>
      <itunes:summary> Remember U Rank? Microsoft Research’s experimental search engine? The service is still around although it has probably been overshadowed by the much slicker Bing as of late. With U Rank, searchers can reorder search results, add notes, create lists of search results and share those lists with others. Although U Rank may not replace your everyday search engine, it’s still a good tool for doing web research projects where you want to record, save, and manage your results. Recently, Chun-Kai Wang of Microsoft Research let us know that you can now use U Rank without first having to log in. (Previously you had to sign in with your Windows Live ID.) When using U Rank anonymously like this, your edits are only saved for that session. This actually makes it easier to use U Rank as an everyday engine for quick searches since it removes the extra steps involved with signing in. It also makes it easier for anyone who just wants to play with U Rank from time to time to give it a try. You can try the new U Rank homepage here: urank.viveri.com.</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/coolstuff/U-Rank-Update-No-Login-Required</link>
      <pubDate>Wed, 19 Aug 2009 14:26:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/coolstuff/U-Rank-Update-No-Login-Required</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/on10_44b1471d-97cc-4c0d-a87f-5d036a62f829.jpg" height="0" width="0"/>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/on10_34786_100x75.jpg" height="75" width="100"/>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/on10_34786_220x165.jpg" height="165" width="220"/>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/on10_b3189884-de6c-40fa-b92e-8830d915db72.jpg" height="64" width="85"/>      
      <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/U-Rank-Update-No-Login-Required/RSS</wfw:commentRss>
      <category>Microsoft Research</category>
      <category>research</category>
      <category>Search</category>
      <category>research project</category>
    </item>
  <item>
      <title>Microsoft Research Summit: Revolutionary DDR</title>
      <description><![CDATA[This year at the Microsoft Research Summit there were some life altering&nbsp;ideas showcased and some new projects which will change the way we interact with technology. There was also&nbsp;THIS&nbsp;FIX to the problems you may have been having with your Dance Dance Revolution game pad. Drew from Texas A&amp;M University has the answer.  <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/research/RSS&WT.dl=0&WT.entryid=Entry:RSSView:89c41eb5c5e540209ecd9e0f00809702">]]></description>
      <comments>http://channel9.msdn.com/Blogs/LauraFoy/Microsoft-Research-Summit-Revolutionary-DDR</comments>
      <itunes:summary>This year at the Microsoft Research Summit there were some life altering&amp;nbsp;ideas showcased and some new projects which will change the way we interact with technology. There was also&amp;nbsp;THIS&amp;nbsp;FIX to the problems you may have been having with your Dance Dance Revolution game pad. Drew from Texas A&amp;amp;M University has the answer. </itunes:summary>
      <itunes:duration>206</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/LauraFoy/Microsoft-Research-Summit-Revolutionary-DDR</link>
      <pubDate>Mon, 17 Aug 2009 18:45:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/LauraFoy/Microsoft-Research-Summit-Revolutionary-DDR</guid>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/on10/4/7/3/1/3/Fac3_large_on10.png" height="240" width="320"/>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/on10/4/7/3/1/3/Fac3_small_on10.png" height="64" width="85"/>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/4/7/3/1/3/Fac3_2MB_on10.wmv" expression="full" duration="206" fileSize="64734697" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/4/7/3/1/3/Fac3_on10.mp3" expression="full" duration="206" fileSize="1649365" type="audio/mp3" medium="audio"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/4/7/3/1/3/Fac3_on10.mp4" expression="full" duration="206" fileSize="27627000" type="video/mp4" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/4/7/3/1/3/Fac3_on10.wma" expression="full" duration="206" fileSize="1672197" type="audio/x-ms-wma" medium="audio"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/4/7/3/1/3/Fac3_on10.wmv" expression="full" duration="206" fileSize="45512455" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/4/7/3/1/3/Fac3_Zune_on10.wmv" expression="full" duration="206" fileSize="29208383" type="video/x-ms-wmv" medium="video"/>
        <media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/on10/4/7/3/1/3/Fac3_s_on10.wmv" expression="full" duration="206" fileSize="189" type="video/x-ms-wmv" medium="video"/>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/on10/4/7/3/1/3/Fac3_on10.wmv" length="45512455" type="video/x-ms-wmv"/>
      <dc:creator>Laura Foy</dc:creator>
      <itunes:author>Laura Foy</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/LauraFoy/Microsoft-Research-Summit-Revolutionary-DDR/RSS</wfw:commentRss>
      <category>Microsoft</category>
      <category>research</category>
      <category>game</category>
      <category>DDR</category>
    </item>
  <item>
      <title>Microsoft Research Summit: WWT in 3D</title>
      <description><![CDATA[ <div class="main_text">I had to stop by and try on the 3D glasses at the WWT booth during this years Faculty Research Summit. If you think the WWT is cool- just wait till you see it in 3D.<br><br>WorldWide Telescope (WWT) enables your computer to function as a virtual telescope, bringing together imagery from the best ground and space-based telescopes in the world. Experience narrated guided tours from astronomers and educators featuring interesting&nbsp;<a shape="rect" href="http://www.worldwidetelescope.org/search/objects.aspx" shape="rect">places</a> in the sky. </div><div class="main_text">A web-based version of WorldWide Telescope is also now available for preview. This version enables seamless, guided explorations of the universe from within a web browser on PC and Intel Mac OS X by using the power of Microsoft Silverlight 2.0.</div> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/research/RSS&WT.dl=0&WT.entryid=Entry:RSSView:96d180c2e3e643f6a8899e0f00809171">]]></description>
      <comments>http://channel9.msdn.com/Blogs/LauraFoy/Microsoft-Research-Summit-WWT-in-3D</comments>
      <itunes:summary> I had to stop by and try on the 3D glasses at the WWT booth during this years Faculty Research Summit. If you think the WWT is cool- just wait till you see it in 3D.WorldWide Telescope (WWT) enables your computer to function as a virtual telescope, bringing together imagery from the best ground and space-based telescopes in the world. Experience narrated guided tours from astronomers and educators featuring interesting&amp;nbsp;places in the sky. A web-based version of WorldWide Telescope is also now available for preview. This version enables seamless, guided explorations of the universe from within a web browser on PC and Intel Mac OS X by using the power of Microsoft Silverlight 2.0.</itunes:summary>
      <itunes:duration>318</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/LauraFoy/Microsoft-Research-Summit-WWT-in-3D</link>
      <pubDate>Tue, 21 Jul 2009 19:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/LauraFoy/Microsoft-Research-Summit-WWT-in-3D</guid>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/on10/9/3/1/0/3/Fac1_large_on10.png" height="240" width="320"/>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/on10/9/3/1/0/3/Fac1_small_on10.png" height="64" width="85"/>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/9/3/1/0/3/Fac1_2MB_on10.wmv" expression="full" duration="318" fileSize="100039375" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/9/3/1/0/3/Fac1_on10.mp3" expression="full" duration="318" fileSize="2552557" type="audio/mp3" medium="audio"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/9/3/1/0/3/Fac1_on10.mp4" expression="full" duration="318" fileSize="31134063" type="video/mp4" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/9/3/1/0/3/Fac1_on10.wma" expression="full" duration="318" fileSize="5165861" type="audio/x-ms-wma" medium="audio"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/9/3/1/0/3/Fac1_on10.wmv" expression="full" duration="318" fileSize="45335351" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/9/3/1/0/3/Fac1_Zune_on10.wmv" expression="full" duration="318" fileSize="45271331" type="video/x-ms-wmv" medium="video"/>
        <media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/on10/9/3/1/0/3/Fac1_s_on10.wmv" expression="full" duration="318" fileSize="189" type="video/x-ms-wmv" medium="video"/>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/on10/9/3/1/0/3/Fac1_on10.wmv" length="45335351" type="video/x-ms-wmv"/>
      <dc:creator>Laura Foy</dc:creator>
      <itunes:author>Laura Foy</itunes:author>
      <slash:comments>2</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/LauraFoy/Microsoft-Research-Summit-WWT-in-3D/RSS</wfw:commentRss>
      <category>3D</category>
      <category>research</category>
      <category>wwt</category>
      <category>faculty summit</category>
    </item>
  <item>
      <title>Eduify Launches Educational Tool for Students on Windows Azure</title>
      <description><![CDATA[ <p>A new service called <a shape="rect" href="http://www.eduify.com/beta/" shape="rect">Eduify</a> launched on the <a shape="rect" href="http://www.microsoft.com/azure/windowsazure.mspx" shape="rect">Windows Azure platform</a>. This service is designed to help students with their writing by providing tutorials, samples, and information about how to verify and cite sources in research papers. Edufiy also adds a social element to the writing process as users can interact with their online friends via Facebook Connect integration, allowing for a more collaborative writing experience. </p><p>The Eduify service also addresses the need for students to have tools that more accurately reflect their modern, online lifestyles. In Eduify, for example, students can pull in online research from around the web and then prepare their paper in a web-based workspace that’s accessible from a computer or mobile phone.&nbsp; There are some great features in Eduify, too,&nbsp; like its ability to automatically create a bibliography. Later on, the company will add a paid document editing/proofreading service as well. Even further down the road, there are plans to integrate Windows Live Messenger and Live Mesh technologies in the service. </p><p>At the moment, <a shape="rect" href="http://www.eduify.com/beta/" shape="rect">Eduify</a> is in beta, which makes sense as Windows Azure itself is still a CTP (Community Technical Preview). The company gained access to the Azure Platform after joining the Microsoft BizSpark program, a program which aims to help startups get off the ground by providing them with free tools and services for a set period of time. This allows them the breathing room they need to build a scalable and sustainable business without having to worry about those traditional startup costs. </p><p>Anyone interested in participating in the beta can sign up for an invite <a shape="rect" href="http://www.eduify.com/beta/" shape="rect">here</a> from the Eduify homepage. </p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/research/RSS&WT.dl=0&WT.entryid=Entry:RSSView:2a02f14ead5a425d8be09e0e00f0977e">]]></description>
      <comments>http://channel9.msdn.com/Blogs/coolstuff/Eduify-Launches-Educational-Tool-for-Students-on-Windows-Azure</comments>
      <itunes:summary> A new service called Eduify launched on the Windows Azure platform. This service is designed to help students with their writing by providing tutorials, samples, and information about how to verify and cite sources in research papers. Edufiy also adds a social element to the writing process as users can interact with their online friends via Facebook Connect integration, allowing for a more collaborative writing experience. The Eduify service also addresses the need for students to have tools that more accurately reflect their modern, online lifestyles. In Eduify, for example, students can pull in online research from around the web and then prepare their paper in a web-based workspace that’s accessible from a computer or mobile phone.&amp;nbsp; There are some great features in Eduify, too,&amp;nbsp; like its ability to automatically create a bibliography. Later on, the company will add a paid document editing/proofreading service as well. Even further down the road, there are plans to integrate Windows Live Messenger and Live Mesh technologies in the service. At the moment, Eduify is in beta, which makes sense as Windows Azure itself is still a CTP (Community Technical Preview). The company gained access to the Azure Platform after joining the Microsoft BizSpark program, a program which aims to help startups get off the ground by providing them with free tools and services for a set period of time. This allows them the breathing room they need to build a scalable and sustainable business without having to worry about those traditional startup costs. Anyone interested in participating in the beta can sign up for an invite here from the Eduify homepage. </itunes:summary>
      <link>http://channel9.msdn.com/Blogs/coolstuff/Eduify-Launches-Educational-Tool-for-Students-on-Windows-Azure</link>
      <pubDate>Mon, 18 May 2009 16:54:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/coolstuff/Eduify-Launches-Educational-Tool-for-Students-on-Windows-Azure</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/on10_8e481a37-7b2a-456f-858f-9ef47059a895.jpg" height="0" width="0"/>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/on10_25385_100x75.jpg" height="75" width="100"/>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/on10_25385_220x165.jpg" height="165" width="220"/>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/on10_b44863f5-69ec-4078-971c-311faf9cb841.jpg" height="64" width="85"/>      
      <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/Eduify-Launches-Educational-Tool-for-Students-on-Windows-Azure/RSS</wfw:commentRss>
      <category>Azure</category>
      <category>Education</category>
      <category>research</category>
      <category>Windows Azure</category>
      <category>school</category>
      <category>educational</category>
      <category>schools</category>
    </item>
  <item>
      <title>Manuel Fahndrich and Peli de Halleux - The Synergy of Code Contracts and Pex</title>
      <description><![CDATA[<a shape="rect" href="http://research.microsoft.com/~maf" shape="rect">Manuel Fähndrich</a> and&nbsp;<a shape="rect" href="http://blog.dotnetwiki.org/" shape="rect">Peli de Halleux</a> sit down&nbsp;for a quick coding session that shows how to use&nbsp;<a shape="rect" href="http://research.microsoft.com/contracts" shape="rect">Code
 Contracts</a>&nbsp;and <a shape="rect" href="http://research.microsoft.com/pex" shape="rect">
Pex</a>&nbsp;together. Code Contracts can be used to specify what your code should do, they get turned into runtime checks which Pex can analyse and try to find counter-examples for. This was a fun session with Manuel and really shows the synergy of the two tools/approaches.<br>
<br>
Both tools can be downloaded from Devlabs or our academic project pages.<br>
<br>
<ul>
<li><strong>Try it live at </strong><a shape="rect" href="http://www.pexforfun.com" shape="rect"><strong>http://www.pexforfun.com</strong></a>
</li><li>Code Contracts: <a shape="rect" href="http://research.microsoft.com/contracts" shape="rect">
http://research.microsoft.com/contracts</a> </li><li>Pex: <a shape="rect" href="http://research.microsoft.com/pex" shape="rect">http://research.microsoft.com/pex</a>
</li><li>See this video <a shape="rect" href="http://channel9.msdn.com/posts/Peli/Code-Contracts-et-Pex-pour-NET" shape="rect">
in French!</a> </li></ul>
<p><em>The&nbsp;</em><a shape="rect" href="http://research.microsoft.com/rise" shape="rect"><em>Research in Software Engineering team</em></a><em> (RiSE) coordinates Microsoft's research in Software Engineering in Redmond, USA.</em></p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/research/RSS&WT.dl=0&WT.entryid=Entry:RSSView:8fc9cf741632488e98c69deb016e43d3">]]></description>
      <comments>http://channel9.msdn.com/Blogs/Peli/The-Synergy-of-Code-Contracts-and-Pex</comments>
      <itunes:summary>Manuel F&#228;hndrich and&amp;nbsp;Peli de Halleux sit down&amp;nbsp;for a quick coding session that shows how to use&amp;nbsp;Code
 Contracts&amp;nbsp;and 
Pex&amp;nbsp;together. Code Contracts can be used to specify what your code should do, they get turned into runtime checks which Pex can analyse and try to find counter-examples for. This was a fun session with Manuel and really shows the synergy of the two tools/approaches.

Both tools can be downloaded from Devlabs or our academic project pages.


Try it live at http://www.pexforfun.com
Code Contracts: 
http://research.microsoft.com/contracts Pex: http://research.microsoft.com/pex
See this video 
in French! 
The&amp;nbsp;Research in Software Engineering team (RiSE) coordinates Microsoft&#39;s research in Software Engineering in Redmond, USA.
</itunes:summary>
      <itunes:duration>690</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/Peli/The-Synergy-of-Code-Contracts-and-Pex</link>
      <pubDate>Thu, 23 Apr 2009 18:59:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/Peli/The-Synergy-of-Code-Contracts-and-Pex</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/466345_100x75.jpg" height="75" width="100"/>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/466345_220x165.jpg" height="165" width="220"/>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/4/3/6/6/4/contractsandpex_large_ch9.png" height="240" width="320"/>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/4/3/6/6/4/contractsandpex_small_ch9.png" height="64" width="85"/>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/4/3/6/6/4/contractsandpex_2MB_ch9.wmv" expression="full" duration="690" fileSize="48104965" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/4/3/6/6/4/contractsandpex_ch9.mp3" expression="full" duration="690" fileSize="5524609" type="audio/mp3" medium="audio"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/4/3/6/6/4/contractsandpex_ch9.mp4" expression="full" duration="690" fileSize="31519981" type="video/mp4" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/4/3/6/6/4/contractsandpex_ch9.wma" expression="full" duration="690" fileSize="11188881" type="audio/x-ms-wma" medium="audio"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/4/3/6/6/4/contractsandpex_ch9.wmv" expression="full" duration="690" fileSize="32889583" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/4/3/6/6/4/contractsandpex_Zune_ch9.wmv" expression="full" duration="690" fileSize="32729563" type="video/x-ms-wmv" medium="video"/>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/4/3/6/6/4/contractsandpex_ch9.wmv" length="32889583" type="video/x-ms-wmv"/>
      <dc:creator>Peli de Halleux</dc:creator>
      <itunes:author>Peli de Halleux</itunes:author>
      <slash:comments>9</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/Peli/The-Synergy-of-Code-Contracts-and-Pex/RSS</wfw:commentRss>
      <category>code contracts</category>
      <category>Microsoft Research</category>
      <category>PEX</category>
      <category>research</category>
      <category>RiSE</category>
      <category>Test Driven Development</category>
    </item>
  <item>
      <title>Microsoft Underground Research Lab</title>
      <description><![CDATA[With all the amazing technology and products coming out of Microsoft recently- you might think that's all we've got to offer. Well, that's just not the case. We have a team of researchers working 24/7 on new products to thrill you and exponentially increase your productivity. Until now, we've kept these products under lock and key- but today, we're taking you inside the Microsoft Underground Research Lab. <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/research/RSS&WT.dl=0&WT.entryid=Entry:RSSView:28d17323ea2c49f7804c9e0f00806e5f">]]></description>
      <comments>http://channel9.msdn.com/Blogs/LauraFoy/Microsoft-Underground-Research-Lab</comments>
      <itunes:summary>With all the amazing technology and products coming out of Microsoft recently- you might think that&#39;s all we&#39;ve got to offer. Well, that&#39;s just not the case. We have a team of researchers working 24/7 on new products to thrill you and exponentially increase your productivity. Until now, we&#39;ve kept these products under lock and key- but today, we&#39;re taking you inside the Microsoft Underground Research Lab.</itunes:summary>
      <itunes:duration>233</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/LauraFoy/Microsoft-Underground-Research-Lab</link>
      <pubDate>Wed, 01 Apr 2009 13:23:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/LauraFoy/Microsoft-Underground-Research-Lab</guid>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/on10/3/6/4/5/2/UnderGroundLab10_large_on10.png" height="240" width="320"/>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/on10/3/6/4/5/2/UnderGroundLab10_small_on10.png" height="64" width="85"/>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/3/6/4/5/2/UnderGroundLab10_2MB_on10.wmv" expression="full" duration="233" fileSize="142932449" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/3/6/4/5/2/UnderGroundLab10_on10.mp3" expression="full" duration="233" fileSize="642" type="audio/mp3" medium="audio"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/3/6/4/5/2/UnderGroundLab10_on10.mp4" expression="full" duration="233" fileSize="22706148" type="video/mp4" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/3/6/4/5/2/UnderGroundLab10_on10.wma" expression="full" duration="233" fileSize="3775009" type="audio/x-ms-wma" medium="audio"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/3/6/4/5/2/UnderGroundLab10_on10.wmv" expression="full" duration="233" fileSize="14166841" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/3/6/4/5/2/UnderGroundLab10_Zune_on10.wmv" expression="full" duration="233" fileSize="32918821" type="video/x-ms-wmv" medium="video"/>
        <media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/on10/3/6/4/5/2/UnderGroundLab10_s_on10.wmv" expression="full" duration="233" fileSize="212" type="video/x-ms-wmv" medium="video"/>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/on10/3/6/4/5/2/UnderGroundLab10_on10.wmv" length="14166841" type="video/x-ms-wmv"/>
      <dc:creator>Laura Foy</dc:creator>
      <itunes:author>Laura Foy</itunes:author>
      <slash:comments>21</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/LauraFoy/Microsoft-Underground-Research-Lab/RSS</wfw:commentRss>
      <category>Microsoft</category>
      <category>research</category>
    </item>
  <item>
      <title>Stefan Is… researching the art (or is it Science?) of Search</title>
      <description><![CDATA[
<p>Believe it or not, <a href="http://live.com">Search</a> is a relatively new technology.&nbsp; You probably perform a few searches a day… how satisfied are you with the results?</p>
<p>Stefan and I sat down with Martin, a Senior Product Manager on the Search team, to find out the process for improving search and where things may be trending.&nbsp; An interesting discussion with the slickest sticky-note you’ve seen today <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif' alt='Wink' />.</p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/research/RSS&WT.dl=0&WT.entryid=Entry:RSSView:9f6782e399b44dec8da59deb01734f4e">]]></description>
      <comments>http://channel9.msdn.com/Shows/StefanIs/StefanIs004</comments>
      <itunes:summary>
Believe it or not, Search is a relatively new technology.&amp;nbsp; You probably perform a few searches a day… how satisfied are you with the results?
Stefan and I sat down with Martin, a Senior Product Manager on the Search team, to find out the process for improving search and where things may be trending.&amp;nbsp; An interesting discussion with the slickest sticky-note you’ve seen today .
</itunes:summary>
      <itunes:duration>917</itunes:duration>
      <link>http://channel9.msdn.com/Shows/StefanIs/StefanIs004</link>
      <pubDate>Tue, 31 Mar 2009 18:02:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/StefanIs/StefanIs004</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/462679_100x75.jpg" height="75" width="100"/>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/462679_220x165.jpg" height="165" width="220"/>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/7/6/2/6/4/StefanIs004_large_ch9.png" height="240" width="320"/>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/7/6/2/6/4/StefanIs004_small_ch9.png" height="64" width="85"/>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/7/6/2/6/4/StefanIs004_2MB_ch9.wmv" expression="full" duration="917" fileSize="288329818" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/7/6/2/6/4/StefanIs004_ch9.mp3" expression="full" duration="917" fileSize="7341790" type="audio/mp3" medium="audio"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/7/6/2/6/4/StefanIs004_ch9.mp4" expression="full" duration="917" fileSize="93962710" type="video/mp4" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/7/6/2/6/4/StefanIs004_ch9.wma" expression="full" duration="917" fileSize="14850757" type="audio/x-ms-wma" medium="audio"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/7/6/2/6/4/StefanIs004_ch9.wmv" expression="full" duration="917" fileSize="55642945" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/7/6/2/6/4/StefanIs004_Zune_ch9.wmv" expression="full" duration="917" fileSize="72842925" type="video/x-ms-wmv" medium="video"/>
        <media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/ch9/9/7/6/2/6/4/StefanIs004_s_ch9.wmv" expression="full" duration="917" fileSize="202" type="video/x-ms-wmv" medium="video"/>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/7/6/2/6/4/StefanIs004_ch9.wmv" length="55642945" type="video/x-ms-wmv"/>
      <dc:creator>Max</dc:creator>
      <itunes:author>Max</itunes:author>
      <slash:comments>6</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/StefanIs/StefanIs004/RSS</wfw:commentRss>
      <category>live search</category>
      <category>research</category>
      <category>Search</category>
    </item>
  <item>
      <title>TechFest: Back of Device Touch Input</title>
      <description><![CDATA[This demo explores how to add pointing input capabilities to very small screen devices. On first sight, touch-screens seem to allow for particular compactness, because they integrate input and screen into the same physical space. The opposite is true, however, because the users fingers occlude contents and prevent precision. Microsoft Research Redmond has created a 2.4 inch prototype that allows a back-of-device interface. This clip explains how and why it works. <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/research/RSS&WT.dl=0&WT.entryid=Entry:RSSView:fbd5a50002474981befb9e0f008050a7">]]></description>
      <comments>http://channel9.msdn.com/Blogs/LauraFoy/TechFest-Back-of-Device-Touch-Input</comments>
      <itunes:summary>This demo explores how to add pointing input capabilities to very small screen devices. On first sight, touch-screens seem to allow for particular compactness, because they integrate input and screen into the same physical space. The opposite is true, however, because the users fingers occlude contents and prevent precision. Microsoft Research Redmond has created a 2.4 inch prototype that allows a back-of-device interface. This clip explains how and why it works.</itunes:summary>
      <itunes:duration>455</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/LauraFoy/TechFest-Back-of-Device-Touch-Input</link>
      <pubDate>Tue, 03 Mar 2009 14:27:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/LauraFoy/TechFest-Back-of-Device-Touch-Input</guid>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/on10/6/4/2/5/2/BackScreen2_large_on10.png" height="240" width="320"/>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/on10/6/4/2/5/2/BackScreen2_small_on10.png" height="64" width="85"/>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/6/4/2/5/2/BackScreen2_2MB_on10.wmv" expression="full" duration="455" fileSize="1" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/6/4/2/5/2/BackScreen2_on10.mp3" expression="full" duration="455" fileSize="1" type="audio/mp3" medium="audio"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/6/4/2/5/2/BackScreen2_on10.mp4" expression="full" duration="455" fileSize="1" type="video/mp4" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/6/4/2/5/2/BackScreen2_on10.wma" expression="full" duration="455" fileSize="1" type="audio/x-ms-wma" medium="audio"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/6/4/2/5/2/BackScreen2_on10.wmv" expression="full" duration="455" fileSize="1" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/6/4/2/5/2/BackScreen2_Zune_on10.wmv" expression="full" duration="455" fileSize="1" type="video/x-ms-wmv" medium="video"/>
        <media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/on10/6/4/2/5/2/BackScreen2_s_on10.wmv" expression="full" duration="455" fileSize="1" type="video/x-ms-wmv" medium="video"/>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/on10/6/4/2/5/2/BackScreen2_on10.wmv" length="0" type="video/x-ms-wmv"/>
      <dc:creator>Laura Foy</dc:creator>
      <itunes:author>Laura Foy</itunes:author>
      <slash:comments>2</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/LauraFoy/TechFest-Back-of-Device-Touch-Input/RSS</wfw:commentRss>
      <category>research</category>
      <category>prototype</category>
      <category>techfest 2009</category>
      <category>touch screen</category>
    </item>
  <item>
      <title>TechFest: Commute UX: The next level of in-car infotainment</title>
      <description><![CDATA[After deploying&nbsp;<a href="http://www.fiat.com/cgi-bin/pbrand.dll/FIAT_COM/showroom/showroom.jsp?categoryOID=-1073763035">Blue&amp;Me</a> for Fiat and&nbsp;<a href="http://www.syncmyride.com/">Sync</a> for Ford, in-car dialog systems are morphing from cool gadgets that amaze people and sell more cars to integral parts of in-car infotainment.&nbsp;<a href="http://research.microsoft.com/en-us/projects/CommuteUX/">Commute UX&nbsp;</a>raises the bar for the functionality, usability and reliability of these systems. Microsoft Researchs presents you with novel technologies that enable natural-language input, expose a multimodel user interface inculding speech, a GUI, touch and buttons; and use the state-of-the-art sound-capture and processing technologies for improved speech recognition and sound quality.  <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/research/RSS&WT.dl=0&WT.entryid=Entry:RSSView:b4684a1b5b244521b28a9e0f008034d8">]]></description>
      <comments>http://channel9.msdn.com/Blogs/LauraFoy/TechFest-Commute-UX</comments>
      <itunes:summary>After deploying&amp;nbsp;Blue&amp;amp;Me for Fiat and&amp;nbsp;Sync for Ford, in-car dialog systems are morphing from cool gadgets that amaze people and sell more cars to integral parts of in-car infotainment.&amp;nbsp;Commute UX&amp;nbsp;raises the bar for the functionality, usability and reliability of these systems. Microsoft Researchs presents you with novel technologies that enable natural-language input, expose a multimodel user interface inculding speech, a GUI, touch and buttons; and use the state-of-the-art sound-capture and processing technologies for improved speech recognition and sound quality. </itunes:summary>
      <itunes:duration>410</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/LauraFoy/TechFest-Commute-UX</link>
      <pubDate>Tue, 24 Feb 2009 18:35:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/LauraFoy/TechFest-Commute-UX</guid>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/on10/3/0/2/5/2/CarToys_large_on10.png" height="240" width="320"/>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/on10/3/0/2/5/2/CarToys_small_on10.png" height="64" width="85"/>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/3/0/2/5/2/CarToys_2MB_on10.wmv" expression="full" duration="410" fileSize="127384083" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/3/0/2/5/2/CarToys_on10.mp3" expression="full" duration="410" fileSize="3283615" type="audio/mp3" medium="audio"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/3/0/2/5/2/CarToys_on10.mp4" expression="full" duration="410" fileSize="40173837" type="video/mp4" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/3/0/2/5/2/CarToys_on10.wma" expression="full" duration="410" fileSize="6643827" type="audio/x-ms-wma" medium="audio"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/3/0/2/5/2/CarToys_on10.wmv" expression="full" duration="410" fileSize="24919901" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/3/0/2/5/2/CarToys_Zune_on10.wmv" expression="full" duration="410" fileSize="32599881" type="video/x-ms-wmv" medium="video"/>
        <media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/on10/3/0/2/5/2/CarToys_s_on10.wmv" expression="full" duration="410" fileSize="194" type="video/x-ms-wmv" medium="video"/>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/on10/3/0/2/5/2/CarToys_on10.wmv" length="24919901" type="video/x-ms-wmv"/>
      <dc:creator>Laura Foy</dc:creator>
      <itunes:author>Laura Foy</itunes:author>
      <slash:comments>4</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/LauraFoy/TechFest-Commute-UX/RSS</wfw:commentRss>
      <category>Microsoft</category>
      <category>research</category>
      <category>sync</category>
      <category>speech recognition</category>
      <category>Blue&amp;Me</category>
      <category>car</category>
      <category>Commute UX</category>
      <category>techfest 2009</category>
    </item>
  <item>
      <title>TechFest: Write in The Air</title>
      <description><![CDATA[TechFest is upon us so let the brilliant minds at MS Research (Global) share their latest inventions. &quot;Write in the Air&quot; is a proof-of-concept demo for recognizing characters written in the air. In order to input characters into devices such as the Xbox 360 and televisions equipped with a low-cost webcam but no keyboard or mouse, one can just face the camera and write the intended character in the air. The gestures captured by the camera will be fed into a robust handwriting recognizer. Take a look into the future!  <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/research/RSS&WT.dl=0&WT.entryid=Entry:RSSView:4a9048ad8c944199af929e0f00802ee0">]]></description>
      <comments>http://channel9.msdn.com/Blogs/LauraFoy/TechFest-Write-in-The-Air</comments>
      <itunes:summary>TechFest is upon us so let the brilliant minds at MS Research (Global) share their latest inventions. &amp;quot;Write in the Air&amp;quot; is a proof-of-concept demo for recognizing characters written in the air. In order to input characters into devices such as the Xbox 360 and televisions equipped with a low-cost webcam but no keyboard or mouse, one can just face the camera and write the intended character in the air. The gestures captured by the camera will be fed into a robust handwriting recognizer. Take a look into the future! </itunes:summary>
      <itunes:duration>307</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/LauraFoy/TechFest-Write-in-The-Air</link>
      <pubDate>Tue, 24 Feb 2009 18:20:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/LauraFoy/TechFest-Write-in-The-Air</guid>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/on10/2/0/2/5/2/WriteInAIr_large_on10.png" height="240" width="320"/>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/on10/2/0/2/5/2/WriteInAIr_small_on10.png" height="64" width="85"/>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/2/0/2/5/2/WriteInAIr_2MB_on10.wmv" expression="full" duration="307" fileSize="95303465" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/2/0/2/5/2/WriteInAIr_on10.mp3" expression="full" duration="307" fileSize="2457310" type="audio/mp3" medium="audio"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/2/0/2/5/2/WriteInAIr_on10.mp4" expression="full" duration="307" fileSize="30018071" type="video/mp4" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/2/0/2/5/2/WriteInAIr_on10.wma" expression="full" duration="307" fileSize="4973603" type="audio/x-ms-wma" medium="audio"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/2/0/2/5/2/WriteInAIr_on10.wmv" expression="full" duration="307" fileSize="18663283" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/2/0/2/5/2/WriteInAIr_Zune_on10.wmv" expression="full" duration="307" fileSize="24407263" type="video/x-ms-wmv" medium="video"/>
        <media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/on10/2/0/2/5/2/WriteInAIr_s_on10.wmv" expression="full" duration="307" fileSize="200" type="video/x-ms-wmv" medium="video"/>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/on10/2/0/2/5/2/WriteInAIr_on10.wmv" length="18663283" type="video/x-ms-wmv"/>
      <dc:creator>Laura Foy</dc:creator>
      <itunes:author>Laura Foy</itunes:author>
      <slash:comments>6</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/LauraFoy/TechFest-Write-in-The-Air/RSS</wfw:commentRss>
      <category>Microsoft</category>
      <category>research</category>
      <category>Write in Air</category>
      <category>character recognition</category>
      <category>handwriting</category>
      <category>techfest 2009</category>
    </item>
  <item>
      <title>Johnny Lee: Microsoft Researcher</title>
      <description><![CDATA[
<p>Johnny Lee works in Microsoft Research, with a specific penchant at creating interesting and useful devices. He has a&nbsp;session scheduled for MIX09 called &quot;Interaction Techniques Using the Wii Remote&quot; where he will show off some interesting uses he has found
 for using the Wii Remote as a PC input device, as well as several other devices he has put together to utilize in various computer input scenarios. I thought it would be fun to chat with him about his work creating some of these devices, and get some pointers
 on how others might benefit from this as well.</p>
<p>You can also find some videos of his experiments here:</p>
<ul>
<li><a shape="rect" href="http://www.youtube.com/watch?v=Jd3-eiid-Uw" shape="rect" target="_blank">Head Tracking for Desktop VR Displays using the WiiRemote</a>
</li><li><a shape="rect" href="http://www.youtube.com/watch?v=5s5EvhHy7eQ" shape="rect" target="_blank">Low-Cost Multi-touch Whiteboard using the Wiimote</a>
</li><li><a shape="rect" href="http://www.youtube.com/watch?v=0awjPUkBXOU" shape="rect" target="_blank">Tracking fingers with the Wii Remote</a>
</li></ul>
<p>And here is the description of the session he is doing at MIX09:</p>
<blockquote dir="ltr">
<p><strong>Interaction Techniques Using the Wii Remote (and Other HCI Projects)<br>
</strong>by: Johnny Lee</p>
<p>The Wii remote is a sophisticated controller containing a variety of sensing capabilities. In this session, Johnny Lee covers several interaction techniques enabled by the Wii remote and explains how you can develop your own applications. Johnny also introduces
 a few of his other research projects in the broader domain of Human-Computer Interaction.</p>
</blockquote>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/research/RSS&WT.dl=0&WT.entryid=Entry:RSSView:8cb675d856254fe3bb509deb017204b5">]]></description>
      <comments>http://channel9.msdn.com/Shows/The+Knowledge+Chamber/Johnny-Lee-Microsoft-Researcher</comments>
      <itunes:summary>
Johnny Lee works in Microsoft Research, with a specific penchant at creating interesting and useful devices. He has a&amp;nbsp;session scheduled for MIX09 called &amp;quot;Interaction Techniques Using the Wii Remote&amp;quot; where he will show off some interesting uses he has found
 for using the Wii Remote as a PC input device, as well as several other devices he has put together to utilize in various computer input scenarios. I thought it would be fun to chat with him about his work creating some of these devices, and get some pointers
 on how others might benefit from this as well.
You can also find some videos of his experiments here:

Head Tracking for Desktop VR Displays using the WiiRemote
Low-Cost Multi-touch Whiteboard using the Wiimote
Tracking fingers with the Wii Remote

And here is the description of the session he is doing at MIX09:

Interaction Techniques Using the Wii Remote (and Other HCI Projects)
by: Johnny Lee
The Wii remote is a sophisticated controller containing a variety of sensing capabilities. In this session, Johnny Lee covers several interaction techniques enabled by the Wii remote and explains how you can develop your own applications. Johnny also introduces
 a few of his other research projects in the broader domain of Human-Computer Interaction.

</itunes:summary>
      <itunes:duration>937</itunes:duration>
      <link>http://channel9.msdn.com/Shows/The+Knowledge+Chamber/Johnny-Lee-Microsoft-Researcher</link>
      <pubDate>Tue, 24 Feb 2009 16:57:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/The+Knowledge+Chamber/Johnny-Lee-Microsoft-Researcher</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/458569_100x75.jpg" height="75" width="100"/>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/458569_220x165.jpg" height="165" width="220"/>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/6/5/8/5/4/TKC004JohnnyLee_large_ch9.png" height="240" width="320"/>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/6/5/8/5/4/TKC004JohnnyLee_small_ch9.png" height="64" width="85"/>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/6/5/8/5/4/TKC004JohnnyLee_2MB_ch9.wmv" expression="full" duration="937" fileSize="292499567" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/6/5/8/5/4/TKC004JohnnyLee_ch9.mp3" expression="full" duration="937" fileSize="7501868" type="audio/mp3" medium="audio"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/6/5/8/5/4/TKC004JohnnyLee_ch9.mp4" expression="full" duration="937" fileSize="92130184" type="video/mp4" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/6/5/8/5/4/TKC004JohnnyLee_ch9.wma" expression="full" duration="937" fileSize="15172183" type="audio/x-ms-wma" medium="audio"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/6/5/8/5/4/TKC004JohnnyLee_ch9.wmv" expression="full" duration="937" fileSize="56827063" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/6/5/8/5/4/TKC004JohnnyLee_Zune_ch9.wmv" expression="full" duration="937" fileSize="74075043" type="video/x-ms-wmv" medium="video"/>
        <media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/ch9/9/6/5/8/5/4/TKC004JohnnyLee_s_ch9.wmv" expression="full" duration="937" fileSize="210" type="video/x-ms-wmv" medium="video"/>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/6/5/8/5/4/TKC004JohnnyLee_ch9.wmv" length="56827063" type="video/x-ms-wmv"/>
      <dc:creator>Robert Hess</dc:creator>
      <itunes:author>Robert Hess</itunes:author>
      <slash:comments>3</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/The+Knowledge+Chamber/Johnny-Lee-Microsoft-Researcher/RSS</wfw:commentRss>
      <category>Devices</category>
      <category>Johnny Lee</category>
      <category>research</category>
      <category>Wii</category>
    </item>
  <item>
      <title>Michal Moskal - VCC, The Verifying C Compiler</title>
      <description><![CDATA[ <p>Michal Moskal gives us a&nbsp;short introduction&nbsp;at the&nbsp;<a href="http://research.microsoft.com/vcc/">Verifying C Compiler</a> (VCC) project. VCC is a tool that proves correctness of annotated concurrent C programs or finds problems in them. VCC extends C with design by contract features, like pre- and postcondition as well as type invariants. The current primary goal of the VCC project is to to verify <a href="http://www.microsoft.com/servers/hyper-v-server/default.mspx">Microsoft Hyper-V</a>. Hyper-V is a hypervisor -- a thin layer of software that sits just above the hardware and beneath one or more operating systems.&nbsp;The Hypervisor verification project is a cooperation between <a href="http://www.microsoft.com/emic/default.mspx">European Microsoft Innovation Center</a> in Aachen, Germany the <a href="http://research.microsoft.com/rise">RiSE</a> group at <a href="http://research.microsoft.com/">Microsoft Research</a> in Redmond and the <a href="http://www.uni-saarland.de/en/">Saarland University</a> in Saarbrücken, Germany.</p><ul><li><strong>Try VCC in your web browser at <a href="http://rise4fun.com/vcc">http://rise4fun.com/vcc</a> !</strong></li><li><a href="http://research.microsoft.com/en-us/projects/vcc/vcc-msrc-2008-full.pdf">VCC slide deck</a>, get the high-level picture and more details, </li><li><a href="http://research.microsoft.com/vcc">VCC home page</a>, all you want to know. </li><li>Unfortunately, there is currently no download available of VCC.&nbsp; </li></ul><p><em>The&nbsp;</em><a href="http://research.microsoft.com/rise"><em>Research in Software Engineering team</em></a><em> (RiSE) coordinates Microsoft's research in Software Engineering in Redmond, USA.</em></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/research/RSS&WT.dl=0&WT.entryid=Entry:RSSView:ba48c4e83aa44b7e8c049deb016e6328">]]></description>
      <comments>http://channel9.msdn.com/Blogs/Peli/Michal-Moskal-and-The-Verified-C-Compiler</comments>
      <itunes:summary> Michal Moskal gives us a&amp;nbsp;short introduction&amp;nbsp;at the&amp;nbsp;Verifying C Compiler (VCC) project. VCC is a tool that proves correctness of annotated concurrent C programs or finds problems in them. VCC extends C with design by contract features, like pre- and postcondition as well as type invariants. The current primary goal of the VCC project is to to verify Microsoft Hyper-V. Hyper-V is a hypervisor -- a thin layer of software that sits just above the hardware and beneath one or more operating systems.&amp;nbsp;The Hypervisor verification project is a cooperation between European Microsoft Innovation Center in Aachen, Germany the RiSE group at Microsoft Research in Redmond and the Saarland University in Saarbr&#252;cken, Germany.Try VCC in your web browser at http://rise4fun.com/vcc !VCC slide deck, get the high-level picture and more details, VCC home page, all you want to know. Unfortunately, there is currently no download available of VCC.&amp;nbsp; The&amp;nbsp;Research in Software Engineering team (RiSE) coordinates Microsoft&#39;s research in Software Engineering in Redmond, USA.</itunes:summary>
      <itunes:duration>1324</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/Peli/Michal-Moskal-and-The-Verified-C-Compiler</link>
      <pubDate>Fri, 30 Jan 2009 10:25:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/Peli/Michal-Moskal-and-The-Verified-C-Compiler</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/455468_100x75.jpg" height="75" width="100"/>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/455468_220x165.jpg" height="165" width="220"/>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/8/6/4/5/5/4/koskalverifiedc_2MB_ch9.wmv" expression="full" duration="1324" fileSize="76211889" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/8/6/4/5/5/4/koskalverifiedc_ch9.mp3" expression="full" duration="1324" fileSize="10592885" type="audio/mp3" medium="audio"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/8/6/4/5/5/4/koskalverifiedc_ch9.mp4" expression="full" duration="1324" fileSize="65882807" type="video/mp4" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/8/6/4/5/5/4/koskalverifiedc_ch9.wma" expression="full" duration="1324" fileSize="21423507" type="audio/x-ms-wma" medium="audio"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/8/6/4/5/5/4/koskalverifiedc_ch9.wmv" expression="full" duration="1324" fileSize="68237379" type="video/x-ms-wmv" medium="video"/>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/8/6/4/5/5/4/koskalverifiedc_ch9.wmv" length="68237379" type="video/x-ms-wmv"/>
      <dc:creator>Peli de Halleux</dc:creator>
      <itunes:author>Peli de Halleux</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/Peli/Michal-Moskal-and-The-Verified-C-Compiler/RSS</wfw:commentRss>
      <category>C</category>
      <category>Compilers</category>
      <category>HyperV</category>
      <category>research</category>
      <category>RiSE</category>
      <category>Software Engineering Research</category>
      <category>Testing</category>
      <category>vcc</category>
      <category>verification</category>
    </item>
  <item>
      <title>Microsoft Research Demonstrates Software-driven Breakthroughs</title>
      <description><![CDATA[On stage at Microsoft’s Professional Developers Conference 2008 today, Rick Rashid, senior vice president of Microsoft Research, showed developers how Microsoft is marshalling the power of software to help solve some of the toughest technological and societal
 challenges.&nbsp; Read about Microsoft Research at PDC2008 <a href="http://research.microsoft.com/conferences/msrpdc2008/default.aspx">
here</a>.  <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/research/RSS&WT.dl=0&WT.entryid=Entry:RSSView:51967732d9294552aba19df8003fc294">]]></description>
      <comments>http://channel9.msdn.com/Blogs/PDCNews/Microsoft-Research-Demonstrates-Software-driven-Breakthroughs</comments>
      <itunes:summary>On stage at Microsoft’s Professional Developers Conference 2008 today, Rick Rashid, senior vice president of Microsoft Research, showed developers how Microsoft is marshalling the power of software to help solve some of the toughest technological and societal
 challenges.&amp;nbsp; Read about Microsoft Research at PDC2008 
here. </itunes:summary>
      <link>http://channel9.msdn.com/Blogs/PDCNews/Microsoft-Research-Demonstrates-Software-driven-Breakthroughs</link>
      <pubDate>Wed, 29 Oct 2008 17:29:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/PDCNews/Microsoft-Research-Demonstrates-Software-driven-Breakthroughs</guid>      
      <dc:creator>D. Begley</dc:creator>
      <itunes:author>D. Begley</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/PDCNews/Microsoft-Research-Demonstrates-Software-driven-Breakthroughs/RSS</wfw:commentRss>
      <category>Announcements</category>
      <category>PDC 2008</category>
      <category>PDC08</category>
      <category>research</category>
    </item>
  <item>
      <title>Research: Concurrency Analysis Platform and Tools for Finding Concurrency Bugs</title>
      <description><![CDATA[Learn about the Concurrency Analysis Platform (CAP) from Microsoft Research and how it enables various concurrency bug-finding tools. See a demo of CHESS, a tool built on CAP for finding and reproducing Heisenbugs. Also hear about future tools from Microsoft
 Research, including a lightweight data-race detection engine and a tool for finding memory-model errors.
<ul class="speakers">
<li>
<div class="name">Thomas Ball</div>
<div class="description">Thomas Ball is Principal Researcher at Microsoft Research where he manages the Software Reliability Research group (http://research.microsoft.com/srr/). Tom has been at Microsoft Research since 1999. He is one of the originators of
 the SLAM project, a software model checking engine for C that forms the basis of the Static Driver Verifier tool, made freely available by Microsoft for finding defects in device drivers. Tom's interests range from program analysis, model checking, testing
 and automated theorem proving to the problems of defining and measuring software quality.</div>
</li><li>
<div class="name">Madan Musuvathi</div>
<div class="description">Madan Musuvathi is a Researcher at Microsoft Research and is interested in building program analysis tools to improve the productivity of developers and testers. He received his Ph.D. from Stanford University in 2004.</div>
</li></ul>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/research/RSS&WT.dl=0&WT.entryid=Entry:RSSView:adb500a1a4284a0199849deb0016fe9a">]]></description>
      <comments>http://channel9.msdn.com/Blogs/pdc2008/TL58</comments>
      <itunes:summary>Learn about the Concurrency Analysis Platform (CAP) from Microsoft Research and how it enables various concurrency bug-finding tools. See a demo of CHESS, a tool built on CAP for finding and reproducing Heisenbugs. Also hear about future tools from Microsoft
 Research, including a lightweight data-race detection engine and a tool for finding memory-model errors.


Thomas Ball
Thomas Ball is Principal Researcher at Microsoft Research where he manages the Software Reliability Research group (http://research.microsoft.com/srr/). Tom has been at Microsoft Research since 1999. He is one of the originators of
 the SLAM project, a software model checking engine for C that forms the basis of the Static Driver Verifier tool, made freely available by Microsoft for finding defects in device drivers. Tom&#39;s interests range from program analysis, model checking, testing
 and automated theorem proving to the problems of defining and measuring software quality.

Madan Musuvathi
Madan Musuvathi is a Researcher at Microsoft Research and is interested in building program analysis tools to improve the productivity of developers and testers. He received his Ph.D. from Stanford University in 2004.

</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/pdc2008/TL58</link>
      <pubDate>Wed, 29 Oct 2008 16:39:25 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/pdc2008/TL58</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/430801_100x75.jpg" height="75" width="100"/>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/430801_220x165.jpg" height="165" width="220"/>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL58.jpg" height="240" width="320"/>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85"/>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL58.mp4" expression="full" fileSize="102392155" type="video/mp4" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL58.wmv" expression="full" fileSize="195898739" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL58.wmv" expression="full" fileSize="375694067" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL58.wmv" expression="full" fileSize="47540735" type="video/x-ms-wmv" medium="video"/>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL58.wmv" length="195898739" type="video/x-ms-wmv"/>
      <dc:creator>System</dc:creator>
      <itunes:author>System</itunes:author>
      <slash:comments>5</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/pdc2008/TL58/RSS</wfw:commentRss>
      <category>Breakout Session</category>
      <category>Expert</category>
      <category>Parallelism</category>
      <category>research</category>
    </item>
  <item>
      <title>Research: Contract Checking and Automated Test Generation with Pex</title>
      <description><![CDATA[In theory, Design by Contract and unit testing are excellent approaches to improve code quality. Learn how to use code contracts that express pre-conditions, post-conditions, and object invariants in any managed language that improve testability, enhance
 static analysis, and serve as checked API documentation. Contracts are leveraged for advanced static analysis and translated into runtime checks. See how automated program exploration (Pex) discovers boundary conditions in code that cause failures and generates
 traditional unit test suites with high code coverage. Contracts and Pex work together to target contract checks, runtime failures (null dereferences, index out of range, etc.), and any other kind of assertions. Use them to write higher quality software with
 less effort.
<ul class="speakers">
<li>
<div class="name">Nikolai Tillmann</div>
<div class="description">Nikolai Tillmann has been with Microsoft Research for 6 years. He is currently leading the Pex project, building an automated test case generation tool for .NET based program analysis. Previously, he worked on Spec Explorer, a model-based
 testing tool.</div>
</li><li>
<div class="name">Mike Barnett</div>
<div class="description">Mike Barnett has been at Microsoft Research since 1995. He has spent the last several years working on the Spec# project, an advanced verification environment and language for .NET.</div>
</li></ul>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/research/RSS&WT.dl=0&WT.entryid=Entry:RSSView:bcb040cbe2c94ccbbeb89deb00173a45">]]></description>
      <comments>http://channel9.msdn.com/Blogs/pdc2008/TL51</comments>
      <itunes:summary>In theory, Design by Contract and unit testing are excellent approaches to improve code quality. Learn how to use code contracts that express pre-conditions, post-conditions, and object invariants in any managed language that improve testability, enhance
 static analysis, and serve as checked API documentation. Contracts are leveraged for advanced static analysis and translated into runtime checks. See how automated program exploration (Pex) discovers boundary conditions in code that cause failures and generates
 traditional unit test suites with high code coverage. Contracts and Pex work together to target contract checks, runtime failures (null dereferences, index out of range, etc.), and any other kind of assertions. Use them to write higher quality software with
 less effort.


Nikolai Tillmann
Nikolai Tillmann has been with Microsoft Research for 6 years. He is currently leading the Pex project, building an automated test case generation tool for .NET based program analysis. Previously, he worked on Spec Explorer, a model-based
 testing tool.

Mike Barnett
Mike Barnett has been at Microsoft Research since 1995. He has spent the last several years working on the Spec# project, an advanced verification environment and language for .NET.

</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/pdc2008/TL51</link>
      <pubDate>Wed, 29 Oct 2008 16:39:13 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/pdc2008/TL51</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/430795_100x75.jpg" height="75" width="100"/>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/430795_220x165.jpg" height="165" width="220"/>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL51.jpg" height="240" width="320"/>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85"/>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL51.mp4" expression="full" fileSize="66566978" type="video/mp4" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL51.wmv" expression="full" fileSize="110429735" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL51.wmv" expression="full" fileSize="313739159" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL51.wmv" expression="full" fileSize="33760789" type="video/x-ms-wmv" medium="video"/>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL51.wmv" length="110429735" type="video/x-ms-wmv"/>
      <dc:creator>System</dc:creator>
      <itunes:author>System</itunes:author>
      <slash:comments>11</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/pdc2008/TL51/RSS</wfw:commentRss>
      <category>Breakout Session</category>
      <category>Intermediate</category>
      <category>research</category>
    </item>
  <item>
      <title>Research: BAM, AjaxScope, and Doloto</title>
      <description><![CDATA[See Microsoft Research present new technologies for developing, debugging, and deploying web applications. Hear how BAM can turn a simple specification into a web-based cloud application with the click of a button. Learn how AjaxScope and Doloto automatically
 instrument and rewrite your web applications' JavaScript code for end-to-end monitoring and optimization.
<ul class="speakers">
<li>
<div class="name">Ethan Jackson</div>
<div class="description"></div>
</li><li>
<div class="name">Emre Kiciman</div>
<div class="description">Emre Kiciman is a researcher in the Internet Services Research Center (ISRC) at Microsoft Research, where his interests are broadly in the area of large-scale Internet services, their operations, and their end-to-end reliability. His
 work focuses on monitoring and machine learning analysis of system behavior to improve reliability and performance. Most recently, he's been working on Web application performance and debugging.</div>
</li></ul>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/research/RSS&WT.dl=0&WT.entryid=Entry:RSSView:c3b58193776f4ca1ad2c9deb0017441a">]]></description>
      <comments>http://channel9.msdn.com/Blogs/pdc2008/TL50</comments>
      <itunes:summary>See Microsoft Research present new technologies for developing, debugging, and deploying web applications. Hear how BAM can turn a simple specification into a web-based cloud application with the click of a button. Learn how AjaxScope and Doloto automatically
 instrument and rewrite your web applications&#39; JavaScript code for end-to-end monitoring and optimization.


Ethan Jackson


Emre Kiciman
Emre Kiciman is a researcher in the Internet Services Research Center (ISRC) at Microsoft Research, where his interests are broadly in the area of large-scale Internet services, their operations, and their end-to-end reliability. His
 work focuses on monitoring and machine learning analysis of system behavior to improve reliability and performance. Most recently, he&#39;s been working on Web application performance and debugging.

</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/pdc2008/TL50</link>
      <pubDate>Wed, 29 Oct 2008 16:39:11 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/pdc2008/TL50</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/430794_100x75.jpg" height="75" width="100"/>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/430794_220x165.jpg" height="165" width="220"/>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL50.jpg" height="240" width="320"/>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85"/>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL50.mp4" expression="full" fileSize="50640781" type="video/mp4" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL50.wmv" expression="full" fileSize="72963587" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL50.wmv" expression="full" fileSize="195621279" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL50.wmv" expression="full" fileSize="38336467" type="video/x-ms-wmv" medium="video"/>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL50.wmv" length="72963587" type="video/x-ms-wmv"/>
      <dc:creator>System</dc:creator>
      <itunes:author>System</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/pdc2008/TL50/RSS</wfw:commentRss>
      <category>Breakout Session</category>
      <category>Intermediate</category>
      <category>research</category>
    </item>
  <item>
      <title>Research: Designing the World Wide Telescope</title>
      <description><![CDATA[Hear from the architect of the World Wide Telescope discuss the challenges and opportunities in creating World Wide Telescope as a massively scalable software plus services application. Understand the scale of the data, the communities and capabilities
 of user generated content, and the rich client application and the service behind it.
<ul class="speakers">
<li>
<div class="name">Jonathan Fay</div>
<div class="description">Jonathan is a 15 year Microsoft veteran who focuses on studying the intersection of graphics/imaging and networks. He is currently the architect of Microsoft WorldWide Telescope. Jonathan is also an avid amateur astronomer and designed
 built his own automated domed observatory as well as helped develop the field of DSLR astrophotography. When he is not at work on WorldWide Telescope Jonathan tries keep up with his 5 children and explain to them the majesty of the stars.</div>
</li></ul>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/research/RSS&WT.dl=0&WT.entryid=Entry:RSSView:dd238670a89940de8a629deb0017756f">]]></description>
      <comments>http://channel9.msdn.com/Blogs/pdc2008/PC48</comments>
      <itunes:summary>Hear from the architect of the World Wide Telescope discuss the challenges and opportunities in creating World Wide Telescope as a massively scalable software plus services application. Understand the scale of the data, the communities and capabilities
 of user generated content, and the rich client application and the service behind it.


Jonathan Fay
Jonathan is a 15 year Microsoft veteran who focuses on studying the intersection of graphics/imaging and networks. He is currently the architect of Microsoft WorldWide Telescope. Jonathan is also an avid amateur astronomer and designed
 built his own automated domed observatory as well as helped develop the field of DSLR astrophotography. When he is not at work on WorldWide Telescope Jonathan tries keep up with his 5 children and explain to them the majesty of the stars.

</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/pdc2008/PC48</link>
      <pubDate>Wed, 29 Oct 2008 16:36:08 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/pdc2008/PC48</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/430788_100x75.jpg" height="75" width="100"/>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/430788_220x165.jpg" height="165" width="220"/>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC48.jpg" height="240" width="320"/>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85"/>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC48.mp4" expression="full" fileSize="73378693" type="video/mp4" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC48.wmv" expression="full" fileSize="107100207" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC48.wmv" expression="full" fileSize="174991311" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC48.wmv" expression="full" fileSize="40307987" type="video/x-ms-wmv" medium="video"/>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC48.wmv" length="107100207" type="video/x-ms-wmv"/>
      <dc:creator>System</dc:creator>
      <itunes:author>System</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/pdc2008/PC48/RSS</wfw:commentRss>
      <category>Azure</category>
      <category>Intermediate</category>
      <category>Lunch Session</category>
      <category>research</category>
    </item>
  <item>
      <title>Are Gene Scans Effective? Microsoft Funds Research To Find Out</title>
      <description><![CDATA[In an effort to discover the effectiveness of DNA scans, Microsoft has funded a research study, along with Scripps Translational Science Institute, Navigenics, and Affymetrix, which will attempt to answer that question. The study will involve up to 10,000 people who will receive scans of their genomes and then a detailed analysis of the results, including information about more than 20 health conditions that may be changed by lifestyle. Those conditions include diseases like diabetes, obesity, heart attacks, and cancer. Over the course of the next 20 years the behavior of those participants will be tracked. The private data for the participants involved will be stored in <a href="http://www.healthvault.com/">HealthVault</a>, Microsoft’s online medical and health information web service. <em>(via </em><a href="http://blog.seattlepi.nwsource.com/microsoft/archives/150971.asp?source=rss"><em>SeattlePI</em></a><em>, Image credit: <a href="http://www.flickr.com/photos/42156072@N00/47457221/">mknowles</a>)</em>  <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/research/RSS&WT.dl=0&WT.entryid=Entry:RSSView:fbd6991fad8b4b9bbd6c9e0e00250530">]]></description>
      <comments>http://channel9.msdn.com/Blogs/coolstuff/Are-Gene-Scans-Effective-Microsoft-Funds-Research-To-Find-Out</comments>
      <itunes:summary>In an effort to discover the effectiveness of DNA scans, Microsoft has funded a research study, along with Scripps Translational Science Institute, Navigenics, and Affymetrix, which will attempt to answer that question. The study will involve up to 10,000 people who will receive scans of their genomes and then a detailed analysis of the results, including information about more than 20 health conditions that may be changed by lifestyle. Those conditions include diseases like diabetes, obesity, heart attacks, and cancer. Over the course of the next 20 years the behavior of those participants will be tracked. The private data for the participants involved will be stored in HealthVault, Microsoft’s online medical and health information web service. (via SeattlePI, Image credit: mknowles) </itunes:summary>
      <link>http://channel9.msdn.com/Blogs/coolstuff/Are-Gene-Scans-Effective-Microsoft-Funds-Research-To-Find-Out</link>
      <pubDate>Wed, 15 Oct 2008 23:21:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/coolstuff/Are-Gene-Scans-Effective-Microsoft-Funds-Research-To-Find-Out</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/on10_e1f837ce-f536-407e-a177-973f051854ae.jpg" height="0" width="0"/>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/on10_0b53248c-9bbf-43b9-9bed-9b615d6f122a.jpg" height="64" width="85"/>      
      <dc:creator>Sarah Perez</dc:creator>
      <itunes:author>Sarah Perez</itunes:author>
      <slash:comments>2</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/coolstuff/Are-Gene-Scans-Effective-Microsoft-Funds-Research-To-Find-Out/RSS</wfw:commentRss>
      <category>Health</category>
      <category>research</category>
      <category>DNA</category>
      <category>HealthVault</category>
      <category>Health Information</category>
    </item>    
</channel>
</rss>
