<?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 - Discussions by rcardona</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/rcardona/Discussions/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 - Discussions by rcardona</title>
		<link>http://channel9.msdn.com/Niners/rcardona/Discussions</link>
	</image>
	<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/Niners/rcardona/Discussions</link>
	<language>en</language>
	<pubDate>Fri, 24 May 2013 07:22:03 GMT</pubDate>
	<lastBuildDate>Fri, 24 May 2013 07:22:03 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Tech Off - vista&#39;s event viewer - I don&#39;t like it</title>
		<description><![CDATA[<p>I think you need to look into clearing the logs with PowerShell and make an icon to invoke the script when you want to do that.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261753-vistas-event-viewer-I-dont-like-it/aa1886b9ef3a45dfa61f9dfa00c1f5aa#aa1886b9ef3a45dfa61f9dfa00c1f5aa</link>
		<pubDate>Fri, 21 Mar 2008 09:53:43 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261753-vistas-event-viewer-I-dont-like-it/aa1886b9ef3a45dfa61f9dfa00c1f5aa#aa1886b9ef3a45dfa61f9dfa00c1f5aa</guid>
		<dc:creator>rcardona</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/rcardona/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Need to look up ip(internet) owner information csharp</title>
		<description><![CDATA[<p>You can see if ARIN has a web service or form you can post an http request to with the IP address you want to lookup, i.e. <a href="http://www.arin.net/whois/">http&#58;&#47;&#47;www.arin.net&#47;whois&#47;</a></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261686-Need-to-look-up-ipinternet-owner-information-csharp/3037c432634248aba51f9dfa00c1ab2f#3037c432634248aba51f9dfa00c1ab2f</link>
		<pubDate>Tue, 18 Mar 2008 01:06:58 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261686-Need-to-look-up-ipinternet-owner-information-csharp/3037c432634248aba51f9dfa00c1ab2f#3037c432634248aba51f9dfa00c1ab2f</guid>
		<dc:creator>rcardona</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/rcardona/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Regex Question</title>
		<description><![CDATA[<p>RegEx is designed around matching patterns on single lines. You can hack it to work on multiple lines but like steveo says it's probably the not the solution for this problem. You need write a multi line processor separating the headers (noted by the blank
 line), capture all of the encoded text looking for a line containing the marker, i.e. IndexOf('---marker----') &lt;&gt; -1, capture the beginning of that line up until the marker and you're done.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/260263-Regex-Question/4333b7d6a47e48d2a50a9dfa00bc70e6#4333b7d6a47e48d2a50a9dfa00bc70e6</link>
		<pubDate>Tue, 15 Jan 2008 12:24:06 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/260263-Regex-Question/4333b7d6a47e48d2a50a9dfa00bc70e6#4333b7d6a47e48d2a50a9dfa00bc70e6</guid>
		<dc:creator>rcardona</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/rcardona/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - VS2008 rule change on variable declaration?</title>
		<description><![CDATA[<p>You were relying on a compiler syntax bug and now VS2008 is helping you. In some inherited code, I can't believe how much syntax slack the VB2003 compiler wasn't catching which the VB2005 compiler did. I wonder if there's more surprises in the VB2008 compiler.
 Looks like this is the same situation in C# or C&#43;&#43; above. I should extract my C# code and test it under C# 2008. I still can't move some other C&#43;&#43; off 2003 because of ATL changes.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/259281-VS2008-rule-change-on-variable-declaration/8fce4eedc88644e5b50f9dfa0090889d#8fce4eedc88644e5b50f9dfa0090889d</link>
		<pubDate>Wed, 28 Nov 2007 11:16:07 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/259281-VS2008-rule-change-on-variable-declaration/8fce4eedc88644e5b50f9dfa0090889d#8fce4eedc88644e5b50f9dfa0090889d</guid>
		<dc:creator>rcardona</dc:creator>
		<slash:comments>12</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/rcardona/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Visual Studio 2003</title>
		<description><![CDATA[<p>Have you applied all service packs?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/258994-Visual-Studio-2003/7645a31913f549d8b8f59dfa008f49a4#7645a31913f549d8b8f59dfa008f49a4</link>
		<pubDate>Fri, 16 Nov 2007 02:55:06 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/258994-Visual-Studio-2003/7645a31913f549d8b8f59dfa008f49a4#7645a31913f549d8b8f59dfa008f49a4</guid>
		<dc:creator>rcardona</dc:creator>
		<slash:comments>10</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/rcardona/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Lead Developers! Where&#39;s the Love?</title>
		<description><![CDATA[<p>Are you saying your job is hard?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/258798-Lead-Developers-Wheres-the-Love/a1ff81c687ed417ca5e49dfa008ed2b7#a1ff81c687ed417ca5e49dfa008ed2b7</link>
		<pubDate>Wed, 07 Nov 2007 12:34:08 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/258798-Lead-Developers-Wheres-the-Love/a1ff81c687ed417ca5e49dfa008ed2b7#a1ff81c687ed417ca5e49dfa008ed2b7</guid>
		<dc:creator>rcardona</dc:creator>
		<slash:comments>11</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/rcardona/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - VMWare 6 and Vista problem?</title>
		<description><![CDATA[<p>That thread is about upgrading to VMware Workstation 6, are you upgrading? What version of WS6 are you installing? The latest is 6.02. When you install under Vista are you right-clicking the icon and selecting &quot;Run as Administrator&quot;?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/258665-VMWare-6-and-Vista-problem/881b903191a04928823e9df9010481a7#881b903191a04928823e9df9010481a7</link>
		<pubDate>Thu, 01 Nov 2007 22:15:37 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/258665-VMWare-6-and-Vista-problem/881b903191a04928823e9df9010481a7#881b903191a04928823e9df9010481a7</guid>
		<dc:creator>rcardona</dc:creator>
		<slash:comments>2</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/rcardona/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Leopard 10.5</title>
		<description><![CDATA[<p>That goes back to the old Windows 95 == Mac '89 days. To Apple, Microsoft has never caught up to the MacOS UI. OS X 10.0/1 over Win2000, OS X 10.2/3 over XP and 10.4/5 over Vista. It's nothing new. When Se7en is released, it will be &quot;trumped&quot; by OS X 10.6/7</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/258309-Leopard-105/3dc0c75ee1e44ff99b339deb001f7849#3dc0c75ee1e44ff99b339deb001f7849</link>
		<pubDate>Wed, 17 Oct 2007 03:34:03 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/258309-Leopard-105/3dc0c75ee1e44ff99b339deb001f7849#3dc0c75ee1e44ff99b339deb001f7849</guid>
		<dc:creator>rcardona</dc:creator>
		<slash:comments>24</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/rcardona/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Question on VMWare</title>
		<description><![CDATA[<p>Channel9 for VMware: <a href="http://communities.vmware.com/">http&#58;&#47;&#47;communities.vmware.com&#47;</a></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/258253-Question-on-VMWare/c6136e0454a44bac99309deb001edd5d#c6136e0454a44bac99309deb001edd5d</link>
		<pubDate>Mon, 15 Oct 2007 12:03:40 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/258253-Question-on-VMWare/c6136e0454a44bac99309deb001edd5d#c6136e0454a44bac99309deb001edd5d</guid>
		<dc:creator>rcardona</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/rcardona/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - %41%43%45%20%54%65%61%6d</title>
		<description><![CDATA[<p>If you have to ask...</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/258011-414345205465616d/035126c1437846bbba5f9deb001c299c#035126c1437846bbba5f9deb001c299c</link>
		<pubDate>Sat, 06 Oct 2007 12:10:53 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/258011-414345205465616d/035126c1437846bbba5f9deb001c299c#035126c1437846bbba5f9deb001c299c</guid>
		<dc:creator>rcardona</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/rcardona/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - XP Service Pack 3 and .net framework</title>
		<description><![CDATA[<p>Please don't bloat my copy of Windows XP SP3 with the .NET Framework 3.0 or 3.5. There are millions of people who will never run a .NET app (like my mom) who could use that extra 30 - 50 MB&#43; of space.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/257924-XP-Service-Pack-3-and-net-framework/aa64e455e7904dc192999deb001ac8a2#aa64e455e7904dc192999deb001ac8a2</link>
		<pubDate>Tue, 02 Oct 2007 08:53:18 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/257924-XP-Service-Pack-3-and-net-framework/aa64e455e7904dc192999deb001ac8a2#aa64e455e7904dc192999deb001ac8a2</guid>
		<dc:creator>rcardona</dc:creator>
		<slash:comments>11</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/rcardona/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - England&#39;s Tech Industry?</title>
		<description><![CDATA[<p>do you like paying taxes, mate?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/257782-Englands-Tech-Industry/2081723257e1439999889deb0018ad22#2081723257e1439999889deb0018ad22</link>
		<pubDate>Mon, 24 Sep 2007 05:20:11 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/257782-Englands-Tech-Industry/2081723257e1439999889deb0018ad22#2081723257e1439999889deb0018ad22</guid>
		<dc:creator>rcardona</dc:creator>
		<slash:comments>22</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/rcardona/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - No .NET Framework 2.0 service packs?</title>
		<description><![CDATA[<p>The .NET Framework 2.0 Compact and .NET Micro Framework both have service packs released for them. While Microsoft has patches to .NET Framework 2.0 for security vulnerabilities and Microsoft is beyond .NET Framework 3.0, why are there are no maintenance
 service packs for the .NET Framework 2.0?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/257701-No-NET-Framework-20-service-packs/257701#257701</link>
		<pubDate>Wed, 19 Sep 2007 02:18:24 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/257701-No-NET-Framework-20-service-packs/257701#257701</guid>
		<dc:creator>rcardona</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/rcardona/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Virtual Server 2005 - Setup Was Interrupted?</title>
		<description><![CDATA[<p>Try searching microsoft.public.virtualserver. Google Groups has a good archive that covers this problem.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/257604-Virtual-Server-2005-Setup-Was-Interrupted/3f19c1de4c7149c490969dfa008ada65#3f19c1de4c7149c490969dfa008ada65</link>
		<pubDate>Fri, 14 Sep 2007 02:02:54 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/257604-Virtual-Server-2005-Setup-Was-Interrupted/3f19c1de4c7149c490969dfa008ada65#3f19c1de4c7149c490969dfa008ada65</guid>
		<dc:creator>rcardona</dc:creator>
		<slash:comments>2</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/rcardona/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Best RDP, to avoid firewall?</title>
		<description><![CDATA[<p>Can you ssh into your home computer? You might be able to setup an ssh port forwarder tunnel for RDP</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/257583-Best-RDP-to-avoid-firewall/651664c5fc834a8daafe9deb00162acc#651664c5fc834a8daafe9deb00162acc</link>
		<pubDate>Thu, 13 Sep 2007 11:46:39 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/257583-Best-RDP-to-avoid-firewall/651664c5fc834a8daafe9deb00162acc#651664c5fc834a8daafe9deb00162acc</guid>
		<dc:creator>rcardona</dc:creator>
		<slash:comments>21</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/rcardona/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - The process cannot access the file, because it is being used by another process.</title>
		<description><![CDATA[<p>Do you have myxml. xml open in a text/xml editor or Internet Explorer?&nbsp; You may need to close all instances before your app works.&nbsp; This could also be a permissions problem.&nbsp; ASP.net apps run under the ASPnet worker process not as the logged in user.&nbsp;
 Make sure you have given the file the right permissions for ASP.net</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/257570-The-process-cannot-access-the-file-because-it-is-being-used-by-another-process/8f6f4d9869ca4637b2769dfa008aacdf#8f6f4d9869ca4637b2769dfa008aacdf</link>
		<pubDate>Wed, 12 Sep 2007 18:42:51 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/257570-The-process-cannot-access-the-file-because-it-is-being-used-by-another-process/8f6f4d9869ca4637b2769dfa008aacdf#8f6f4d9869ca4637b2769dfa008aacdf</guid>
		<dc:creator>rcardona</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/rcardona/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Illegal Numbers?</title>
		<description><![CDATA[<p>I have a trademark on 1™ Send your monies to me</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/257552-Illegal-Numbers/d49ea492df5242369e309deb0015a8c3#d49ea492df5242369e309deb0015a8c3</link>
		<pubDate>Wed, 12 Sep 2007 00:39:10 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/257552-Illegal-Numbers/d49ea492df5242369e309deb0015a8c3#d49ea492df5242369e309deb0015a8c3</guid>
		<dc:creator>rcardona</dc:creator>
		<slash:comments>26</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/rcardona/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Tell us about what you do for a living</title>
		<description><![CDATA[<p>My card says I'm a foo() bartender.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/257345-Tell-us-about-what-you-do-for-a-living/207a3bbb4fac4f87bf849dec00a51353#207a3bbb4fac4f87bf849dec00a51353</link>
		<pubDate>Fri, 31 Aug 2007 20:13:57 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/257345-Tell-us-about-what-you-do-for-a-living/207a3bbb4fac4f87bf849dec00a51353#207a3bbb4fac4f87bf849dec00a51353</guid>
		<dc:creator>rcardona</dc:creator>
		<slash:comments>42</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/rcardona/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Worldwide WGA outage... Vistas invalidate themselves...</title>
		<description><![CDATA[<p>Microsoft new motto: Your frustration. Our fault</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/257221-Worldwide-WGA-outage-Vistas-invalidate-themselves/ab45b4c7a7c74a6d87fc9dec00a2c943#ab45b4c7a7c74a6d87fc9dec00a2c943</link>
		<pubDate>Sun, 26 Aug 2007 14:38:28 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/257221-Worldwide-WGA-outage-Vistas-invalidate-themselves/ab45b4c7a7c74a6d87fc9dec00a2c943#ab45b4c7a7c74a6d87fc9dec00a2c943</guid>
		<dc:creator>rcardona</dc:creator>
		<slash:comments>175</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/rcardona/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Programing Question: Named vs. Concurrent Users</title>
		<description><![CDATA[<p>.NET applications have access to the entire Windows API through a mechanism known as P/invoke. They could even access their legacy concurrent user counting system through this mechanism. My guess that they are changing the licensing model like you said
 to increase revenue. As an existing customer you should have the ability to negotiate parity with past licensing but be expected to adopt the newer model for new/expanding user counts. Maybe there is some arrangement you could compromise on. The other possibility
 is to create generic name users and develop your own in-house system of distributing them to concurrent users.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/257219-Programing-Question-Named-vs-Concurrent-Users/1e22304befe84d78ab909dec00a2c3cd#1e22304befe84d78ab909dec00a2c3cd</link>
		<pubDate>Sun, 26 Aug 2007 14:30:07 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/257219-Programing-Question-Named-vs-Concurrent-Users/1e22304befe84d78ab909dec00a2c3cd#1e22304befe84d78ab909dec00a2c3cd</guid>
		<dc:creator>rcardona</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/rcardona/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Six months out and Vista has yet to surpass OS X</title>
		<description><![CDATA[<p>Should happen next month though...<br>
<br>
<a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;articleId=9027558">Vista use grows as Mac OS X stays flat</a><br>
<i>Microsoft's OS should pass Apple's next month</i><br>
<br>
And this is that Vista is <strike>forced</strike>, cough, pre-loaded on new PCs (as is OS X)<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/256433-Six-months-out-and-Vista-has-yet-to-surpass-OS-X/256433#256433</link>
		<pubDate>Mon, 23 Jul 2007 03:11:31 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/256433-Six-months-out-and-Vista-has-yet-to-surpass-OS-X/256433#256433</guid>
		<dc:creator>rcardona</dc:creator>
		<slash:comments>31</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/rcardona/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Clouds</title>
		<description><![CDATA[<p>then it makes sense to make an OS in them!</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/256234-Clouds/53c4b455f5724d0f964e9dec0092da3e#53c4b455f5724d0f964e9dec0092da3e</link>
		<pubDate>Sat, 14 Jul 2007 22:02:58 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/256234-Clouds/53c4b455f5724d0f964e9dec0092da3e#53c4b455f5724d0f964e9dec0092da3e</guid>
		<dc:creator>rcardona</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/rcardona/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - C++ Newbie Questions</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">retierney wrote:</div>
<div class="quoteBody">&#65279;Should I buy Visual Studio 2005 as my development environment?</div>
</blockquote>
<br />Visual Studio is expensive for a new student.&nbsp; Instead download Visual C&#43;&#43; Express Edition for free at:<br /><a href="http://msdn.microsoft.com/vstudio/express/visualc/default.aspx">http://msdn.microsoft.com/vstudio/express/visualc/default.aspx</a><br /><br /><blockquote>
<div class="quoteAuthor">retierney wrote:</div>
<div class="quoteBody">&#65279;I understand what the C&#43;&#43; Standard Library is&nbsp;but&nbsp;does it come as part of Visual Studio 2005?</div>
</blockquote>
<br />Yes.<br /><br /><blockquote>
<div class="quoteAuthor">retierney wrote:</div>
<div class="quoteBody">What is the Standard Template Library and&nbsp;does it come with Visual Studio 2005?</div>
</blockquote>
<br />STL is a library of collection template classes and complimentary functionality outside of the Standard Library.&nbsp; Yes, STL is included with Visual Studio.<br /><br /><blockquote>
<div class="quoteAuthor">retierney wrote:</div>
<div class="quoteBody">What exactly is the MSDN Library and should I invest in this?</div>
</blockquote>
<br />The Library is&nbsp;the&nbsp;freely available online reference for documentation, code samples, articles, guides etc.&nbsp; You should definitely have the MSDN Library bookmarked.<br /><br />If you get an employment&nbsp;position working with Visual Studio, it's likely your employer will have a Universal subscription with the Professional/Architect version of Visual Studio and access to Microsoft products for development testing.<br /><br />For learning purposes, the Express edition is very good.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/256189-C-Newbie-Questions/53fd0ca174b2407f82499dfa00abe2cc#53fd0ca174b2407f82499dfa00abe2cc</link>
		<pubDate>Thu, 12 Jul 2007 15:26:22 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/256189-C-Newbie-Questions/53fd0ca174b2407f82499dfa00abe2cc#53fd0ca174b2407f82499dfa00abe2cc</guid>
		<dc:creator>rcardona</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/rcardona/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - C++ Newbie Questions</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">retierney wrote:</div>
<div class="quoteBody">&#65279;Should I buy Visual Studio 2005 as my development environment?</div>
</blockquote>
<br />Visual Studio is expensive for a new student.&nbsp; Instead download Visual C&#43;&#43; Express Edition for free at:<br /><a href="http://msdn.microsoft.com/vstudio/express/visualc/default.aspx">http://msdn.microsoft.com/vstudio/express/visualc/default.aspx</a><br /><br /><blockquote>
<div class="quoteAuthor">retierney wrote:</div>
<div class="quoteBody">&#65279;I understand what the C&#43;&#43; Standard Library is&nbsp;but&nbsp;does it come as part of Visual Studio 2005?</div>
</blockquote>
<br />Yes.<br /><br /><blockquote>
<div class="quoteAuthor">retierney wrote:</div>
<div class="quoteBody">What is the Standard Template Library and&nbsp;does it come with Visual Studio 2005?</div>
</blockquote>
<br />STL is a library of collection template classes and complimentary functionality outside of the Standard Library.&nbsp; Yes, STL is included with Visual Studio.<br /><br /><blockquote>
<div class="quoteAuthor">retierney wrote:</div>
<div class="quoteBody">What exactly is the MSDN Library and should I invest in this?</div>
</blockquote>
<br />The Library is&nbsp;the&nbsp;freely available online reference for documentation, code samples, articles, guides etc.&nbsp; You should definitely have the MSDN Library bookmarked.<br /><br />If you get an employment&nbsp;position working with Visual Studio, it's likely your employer will have a Universal subscription with the Professional/Architect version of Visual Studio and access to Microsoft products for development testing.<br /><br />For learning purposes, the Express edition is very good.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/256189-C-Newbie-Questions/91a23952d42c45b38c0c9dfa00abe23c#91a23952d42c45b38c0c9dfa00abe23c</link>
		<pubDate>Thu, 12 Jul 2007 15:26:12 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/256189-C-Newbie-Questions/91a23952d42c45b38c0c9dfa00abe23c#91a23952d42c45b38c0c9dfa00abe23c</guid>
		<dc:creator>rcardona</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/rcardona/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - File Handles</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">intel96 wrote:</div>
<div class="quoteBody">&#65279;I want to know the API that I can use, not an application that has this capability.</div>
</blockquote>
<br /><br />What about the source to an application that has this capability?&nbsp; Would you be interested in that?<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/256095-File-Handles/99cc2f2712f54773a65c9dfa00ab61aa#99cc2f2712f54773a65c9dfa00ab61aa</link>
		<pubDate>Mon, 09 Jul 2007 02:45:49 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/256095-File-Handles/99cc2f2712f54773a65c9dfa00ab61aa#99cc2f2712f54773a65c9dfa00ab61aa</guid>
		<dc:creator>rcardona</dc:creator>
		<slash:comments>17</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/rcardona/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>