<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>mikedopp.com &#187; .NET and You</title>
	<atom:link href="http://mikedopp.com/index.php/tag/net-and-you/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikedopp.com</link>
	<description>Code Monkey by Day, Unix/Windows Administrator by Night, Social Media Chump 24/7</description>
	<lastBuildDate>Wed, 09 Jun 2010 07:37:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Checking for .NET versions on Windows OR .NET and you.</title>
		<link>http://mikedopp.com/index.php/2009/09/23/checking-for-net-versions-on-windows-or-net-and-you/</link>
		<comments>http://mikedopp.com/index.php/2009/09/23/checking-for-net-versions-on-windows-or-net-and-you/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 10:07:00 +0000</pubDate>
		<dc:creator>mikedopp</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[.NET and You]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/checking-for-net-versions-on-windows-or-net-and-you/</guid>
		<description><![CDATA[This has been an interesting yet easy thing to do. It takes me back to when I used to hunt down the versions of Java that were installed on my computer. Cannot tell you the love I have for Java and the many revisions of framework that Sun seems to put out every 5 days [...]]]></description>
			<content:encoded><![CDATA[<p>This has been an interesting yet easy thing to do. It takes me back to when I used to hunt down the versions of Java that were installed on my computer. Cannot tell you the love I have for Java and the many revisions of framework that Sun seems to put out every 5 days (exaggeration). </p>
<p>So what and how do I find out if my current version of Windows has the right .NET framework installed? Well like checking your Java version you usually would go to control panel and “add/remove programs” or if Vista/7 you would go to “Programs and Features”. Inside this list of programs that are installed on your computer you scroll down to the <a href="http://www.microsoft.com" target="_blank">microsoft</a> Service Pack X.XXX and see all the patches and what not. You could also go to your C:\Windows directory and open Microsoft.NET folder open the folder called Framework. Inside you will find folders like V1.0.3705 to V3.5. These are the versions of .NET framework installed on your computer.</p>
<p>1. I have found a easier and well interesting way to find the versions installed on your current computer. Add “ javascript:alert(navigator.userAgent) “ to your Internet Explorer Bar and hit go and a message box will pop up with the information you want.</p>
<p>Please take note that that <a href="http://www.walkernews.net/2007/07/16/simple-javascript-extract-login-form-password/">JavaScript code</a> can be used in Firefox or Opera web browser to query their User Agent String too (but only the IE will report .Net framework version in its User Agent String).</p>
<p>2. Another interesting way to do it is: </p>
<p>Navigate to this <a href="http://www.walkernews.net/tag/registry/">Windows Registry</a> path:</p>
<pre>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP</pre>
<p>
  <br />The major version number of each .Net framework releases installed can be found at this Registry path. Click the major version number key and there is a string value called “version” on the right-pane that reports the full version number of that .Net framework.</p>
<p>3. Or try this: Navigate to the Registry path that keeps the IE User Agent String:</p>
<pre>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent\Post Platform</pre>
<p>
  <br />If you think this Registry key path is easier to remember than the shorter, one-line JavaScript code that query the User Agent String, then this could be your answer.</p>
<p>There is also some pretty good software that will tell you the version of .NET you are running. Called oddly enough <a title=".NET Version Checker" href="http://cid-f85a988f57842184.skydrive.live.com/self.aspx/Public/versioncheck.zip" target="_blank">Version Checker</a>.</p>
<p>So now you have no excuse not to know which version is installed on your machine.</p>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:84a8fbc0-5477-435a-982d-2138d2baa6bd" class="wlWriterEditableSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/.NET+Versions+and+You" rel="tag">.NET Versions and You</a>, <a href="http://flickr.com/photos/tags/Why+.NET+is+like+Java+but+more+tame" rel="tag">Why .NET is like Java but more tame</a>, <a href="http://flickr.com/photos/tags/Happy+Happy+Joy+Joy+.NET" rel="tag">Happy Happy Joy Joy .NET</a>, <a href="http://flickr.com/photos/tags/Java+good+if+you+want+headaches%3f" rel="tag">Java good if you want headaches?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:cff6546a-cd98-4e45-95b2-0fb267487606" class="wlWriterEditableSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/.NET+Versions+and+You/" rel="tag">.NET Versions and You</a>, <a href="http://www.buzznet.com/tags/Why+.NET+is+like+Java+but+more+tame/" rel="tag">Why .NET is like Java but more tame</a>, <a href="http://www.buzznet.com/tags/Happy+Happy+Joy+Joy+.NET/" rel="tag">Happy Happy Joy Joy .NET</a>, <a href="http://www.buzznet.com/tags/Java+good+if+you+want+headaches%3f/" rel="tag">Java good if you want headaches?</a></div>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:1d994a11-b74c-4e18-a6e9-ced0606a966f" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/.NET+Versions+and+You" rel="tag">.NET Versions and You</a>, <a href="http://technorati.com/tags/Why+.NET+is+like+Java+but+more+tame" rel="tag">Why .NET is like Java but more tame</a>, <a href="http://technorati.com/tags/Happy+Happy+Joy+Joy+.NET" rel="tag">Happy Happy Joy Joy .NET</a>, <a href="http://technorati.com/tags/Java+good+if+you+want+headaches%3f" rel="tag">Java good if you want headaches?</a></div>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:2864a4d9-c550-40bb-ab06-2f0a9cc7971a" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/.NET+Versions+and+You" rel="tag">.NET Versions and You</a>, <a href="http://del.icio.us/popular/Why+.NET+is+like+Java+but+more+tame" rel="tag">Why .NET is like Java but more tame</a>, <a href="http://del.icio.us/popular/Happy+Happy+Joy+Joy+.NET" rel="tag">Happy Happy Joy Joy .NET</a>, <a href="http://del.icio.us/popular/Java+good+if+you+want+headaches%3f" rel="tag">Java good if you want headaches?</a></div>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:9d603ba2-ef2f-4f49-a132-05ab2c66d93f" class="wlWriterEditableSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=.NET+Versions+and+You" rel="tag">.NET Versions and You</a>, <a href="http://blogs.icerocket.com/search?q=Why+.NET+is+like+Java+but+more+tame" rel="tag">Why .NET is like Java but more tame</a>, <a href="http://blogs.icerocket.com/search?q=Happy+Happy+Joy+Joy+.NET" rel="tag">Happy Happy Joy Joy .NET</a>, <a href="http://blogs.icerocket.com/search?q=Java+good+if+you+want+headaches%3f" rel="tag">Java good if you want headaches?</a></div>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:1b16b606-2792-4c68-899a-df8d9565bf45" class="wlWriterEditableSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=.NET+Versions+and+You" rel="tag">.NET Versions and You</a>, <a href="http://www.livejournal.com/interests.bml?int=Why+.NET+is+like+Java+but+more+tame" rel="tag">Why .NET is like Java but more tame</a>, <a href="http://www.livejournal.com/interests.bml?int=Happy+Happy+Joy+Joy+.NET" rel="tag">Happy Happy Joy Joy .NET</a>, <a href="http://www.livejournal.com/interests.bml?int=Java+good+if+you+want+headaches%3f" rel="tag">Java good if you want headaches?</a></div>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:453e0330-5332-41fc-b4af-111f36c7d0fe" class="wlWriterEditableSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/.NET+Versions+and+You" rel="tag">.NET Versions and You</a>, <a href="http://www.43things.com/tag/Why+.NET+is+like+Java+but+more+tame" rel="tag">Why .NET is like Java but more tame</a>, <a href="http://www.43things.com/tag/Happy+Happy+Joy+Joy+.NET" rel="tag">Happy Happy Joy Joy .NET</a>, <a href="http://www.43things.com/tag/Java+good+if+you+want+headaches%3f" rel="tag">Java good if you want headaches?</a></div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2009/09/23/checking-for-net-versions-on-windows-or-net-and-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
