<?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>John Plummer . com &#187; Visual Studio</title>
	<atom:link href="http://www.johnplummer.com/category/visual-studio/feed" rel="self" type="application/rss+xml" />
	<link>http://www.johnplummer.com</link>
	<description>Stuff I want to remember</description>
	<lastBuildDate>Sun, 29 Aug 2010 21:27:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Azure Development Fabric and Visual Studio 2010</title>
		<link>http://www.johnplummer.com/visual-studio/azure-development-fabric-and-visual-studio-2010.html</link>
		<comments>http://www.johnplummer.com/visual-studio/azure-development-fabric-and-visual-studio-2010.html#comments</comments>
		<pubDate>Tue, 13 Apr 2010 16:50:55 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[Cloud Project]]></category>
		<category><![CDATA[Debugger]]></category>
		<category><![CDATA[Fabric]]></category>
		<category><![CDATA[Running]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.johnplummer.com/uncategorized/azure-development-fabric-and-visual-studio-2010.html</guid>
		<description><![CDATA[Just installed Visual Studio 2010. The first thing I tried was creating an new Cloud project. The whole process was surprisingly painless. After creating the solution, I was prompted to download and install the Azure tools. Once they were installed, I deleted and recreated the solution and was prompted for which Roles I wanted: After [...]]]></description>
		<wfw:commentRss>http://www.johnplummer.com/visual-studio/azure-development-fabric-and-visual-studio-2010.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Run this program as program as an administrator</title>
		<link>http://www.johnplummer.com/visual-studio/run-this-program-as-program-as-an-administrator.html</link>
		<comments>http://www.johnplummer.com/visual-studio/run-this-program-as-program-as-an-administrator.html#comments</comments>
		<pubDate>Fri, 29 Jun 2007 17:00:54 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Vista]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.johnplummer.com/vista/run-this-program-as-program-as-an-administrator.html</guid>
		<description><![CDATA[Vista will try and run most programs without admin rights even if you are signed on as an admin. Some programs such as Visual Studio need admin rights so it is worth setting them to always run as administrator. Confusingly, looking at a shortcut&#8217;s properties, the compatibility tab has an option to &#8220;Run this program [...]]]></description>
		<wfw:commentRss>http://www.johnplummer.com/visual-studio/run-this-program-as-program-as-an-administrator.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Use InternalsVisibleTo</title>
		<link>http://www.johnplummer.com/code/how-to-use-internalsvisibleto.html</link>
		<comments>http://www.johnplummer.com/code/how-to-use-internalsvisibleto.html#comments</comments>
		<pubDate>Mon, 18 Jun 2007 08:22:16 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[CSharp]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.johnplummer.com/visual-studio/how-to-use-internalsvisibleto.html</guid>
		<description><![CDATA[VS2005 defaults new classes to internal rather than public (although it appears that Orcas defaults to public). This is good as it reduces the public interface of your assembly and it encourages you to actually think about whether a class needs to be public. You can allow other assemblies access to your internal types and [...]]]></description>
		<wfw:commentRss>http://www.johnplummer.com/code/how-to-use-internalsvisibleto.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Give an Assembly a Strong Name</title>
		<link>http://www.johnplummer.com/code/how-to-give-an-assembly-a-strong-name.html</link>
		<comments>http://www.johnplummer.com/code/how-to-give-an-assembly-a-strong-name.html#comments</comments>
		<pubDate>Thu, 14 Jun 2007 20:00:00 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[CSharp]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.johnplummer.com/visual-studio/how-to-give-an-assembly-a-strong-name.html</guid>
		<description><![CDATA[To Strongly name an assembly you need to associate it with a public and private key. This can be either done by the developer when they compile the assembly (signing)&#160;or by at a later stage for instance by the QA department (delayed signing). Public and private keys can be associated with code signing certificates, generated [...]]]></description>
		<wfw:commentRss>http://www.johnplummer.com/code/how-to-give-an-assembly-a-strong-name.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
