<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How To Verify .Net Framework Version</title>
	<atom:link href="http://www.walkernews.net/2007/07/30/how-to-verify-dot-net-framework-version/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.walkernews.net/2007/07/30/how-to-verify-dot-net-framework-version/</link>
	<description>A capsule of walker's experience in life...</description>
	<lastBuildDate>Tue, 07 Sep 2010 14:23:56 -0600</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: How To Check .Net Framework Version Installed - Walker News</title>
		<link>http://www.walkernews.net/2007/07/30/how-to-verify-dot-net-framework-version/#comment-5533</link>
		<dc:creator>How To Check .Net Framework Version Installed - Walker News</dc:creator>
		<pubDate>Thu, 15 May 2008 16:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/2007/07/30/how-to-verify-dot-net-framework-version/#comment-5533</guid>
		<description>[...] Microsoft .Net 3.5 framework is in RTM version since Nov 2007. While not every Windows machines require .Net framework to run, but sooner or later you may find some programs failed because of no such framework installed or otherwise the latest .Net 3.5 framework is not found.  In this case, you might wonder what .Net framework version you have or do you have the so-called latest .Net 3.5 framework?    OK, general end users can use either one of these ways to check the .Net framework version: [...]</description>
		<content:encoded><![CDATA[<p>[...] Microsoft .Net 3.5 framework is in RTM version since Nov 2007. While not every Windows machines require .Net framework to run, but sooner or later you may find some programs failed because of no such framework installed or otherwise the latest .Net 3.5 framework is not found.  In this case, you might wonder what .Net framework version you have or do you have the so-called latest .Net 3.5 framework?    OK, general end users can use either one of these ways to check the .Net framework version: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amol</title>
		<link>http://www.walkernews.net/2007/07/30/how-to-verify-dot-net-framework-version/#comment-5417</link>
		<dc:creator>amol</dc:creator>
		<pubDate>Wed, 16 Apr 2008 08:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/2007/07/30/how-to-verify-dot-net-framework-version/#comment-5417</guid>
		<description>How to identify, check, detect or verify the Microsoft .Net Framework version installed on a server on which i will upload my site?</description>
		<content:encoded><![CDATA[<p>How to identify, check, detect or verify the Microsoft .Net Framework version installed on a server on which i will upload my site?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walker</title>
		<link>http://www.walkernews.net/2007/07/30/how-to-verify-dot-net-framework-version/#comment-707</link>
		<dc:creator>Walker</dc:creator>
		<pubDate>Tue, 31 Jul 2007 15:49:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/2007/07/30/how-to-verify-dot-net-framework-version/#comment-707</guid>
		<description>If the .Net Framework SDK is installed, you can detect or confirm the version of both .Net Framework and .Net compilers installed on your computer.

Open the CMD Shell or Command Shell that&#039;s specifically tweaked for .Net command line compilers,

Type &lt;code&gt;csc&lt;/code&gt; (C# compiler), &lt;code&gt;cl&lt;/code&gt; (C++.Net compiler) or &lt;code&gt;vbc&lt;/code&gt; (VB.Net compiler) and press ENTER key,

Sample output of &lt;code&gt;csc&lt;/code&gt;:

Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.312
for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.
</description>
		<content:encoded><![CDATA[<p>If the .Net Framework SDK is installed, you can detect or confirm the version of both .Net Framework and .Net compilers installed on your computer.</p>
<p>Open the CMD Shell or Command Shell that&#8217;s specifically tweaked for .Net command line compilers,</p>
<p>Type <code>csc</code> (C# compiler), <code>cl</code> (C++.Net compiler) or <code>vbc</code> (VB.Net compiler) and press ENTER key,</p>
<p>Sample output of <code>csc</code>:</p>
<p>Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.312<br />
for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727<br />
Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
