<?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 JChung2006</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/JChung2006/Comments/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>JChung2006</title>
		<link></link>
	</image>
	<description></description>
	<link></link>
	<language>en</language>
	<pubDate>Thu, 20 Jun 2013 10:06:25 GMT</pubDate>
	<lastBuildDate>Thu, 20 Jun 2013 10:06:25 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: What&#39;s New for JScript in IE8?</title>
		<description>
			<![CDATA[They probably filmed this ages ago before V8 and TraceMonkey were announced.<br>
<p>posted by JChung2006</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/janakiram/Whats-New-for-JScript-in-IE8#c633565974410000000</link>
		<pubDate>Tue, 09 Sep 2008 22:50:41 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/janakiram/Whats-New-for-JScript-in-IE8#c633565974410000000</guid>
		<dc:creator>JChung2006</dc:creator>
	</item>
	<item>
		<title>Re: Building Channel 9: Inside EvNet - Part 1</title>
		<description>
			<![CDATA[The behavior you guys were talking about where redundant requests to fill or refill a cache entry can cause severe performance degradation is called &quot;dogpiling.&quot; Glad to hear that anti-dogpiling is in effect on 9!<p>posted by JChung2006</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Building-Channel-9-Inside-EvNet-Part-1#c633555613260000000</link>
		<pubDate>Thu, 28 Aug 2008 23:02:06 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Building-Channel-9-Inside-EvNet-Part-1#c633555613260000000</guid>
		<dc:creator>JChung2006</dc:creator>
	</item>
	<item>
		<title>Re: This Week on C9: Christian &quot;LittleGuru&quot; Liensberger, VS 2008 and .NET Framework 3.5 SP1</title>
		<description>
			<![CDATA[Gotta love the 9'ers in 9 videos! <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br>
<p>posted by JChung2006</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/This-Week-on-C9-Christian-LittleGuru-Liensberger-VS-2008-and-NET-Framework-35-SP1#c633544651670000000</link>
		<pubDate>Sat, 16 Aug 2008 06:32:47 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/This+Week+On+Channel+9/This-Week-on-C9-Christian-LittleGuru-Liensberger-VS-2008-and-NET-Framework-35-SP1#c633544651670000000</guid>
		<dc:creator>JChung2006</dc:creator>
	</item>
	<item>
		<title>Re: MVC Preview 4 with Phil Haack</title>
		<description>
			<![CDATA[
<p>Good to see ASP.NET MVC talk on 9. &nbsp;Time to go check out Preview 4.</p>
<p>I thought ASP.NET MVC supported multiple view engines, not just ASP.NET, e.g., NHaml, NVelocity, XSLT, your own if you felt like building one. &nbsp;Check out
<a href="http://www.codeplex.com/MVCContrib">MVC-Contrib @ CodePlex</a>&nbsp;for some community-driven, ASP.NET MVC-related projects.</p>
<p>posted by JChung2006</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Continuum/MVCPreview4#c633536059090000000</link>
		<pubDate>Wed, 06 Aug 2008 07:51:49 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Continuum/MVCPreview4#c633536059090000000</guid>
		<dc:creator>JChung2006</dc:creator>
	</item>
	<item>
		<title>Re: C# 4.0: Meet the Design Team</title>
		<description>
			<![CDATA[
<p>Great video, Charles!<br /><br />With regards to the dynamic typing-static typing dichotomy, it is not either-or.&nbsp; It is not only-but also.&nbsp; We want not only the affordances of dynamic typing but also the assurances of static typing.&nbsp; Type inference sorta fakes us out into believing that it
 provides this, but it's still static typing, and there are limitations to that approach that cannot be worked around until changes to the type system are made.<br /><br />Java and C# have been around for a while, long enough to where people will grumble if you make too many changes to the language.&nbsp; If it is impossible to make changes to the language without incurring &quot;-1000&quot; penalties, then maybe it's time for a new language
 (or perhaps an old one whose time hadn't quite yet come...) to step up and pave the way for programming language innovation.&nbsp; Better ways of getting the job done is the goal.</p>
<p>posted by JChung2006</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/C-40-Meet-the-Design-Team#c633516030840000000</link>
		<pubDate>Mon, 14 Jul 2008 03:31:24 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/C-40-Meet-the-Design-Team#c633516030840000000</guid>
		<dc:creator>JChung2006</dc:creator>
	</item>
	<item>
		<title>Re: C9 Bytes: Alex Turner showing the evolution of C#</title>
		<description>
			<![CDATA[Another easy way to get black-on-white:&nbsp; the COLOR command.&nbsp; COLOR F0 will get you black on white.&nbsp; COLOR /? for more details.<br>
<br>
Coincidentally, this video had an excellent demonstration of how IntelliSense can screw you up when you try to enter lambda expressions in C#.&nbsp; When Alex tried to enter c =&gt; c.City == &quot;London&quot;, IntelliSense &quot;helpfully&quot; suggested case even though it makes no
 sense to enter&nbsp;the case keyword at that point (he wasn't even in a switch statement).&nbsp; I'm&nbsp;learning to hit Esc to cancel the IntelliSense, but I would prefer not having to do so.&nbsp; Please fix this.<p>posted by JChung2006</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Dan/C9-Bytes-Alex-Turner-showing-the-evolution-of-C#c633509357370000000</link>
		<pubDate>Sun, 06 Jul 2008 10:08:57 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Dan/C9-Bytes-Alex-Turner-showing-the-evolution-of-C#c633509357370000000</guid>
		<dc:creator>JChung2006</dc:creator>
	</item>
	<item>
		<title>Re: Dev Diary for April 15th</title>
		<description>
			<![CDATA[I would rather see C9V4 live, not videos about making it.<p>posted by JChung2006</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/InsideChannel9/Dev-Diary-for-April-15th#c633440063450000000</link>
		<pubDate>Thu, 17 Apr 2008 05:19:05 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/InsideChannel9/Dev-Diary-for-April-15th#c633440063450000000</guid>
		<dc:creator>JChung2006</dc:creator>
	</item>
	<item>
		<title>Re: Douglas Crockford, Alex Russell and Joseph Smarr: On the Past, Present and Future of JavaScript</title>
		<description>
			<![CDATA[Great video!&nbsp; I enjoyed listening to the perspectives of these JavaScript experts on the history, current state, and future of the world's most popular programming language.&nbsp; I would have liked a little more technical discussion about the upcoming ECMAScript
 standard but enjoyable nonetheless!<p>posted by JChung2006</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Douglas-Crockford-Alex-Russell-and-Joseph-Smarr-On-the-Past-Present-and-Future-of-JavaScript#c633415743580000000</link>
		<pubDate>Thu, 20 Mar 2008 01:45:58 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Douglas-Crockford-Alex-Russell-and-Joseph-Smarr-On-the-Past-Present-and-Future-of-JavaScript#c633415743580000000</guid>
		<dc:creator>JChung2006</dc:creator>
	</item>
	<item>
		<title>Re: Chris Wilson: Inside IE8 Beta 1 For Developers</title>
		<description>
			<![CDATA[I installed IE8b1 and am loving it!&nbsp; The new CSS and JavaScript debugging services in the IE Developer Toolbar are a killer app in my book!&nbsp; Great job!<p>posted by JChung2006</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Chris-Wilson-Inside-IE8-Beta-1-For-Developers#c633403801390000000</link>
		<pubDate>Thu, 06 Mar 2008 06:02:19 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Chris-Wilson-Inside-IE8-Beta-1-For-Developers#c633403801390000000</guid>
		<dc:creator>JChung2006</dc:creator>
	</item>
	<item>
		<title>Re: Scott Guthrie: Inside Silverlight 2 Beta 1</title>
		<description>
			<![CDATA[
<blockquote>
<div class="quoteAuthor">CRPietschmann wrote:</div>
<div class="quoteBody">&#65279;Hmm... For some reason I feel like drinking a Pepsi...</div>
</blockquote>
<p>Yeah, I wonder how much Pepsico paid for that product placement. Apple, on the other hand, got no love, hiding behind Scott's Macbook Pro's C9 decal. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif' alt='Wink' /></p>
<p>Great video! I'm excited to learn more about Silverlight 2, particularly the DLR, Python, and Ruby.</p>
<p>posted by JChung2006</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Scott-Guthrie-Inside-Silverlight-2-Beta-1#c633403790890000000</link>
		<pubDate>Thu, 06 Mar 2008 05:44:49 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Scott-Guthrie-Inside-Silverlight-2-Beta-1#c633403790890000000</guid>
		<dc:creator>JChung2006</dc:creator>
	</item>
	<item>
		<title>Re: This Week on Channel 9: Feb 22 with Ed Kaim!</title>
		<description>
			<![CDATA[
<blockquote>
<div class="quoteAuthor">FireGarden wrote:</div>
<div class="quoteBody">&#65279;If I met you two gay cow boys in a bar I would kick both your asses.</div>
</blockquote>
<br>
You hang out in a lot of gay cowboy bars, Firegarden?<br>
<p>posted by JChung2006</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/This-Week-on-Channel-9-Feb-22-with-Ed-Kaim#c633394060690000000</link>
		<pubDate>Sat, 23 Feb 2008 23:27:49 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/This+Week+On+Channel+9/This-Week-on-Channel-9-Feb-22-with-Ed-Kaim#c633394060690000000</guid>
		<dc:creator>JChung2006</dc:creator>
	</item>
	<item>
		<title>Re: This Week on Channel 9: Feb 15 with Scott Hanselman!</title>
		<description>
			<![CDATA[Awesome video, guys!<p>posted by JChung2006</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/This-Week-on-Channel-9-Feb-15-with-Scott-Hanselman#c633387975190000000</link>
		<pubDate>Sat, 16 Feb 2008 22:25:19 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/This+Week+On+Channel+9/This-Week-on-Channel-9-Feb-15-with-Scott-Hanselman#c633387975190000000</guid>
		<dc:creator>JChung2006</dc:creator>
	</item>
	<item>
		<title>Re: Burton Smith: On General Purpose Super Computing and the History and Future of Parallelism</title>
		<description>
			<![CDATA[
<blockquote>
<div class="quoteAuthor">evildictaitor wrote:</div>
<div class="quoteBody">&#65279;If your database was immutable (i.e. you never wrote to it), SQL would be purely functional, and achieves massive parallelism.</div>
</blockquote>
<br />And be nowhere near as useful as a database where you could change data.<p>posted by JChung2006</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Burton-Smith-On-General-Purpose-Super-Computing-and-the-History-and-Future-of-Parallelism#c633385785950000000</link>
		<pubDate>Thu, 14 Feb 2008 09:36:35 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Burton-Smith-On-General-Purpose-Super-Computing-and-the-History-and-Future-of-Parallelism#c633385785950000000</guid>
		<dc:creator>JChung2006</dc:creator>
	</item>
	<item>
		<title>Re: Erik Meijer, Gilad Bracha, Mads Torgersen: Perspectives on Programming Language Design and Evolution</title>
		<description>
			<![CDATA[Great video!&nbsp; I have been debating the pros and cons of reflective programming with somebody in the Techoff threads who is adamantly against it, and many of the points I would have liked to have made in favor of dynamic languages and better type systems
 were made here in this video and in a more eloquent manner.&nbsp; Keep up the good talks, Charles!<p>posted by JChung2006</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Erik-Meijer-Gilad-Bracha-Mads-Torgersen-Perspectives-on-Programming-Language-Design-and-Evolution#c633378760740000000</link>
		<pubDate>Wed, 06 Feb 2008 06:27:54 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Erik-Meijer-Gilad-Bracha-Mads-Torgersen-Perspectives-on-Programming-Language-Design-and-Evolution#c633378760740000000</guid>
		<dc:creator>JChung2006</dc:creator>
	</item>
	<item>
		<title>Re: April Reagan: The Future of MSDN Help</title>
		<description>
			<![CDATA[
<p>I am looking forward to the new and improved MSDN Help!</p>
<p>Here's an off-the-wall suggestion (not necessarily for April and her team but maybe for a clever dev out there with some free time):&nbsp; a command-line interface to MSDN Help a la UNIX man.</p>
<p>Here's another:&nbsp; write a Sidebar Gadget with MSDN Help.</p>
<p>posted by JChung2006</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Dan/April-Reagan-The-Future-of-MSDN-Help#c633373673430000000</link>
		<pubDate>Thu, 31 Jan 2008 09:09:03 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Dan/April-Reagan-The-Future-of-MSDN-Help#c633373673430000000</guid>
		<dc:creator>JChung2006</dc:creator>
	</item>
	<item>
		<title>Re: Erik Meijer: Functional Programming</title>
		<description>
			<![CDATA[
<blockquote>
<div class="quoteAuthor">MetaGunny wrote:</div>
<div class="quoteBody">&#65279;I've watched all of the related videos.<br /><br />However, I'm assuming that you reference reading other material because you yourself don't truly understand the why.<br /><br />If you did, you could have explained it.</div>
</blockquote>
<p>No, I referenced them, because they explain some of the benefits of pure functional programming where the minimization of shared mutable state can enable opportunities to simplify the construction of highly concurrent software.</p>
<p>Not sure why I wasted my time though. You're rude.</p>
<p>posted by JChung2006</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Erik-Meijer-Functional-Programming#c633363212440000000</link>
		<pubDate>Sat, 19 Jan 2008 06:34:04 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Erik-Meijer-Functional-Programming#c633363212440000000</guid>
		<dc:creator>JChung2006</dc:creator>
	</item>
	<item>
		<title>Re: Erik Meijer: Functional Programming</title>
		<description>
			<![CDATA[Why functional programming? See Joe Duffy's video on ParallelFx here on C9 and Simon Peyton Jones' papers on Software Transactional Memory on the MS Research site for a couple approachs to improving the concurrency of applications in this multi-core age
 we live in.<p>posted by JChung2006</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Erik-Meijer-Functional-Programming#c633362939800000000</link>
		<pubDate>Fri, 18 Jan 2008 22:59:40 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Erik-Meijer-Functional-Programming#c633362939800000000</guid>
		<dc:creator>JChung2006</dc:creator>
	</item>
	<item>
		<title>Re: Niners on 9: Littleguru, Zeus and JasonOlson</title>
		<description>
			<![CDATA[It's nice to put some faces and voices to the names and avatars!<p>posted by JChung2006</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Niners-on-9-Littleguru-Zeus-and-JasonOlson#c633320719600000000</link>
		<pubDate>Sat, 01 Dec 2007 02:12:40 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Niners-on-9-Littleguru-Zeus-and-JasonOlson#c633320719600000000</guid>
		<dc:creator>JChung2006</dc:creator>
	</item>
	<item>
		<title>Re: Kate Gregory, Ale Contenti and Steve Teixeira: VC++ 2008 and Beyond</title>
		<description>
			<![CDATA[
<p>I really&nbsp;don't like the &quot;shiny objects&quot; analogy.&nbsp; Try asking IBM how many of those conversions from mainframes to Microsoft software were &quot;green fields.&quot;&nbsp; Now that Microsoft is the landscape, not IBM, suddenly those &quot;green fields&quot; are &quot;brown fields?&quot;</p>
<p>The disconnect here is why those libraries that are only available to C&#43;&#43; programmers are not available to .NET programmers.&nbsp; Maybe you should have made them available to .NET programmers?&nbsp; Not only are they not available, but there is no publicly available
 roadmap for when that might happen, if ever.</p>
<p>I loved the IntelliSense discussion!</p>
<p>posted by JChung2006</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Kate-Gregory-Ale-Contenti-and-Steve-Teixeira-VC-2008-and-Beyond#c633317753420000000</link>
		<pubDate>Tue, 27 Nov 2007 15:49:02 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Kate-Gregory-Ale-Contenti-and-Steve-Teixeira-VC-2008-and-Beyond#c633317753420000000</guid>
		<dc:creator>JChung2006</dc:creator>
	</item>
	<item>
		<title>Re: Brian Beckman: Don&#39;t fear the Monad</title>
		<description>
			<![CDATA[
<p>So monads convert functions from this</p>
<code>int f(int x)<br /></code>
<p>to this</p>
<code>int* f(int x)<br /></code>
<p>where <span>int*</span> is <span>int</span> plus some encapsulation of relevant things that don't fit into your functional model, e.g., I/O, mutable state, etc.&nbsp; Lambda functions are then used to transform
<span>int*</span> back into <span>int</span>.</p>
<code>int* =&gt; int<br /></code>
<p>The lambda functions allow the converted functions to seem monoidal like the original functions by isolating their side effects from the original functions.</p>
<p>posted by JChung2006</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Brian-Beckman-Dont-fear-the-Monads#c633313906310000000</link>
		<pubDate>Fri, 23 Nov 2007 04:57:11 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Brian-Beckman-Dont-fear-the-Monads#c633313906310000000</guid>
		<dc:creator>JChung2006</dc:creator>
	</item>
	<item>
		<title>Re: Don Syme: What&#39;s new in F# - Asynchronous Workflows (and welcome to the .NET family!)</title>
		<description>
			<![CDATA[
<p>Besides the dynamic language bits, which are nice, what is interesting about the DLR is that they are refactoring the CLR aka CoreCLR.</p>
<a href="http://www.hanselman.com/blog/content/binary/WindowsLiveWriter/PuttingMixSilverlighttheCoreCLRandtheDLR_13FC1/HanselmanDotNetEcosystemVisualizationV02%5B5%5D.png"><img src="http://www.hanselman.com/blog/content/binary/WindowsLiveWriter/PuttingMixSilverlighttheCoreCLRandtheDLR_13FC1/HanselmanDotNetEcosystemVisualizationV02%5B5%5D.png" height="589" width="768"></a><p>posted by JChung2006</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Don-Syme-Whats-new-in-F-Asynchronous-Workflows-and-welcome-to-the-NET-family#c633312669430000000</link>
		<pubDate>Wed, 21 Nov 2007 18:35:43 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Don-Syme-Whats-new-in-F-Asynchronous-Workflows-and-welcome-to-the-NET-family#c633312669430000000</guid>
		<dc:creator>JChung2006</dc:creator>
	</item>
	<item>
		<title>Re: Don Syme: What&#39;s new in F# - Asynchronous Workflows (and welcome to the .NET family!)</title>
		<description>
			<![CDATA[
<p>You should definitely check out Tomas' blog, which littleguru linked above.&nbsp; He has an article with a code sample library for implementing asynchronous workflows-like code&nbsp;in C#, as well as a nice set of articles introducing F#.</p>
<p>As interesting as F# is, I would still love to see LISP or SCHEME running on the CLR/DLR. I would find it absolutely delightful if a user-friendly dialect of LISP became the most popular software development language 5 years from now, with versions to generate
 CIL and JVM (and maybe Dalvik)&nbsp;bytecode.</p>
<p>posted by JChung2006</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Don-Syme-Whats-new-in-F-Asynchronous-Workflows-and-welcome-to-the-NET-family#c633312620550000000</link>
		<pubDate>Wed, 21 Nov 2007 17:14:15 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Don-Syme-Whats-new-in-F-Asynchronous-Workflows-and-welcome-to-the-NET-family#c633312620550000000</guid>
		<dc:creator>JChung2006</dc:creator>
	</item>
	<item>
		<title>Re: Soma, Carol Grojean, Jeff Beehler: Visual Studio 2008 RTM!!!</title>
		<description>
			<![CDATA[<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=6ff3bc60-32c8-4c22-8591-a20bf8dff1a2&amp;DisplayLang=en">http://www.microsoft.com/downloads/details.aspx?FamilyID=6ff3bc60-32c8-4c22-8591-a20bf8dff1a2&amp;DisplayLang=en</a>
<p>Somebody posted this earlier in the thread. It's the download link for the MSDN Library for Visual Studio 2008 DVD ISO.</p>
<p>posted by JChung2006</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Soma-Carol-Grojean-Jeff-Beehler-Visual-Studio-2008-RTM#c633311689160000000</link>
		<pubDate>Tue, 20 Nov 2007 15:21:56 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Soma-Carol-Grojean-Jeff-Beehler-Visual-Studio-2008-RTM#c633311689160000000</guid>
		<dc:creator>JChung2006</dc:creator>
	</item>
	<item>
		<title>Re: Soma, Carol Grojean, Jeff Beehler: Visual Studio 2008 RTM!!!</title>
		<description>
			<![CDATA[
<blockquote>
<div class="quoteAuthor">BlackTiger wrote:</div>
<div class="quoteBody">&#65279;Ok. Downloading...<br /><br />But... No MSDN library for VS2008?</div>
</blockquote>
<br />It was an option to download during the installation for the Express Editions.&nbsp; I can't imagine it being unavailable for the Standard, Professional, and Team System editions.&nbsp; Perhaps it is available as a separate MSDN download?<br /><p>posted by JChung2006</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Soma-Carol-Grojean-Jeff-Beehler-Visual-Studio-2008-RTM#c633311339530000000</link>
		<pubDate>Tue, 20 Nov 2007 05:39:13 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Soma-Carol-Grojean-Jeff-Beehler-Visual-Studio-2008-RTM#c633311339530000000</guid>
		<dc:creator>JChung2006</dc:creator>
	</item>
	<item>
		<title>Re: Soma, Carol Grojean, Jeff Beehler: Visual Studio 2008 RTM!!!</title>
		<description>
			<![CDATA[Charles' link is a redirect link from Microsoft's Outlook Web Access server. Here is the direct link:
<a href="http://msdn2.microsoft.com/en-us/vstudio/default.aspx">http://msdn2.microsoft.com/en-us/vstudio/default.aspx</a><p>posted by JChung2006</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Soma-Carol-Grojean-Jeff-Beehler-Visual-Studio-2008-RTM#c633310949030000000</link>
		<pubDate>Mon, 19 Nov 2007 18:48:23 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Soma-Carol-Grojean-Jeff-Beehler-Visual-Studio-2008-RTM#c633310949030000000</guid>
		<dc:creator>JChung2006</dc:creator>
	</item>
</channel>
</rss>