<?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>Comment Feed for Channel 9 - An Introduction to Microsoft F#</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/pdc2008/TL11/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/418950_100x75.jpg</url>
		<title>Channel 9 - An Introduction to Microsoft F#</title>
		<link></link>
	</image>
	<description>Learn about Microsoft&#39;s new language, F#, a typed functional programming language for the Microsoft .NET Framework. F# combines functional programming with the runtime support, libraries, tools, and object model of .NET. Understand how F# asynchronous
 workflows help tame the complexity of parallel and asynchronous I/O programming and how to use F# in conjunction with tools such as Parallel Extensions for .NET.


Luca Bolognese


</description>
	<link></link>
	<language>en</language>
	<pubDate>Sat, 25 May 2013 15:08:49 GMT</pubDate>
	<lastBuildDate>Sat, 25 May 2013 15:08:49 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[This is really really cool, exactly what I've wanted to see in regards to F#.. I've seen so many little examples that really didn't help me envisage using this every day..<br>
<br>
<i>let </i>the <i>|&gt; fun</i> commence <br>
<br>
(hurr!)<br>
<p>posted by stevo_</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c633613200710000000</link>
		<pubDate>Mon, 03 Nov 2008 14:41:11 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c633613200710000000</guid>
		<dc:creator>stevo_</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[Wow - this the best show I've seen here so far - it even outperforms &quot;don't fear the monads&quot; <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br>
Hope to see more of this stuff around.<br>
<br>
Thanks for the <em>fun !</em><p>posted by CbrAInK</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c633614286560000000</link>
		<pubDate>Tue, 04 Nov 2008 20:50:56 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c633614286560000000</guid>
		<dc:creator>CbrAInK</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[Appaluse!<br>
<br>
Encore.<p>posted by Art Scott</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c633615020120000000</link>
		<pubDate>Wed, 05 Nov 2008 17:13:32 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c633615020120000000</guid>
		<dc:creator>Art Scott</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[Yea, I really enjoyed this presentation&nbsp;.&nbsp;One of best.&nbsp;It gives nice tasting of F#. I recommend&nbsp;this.&nbsp;<p>posted by SneakerXZ</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c633616836410000000</link>
		<pubDate>Fri, 07 Nov 2008 19:40:41 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c633616836410000000</guid>
		<dc:creator>SneakerXZ</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[regarding the pipeline (|&gt;) operator example: couldn't one just write Seq.sum(Seq.map(nums,sqr) and get done with it?<p>posted by birbilis</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c633620165670000000</link>
		<pubDate>Tue, 11 Nov 2008 16:09:27 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c633620165670000000</guid>
		<dc:creator>birbilis</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[
<p>|&gt; is like . (dot) in C# - especially when talking about extension methods.</p>
<p>posted by ysw</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c633621253180000000</link>
		<pubDate>Wed, 12 Nov 2008 22:21:58 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c633621253180000000</guid>
		<dc:creator>ysw</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[Thank you so much.&nbsp; So much F# in so little time.&nbsp; I've already had some fun with this language, and your presentation helps me to understand how to solve some practical business problems (like I do with C#&nbsp;and VB.NET, presently).<br>
<br>
Kudos!<p>posted by gustavo</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c633626642540000000</link>
		<pubDate>Wed, 19 Nov 2008 04:04:14 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c633626642540000000</guid>
		<dc:creator>gustavo</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[
<p>Great Presentation!<br>
I am watchin git for the second time and coding along through the demo. However,&nbsp; I am getting an error in the StockAnalyzer type...&nbsp;<br>
</p>
<p>type StockAnalyzer (lprices, days) = </p>
<p>let prices =<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lprices<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&gt; Seq.map snd<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&gt; Seq.take days<br>
static member GetAnalyzers (tickers,days) =&nbsp;<br>
&nbsp;&nbsp;&nbsp;&nbsp;tickers<br>
&nbsp;&nbsp;&nbsp;&nbsp;|&gt; Seq.map loadPrices<br>
&nbsp;&nbsp;&nbsp;&nbsp;|&gt; Seq.map (fun prices -&gt; new StockAnalyzer (prices, days))<br>
member s.Return =&nbsp;<br>
&nbsp;&nbsp;&nbsp;&nbsp;let lastPrice = prices |&gt; Seq.nth 0<br>
&nbsp;&nbsp;&nbsp;&nbsp;let startPrice = prices |&gt; Seq.nth (days - 1)&nbsp;&nbsp;&nbsp;&nbsp;<br>
&nbsp;&nbsp;&nbsp;&nbsp;lastPrice / <u>startPrice</u> -1.<br>
<br>
... the last line is not working ... getting &quot;This value is not a function and cannot be applied&quot; error when mouseover startPrice variable. Any advice for f# newbie? I am running the 1.9.6.2 version of f# with VS &nbsp;integrated shell.
<br>
Thanks!<br>
mspan<br>
<a href="http://www.fsharpener.blogspot.com">www.fsharpener.blogspot.com</a></p>
<p>posted by mspan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c633637642840000000</link>
		<pubDate>Mon, 01 Dec 2008 21:38:04 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c633637642840000000</guid>
		<dc:creator>mspan</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[Isn't something like this more succinct but just as expressive without losing the declarative nature?
<br>
<br>
exm.<br>
<br>
let sumOfSquares nums = sum (each nums sqr)<br>
<br>
sumOfSquares [0,2,5,8]<p>posted by elvistcb3577</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c633639583860000000</link>
		<pubDate>Thu, 04 Dec 2008 03:33:06 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c633639583860000000</guid>
		<dc:creator>elvistcb3577</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[Very great presentation. Thanks Luca. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br>
<br>
The async stuff didn't work for me. In fact, neither&nbsp;AsyncGetResponse nor AsyncReadToEnd exist in my version (.Net 3.5 under MSVS2008). The Plot function of Graphics is also not available. Seems to me like a special library is needed...<p>posted by hossein.haeri</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c633662535180000000</link>
		<pubDate>Tue, 30 Dec 2008 17:05:18 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c633662535180000000</guid>
		<dc:creator>hossein.haeri</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[Really good presentation. Looking forward for more of F#.<p>posted by krusaint</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c633675978870000000</link>
		<pubDate>Thu, 15 Jan 2009 06:31:27 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c633675978870000000</guid>
		<dc:creator>krusaint</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[elvistcb: yes there is:<br>
(define (sum-of-squares nums) (fold-left &#43; (map sqr nums)))<br>
(sum-of-squares '(0 2 5 8))<br>
<p>posted by seiichirou</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c633703062430000000</link>
		<pubDate>Sun, 15 Feb 2009 14:50:43 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c633703062430000000</guid>
		<dc:creator>seiichirou</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[This is the best presentation I've ever seen come out of MSFT! Congrats. As a fresh CS grad, I've heard academic whispering about functional programming but have never had the opportunity nor took the initiative to dig any deeper and learn it for myself.
 I'm excited that a pragmatic, .NET interoperable, first-class functional language is on the way from Microsoft. Great work guys! After 20-odd years following the computer industry I've never been happier with Microsoft. F# (and Oslo) show that Microsoft is
 not being complacent. And after Apple's all-style-no-substance &quot;I'm a Mac; I'm a PC&quot; campaign I even find myself rooting for MSFT. But I'm rambling in short great work on F# and a great introductory presentation with a sprinkling of humour <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' />.<p>posted by Xylon</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c633716306850000000</link>
		<pubDate>Mon, 02 Mar 2009 22:44:45 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c633716306850000000</guid>
		<dc:creator>Xylon</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[
<p>Awesome video.&nbsp;</p>
<p>posted by Joiseystud</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c633778688160000000</link>
		<pubDate>Thu, 14 May 2009 03:33:36 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c633778688160000000</guid>
		<dc:creator>Joiseystud</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[
<p>Good Presentation!</p>
<p>After the presentation, I had some fun with this F#.&nbsp;</p>
<p>It's an interessting language like C#.</p>
<p>Thanks.</p>
<p>-Raja</p>
<p>&#43;1 404 424 4674</p>
<p>posted by RAJENDER P. REDDY</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c633813867560000000</link>
		<pubDate>Tue, 23 Jun 2009 20:45:56 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c633813867560000000</guid>
		<dc:creator>RAJENDER P. REDDY</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[
<p>In regard to the examples, can you share the C# utilities and .dll files?&nbsp;</p>
<p>Thanks,</p>
<p>posted by indulge</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c633958284140000000</link>
		<pubDate>Tue, 08 Dec 2009 00:20:14 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c633958284140000000</guid>
		<dc:creator>indulge</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[
<p>Can you post the code files used in the demo/talk?</p>
<p>Thanks</p>
<p>posted by indulge</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c633958292850000000</link>
		<pubDate>Tue, 08 Dec 2009 00:34:45 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c633958292850000000</guid>
		<dc:creator>indulge</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[
<p>Superb presentation, thanks.</p>
<p>posted by sean r</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c634027390550000000</link>
		<pubDate>Thu, 25 Feb 2010 23:57:35 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c634027390550000000</guid>
		<dc:creator>sean r</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[
<p>Hello Luca,</p>
<p>&nbsp;</p>
<p>this video is fantastic!! Very intetresting. This F# remembers me the time when I was studing ML.</p>
<p>Seems very very promising.</p>
<p>&nbsp;Saluti da Reading - UK</p>
<p>&nbsp;Marcco -- StockTrader</p>
<p>posted by StockTrader</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c634069256840000000</link>
		<pubDate>Thu, 15 Apr 2010 10:54:44 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c634069256840000000</guid>
		<dc:creator>StockTrader</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[
<p>This is one of the greatest presentations. Thanks Luca, you're damn good)</p>
<p>posted by koistya</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c634181914330000000</link>
		<pubDate>Mon, 23 Aug 2010 20:17:13 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c634181914330000000</guid>
		<dc:creator>koistya</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[Non capisco una cosa: lavori in Microsoft e mi sembri una persona in gamba, perche' non fai un bel corso di pronuncia inglese? Neanche nei film gli italiani parlano inglese in quel modo! :)<br />-----<br />I don't understand one thing: you are a Microsoft employee and yet you don't know how to pronounce english? Not even in movies italians pronounce english that way! :D<p>posted by Zibri</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c634255147030000000</link>
		<pubDate>Tue, 16 Nov 2010 14:31:43 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c634255147030000000</guid>
		<dc:creator>Zibri</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[ <p>Bravissimo!</p><p>posted by JimLewis</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c634260748700000000</link>
		<pubDate>Tue, 23 Nov 2010 02:07:50 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c634260748700000000</guid>
		<dc:creator>JimLewis</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[nice =)<p>posted by Rustan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c634263017790000000</link>
		<pubDate>Thu, 25 Nov 2010 17:09:39 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c634263017790000000</guid>
		<dc:creator>Rustan</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[ <p>Excellent talk mate.</p><p>posted by Krishna_Nadiminti</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c634263292800000000</link>
		<pubDate>Fri, 26 Nov 2010 00:48:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c634263292800000000</guid>
		<dc:creator>Krishna_Nadiminti</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[@birbilis: more compact yes, simpler to understand no<p>posted by g</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c634269649050000000</link>
		<pubDate>Fri, 03 Dec 2010 09:21:45 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c634269649050000000</guid>
		<dc:creator>g</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[Concise and entertaining one-hour intro to F#.<br />Excellent&nbsp;<br /><p>posted by Anthony</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c634275990710000000</link>
		<pubDate>Fri, 10 Dec 2010 17:31:11 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c634275990710000000</guid>
		<dc:creator>Anthony</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[@birbilis:<br />Pipelining functions with classical C-Syntax gets messy when you have many functions with many parameters.<br />Syntax itself changes the way you percieve programming -- it does indeed matter. If you use C# with and without LINQ, you notice how massive the difference between a functional approach and a sequential/imperative approach can be.<br />I'm a big fan of the new functional features emerging in .NET, and this takes it a step further.<p>posted by FD</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c634279366110000000</link>
		<pubDate>Tue, 14 Dec 2010 15:16:51 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c634279366110000000</guid>
		<dc:creator>FD</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[@Zibri:I am American and had no trouble understanding him.  His English is excellent.  Very nice video!<p>posted by Peter</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c634342162020000000</link>
		<pubDate>Fri, 25 Feb 2011 07:36:42 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c634342162020000000</guid>
		<dc:creator>Peter</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[What an amayzing presentation&#33;<br>Teachs a lot&#33; And the examples are practical application than to play with list of numbers and characters. <br>Cheeeeeeeeeeeeeeerrrrrrrsssss<br><p>posted by bewnet</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c634380859190000000</link>
		<pubDate>Mon, 11 Apr 2011 02:31:59 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c634380859190000000</guid>
		<dc:creator>bewnet</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[ <p>Such a relaxed presentation ! Good one <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><p>posted by preets</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c634418621620000000</link>
		<pubDate>Tue, 24 May 2011 19:29:22 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c634418621620000000</guid>
		<dc:creator>preets</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[This is really an awesome presentation. Thanks<p>posted by Alomgir A Miah</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c634471670420000000</link>
		<pubDate>Mon, 25 Jul 2011 05:04:02 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c634471670420000000</guid>
		<dc:creator>Alomgir A Miah</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[The best accent I&#39;ve ever heard&#33; &#58;&#41;<p>posted by Sam</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c634496543945119638</link>
		<pubDate>Mon, 22 Aug 2011 23:59:54 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c634496543945119638</guid>
		<dc:creator>Sam</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[The best accent I&#39;ve ever heard&#33; &#58;&#41;<p>posted by Sam</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c634496545222086792</link>
		<pubDate>Tue, 23 Aug 2011 00:02:02 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c634496545222086792</guid>
		<dc:creator>Sam</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[The best accent I&#39;ve ever heard&#33; &#58;&#41;<p>posted by Sam</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c634496545565662950</link>
		<pubDate>Tue, 23 Aug 2011 00:02:36 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c634496545565662950</guid>
		<dc:creator>Sam</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[Excellent presentation&#33;&#33; Informative and comical at the same time<p>posted by Jason</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c634519083229318609</link>
		<pubDate>Sun, 18 Sep 2011 02:05:22 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c634519083229318609</guid>
		<dc:creator>Jason</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[Hi&#33;<br>I entered the same code as in 38&#58;11 but when I type &#34;grid prices&#59;&#59;&#34;, I get &#34;C&#58;&#92;Users&#92;Victor&#92;AppData&#92;Local&#92;Temp&#92;stdin &#40;4,1&#41;&#58; error FS0039&#58; The value or constructor &#39; grid &#39; is not defined&#34;<br>How can I solve the problem. Thanks for your reply&#33;<br>Great video by the way&#33;<br>&#47;Victor<p>posted by Victor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c634520524195792604</link>
		<pubDate>Mon, 19 Sep 2011 18:06:59 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c634520524195792604</guid>
		<dc:creator>Victor</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[<p>@Victor: thanks for your interest!&nbsp; The best place to ask these questions is over at the MSDN F# forum (<a href="http://social.msdn.microsoft.com/Forums/en-US/fsharpgeneral/threads">http&#58;&#47;&#47;social.msdn.microsoft.com&#47;Forums&#47;en-US&#47;fsharpgeneral&#47;threads</a>). The short answer to your question is that Luca had already defined &quot;grid&quot; in his project. If you want to use these sorts of charting features in your F# programs, check out this blog post (<a href="http://blogs.msdn.com/b/fsharpteam/archive/2011/04/15/getting-started-with-fsharpchart.aspx">http&#58;&#47;&#47;blogs.msdn.com&#47;b&#47;fsharpteam&#47;archive&#47;2011&#47;04&#47;15&#47;getting-started-with-fsharpchart.aspx</a>).</p><p>posted by DonnaMalayeri</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c634542131114299017</link>
		<pubDate>Fri, 14 Oct 2011 18:18:31 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c634542131114299017</guid>
		<dc:creator>DonnaMalayeri</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[Great presentation.  Shame it wasn&#39;t helped with some of the sad attempts at gotcha questions at the end.  The biggest problem with this industry is the type who just want to demonstrate to them how &#39;smart&#39; they are.<p>posted by murph</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c634547925858388469</link>
		<pubDate>Fri, 21 Oct 2011 11:16:25 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c634547925858388469</guid>
		<dc:creator>murph</dc:creator>
	</item>
	<item>
		<title>Re: An Introduction to Microsoft F#</title>
		<description>
			<![CDATA[The code for getting the prices in C&#35; using LINQ. It&#39;s kind of the same and little shorter.<br><br>var prices &#61; csv.Split&#40;&#39;&#92;n&#39;&#41;<br>                .Skip&#40;1&#41;<br>                .Select&#40;line &#61;&#62; line.Split&#40;&#39;,&#39;&#41;&#41;<br>                .Where&#40;values &#61;&#62; values.Length &#61;&#61; 7&#41;<br>                .Select&#40;values &#61;&#62;  new &#123; Date &#61; DateTime.Parse&#40;values&#91;0&#93;&#41;, Price &#61; values&#91;6&#93; &#125;&#41;&#59;<p>posted by sm0606</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/pdc2008/TL11#c634559750391615966</link>
		<pubDate>Fri, 04 Nov 2011 03:43:59 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/pdc2008/TL11#c634559750391615966</guid>
		<dc:creator>sm0606</dc:creator>
	</item>
</channel>
</rss>