<?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>my code trip &#187; How To</title>
	<atom:link href="http://mycodetrip.com/tag/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://mycodetrip.com</link>
	<description>stories from the information technology highway</description>
	<lastBuildDate>Mon, 29 Nov 2010 19:58:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Recursively Copy Files During Build Using the  Task in MSBuild</title>
		<link>http://mycodetrip.com/2009/01/05/recursively-copy-files-during-build-using-the-task-in-msbuild_211/</link>
		<comments>http://mycodetrip.com/2009/01/05/recursively-copy-files-during-build-using-the-task-in-msbuild_211/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 16:47:23 +0000</pubDate>
		<dc:creator>Shiva</dc:creator>
				<category><![CDATA[Tips / HowTos]]></category>
		<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://mycodetrip.com/?p=211</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://mycodetrip.com/2009/01/05/recursively-copy-files-during-build-using-the-task-in-msbuild_211/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Restore The Security Tab in Windows XP Pro Folders</title>
		<link>http://mycodetrip.com/2008/07/07/restore-security-tab-windows-xp-pro-folders-that-disappeared_24/</link>
		<comments>http://mycodetrip.com/2008/07/07/restore-security-tab-windows-xp-pro-folders-that-disappeared_24/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 00:18:27 +0000</pubDate>
		<dc:creator>Shiva Manjunath</dc:creator>
				<category><![CDATA[Tips / HowTos]]></category>
		<category><![CDATA[Bugs And Fixes]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://mycodetrip.com/?p=24</guid>
		<description><![CDATA[If you right clicked a folder in your Windows XP Professional file explorer to grant rights to specific users, and ]]></description>
			<content:encoded><![CDATA[<p>If you right clicked a folder in your <strong>Windows XP Professional</strong> file explorer to grant rights to specific users, and   found the <strong>Security tab</strong> missing, then you are not alone. I had this problem when I was trying to open   a log file in one of my virtual directories for an application I was writing using <strong>ASP.NET</strong>. I got a   security exception because the user that the application was running in the context of did not have write   permissions on that folder. So I needed to grant these permissions and could not find the Security tab to do this. Ultimately I figured it out. Here&#8217;s how.</p>
<h2>Restore the Security Tab for your Folders</h2>
<ul>
<li> Right click <strong>Start</strong> and Click <strong>Explore</strong> to open a file explorer window.</li>
<li>Click <strong>Tools &gt; Folder Options</strong>. Click the <strong>View</strong> tab.</li>
<li>In the <strong>View</strong> tab, scroll to the bottom until you see the <strong>&#8220;Use Simple File Sharing (Recommended)&#8221;</strong> checkbox.
<p><img src="http://img176.imageshack.us/img176/3431/restoresecuritytabwindooh9.jpg" alt="restore-security-tab-windows-xp-pro-folders-image-01" /></li>
<li>Uncheck the <strong>&#8220;Use Simple File Sharing (Recommended)&#8221;</strong> checkbox and click Ok.</li>
<li>Now, right click any folder and click <strong>Sharing and Security&#8230;</strong>
<p><img src="http://img297.imageshack.us/img297/9813/restoresecuritytabwindowx9.jpg" alt="restore-security-tab-windows-xp-pro-folders-image-02" /></li>
<li>You should see the <strong>Security tab</strong> which will allow you to set user specific folder permissions.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://mycodetrip.com/2008/07/07/restore-security-tab-windows-xp-pro-folders-that-disappeared_24/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What Are Strong Names For Assemblies ? How Do You Create And Use Them ?</title>
		<link>http://mycodetrip.com/2003/04/29/what-are-strong-names-for-assemblies-how-do-you-create-and-use-them_156/</link>
		<comments>http://mycodetrip.com/2003/04/29/what-are-strong-names-for-assemblies-how-do-you-create-and-use-them_156/#comments</comments>
		<pubDate>Wed, 30 Apr 2003 00:33:17 +0000</pubDate>
		<dc:creator>Shiva</dc:creator>
				<category><![CDATA[Tips / HowTos]]></category>
		<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://mycodetrip.com/?p=156</guid>
		<description><![CDATA[A simple, but clear and very well written article by Mike Gunderloy discussing Strong Names for .Net Assemblies and Why we need them. ]]></description>
			<content:encoded><![CDATA[<p>In this simple, but clear and <a title="The Secrets of Strong Naming" href="http://www.ondotnet.com/pub/a/dotnet/2003/04/28/strongnaming.html" target="_blank">very well written article</a>, <strong>Mike Gunderloy</strong> discusses <strong>Strong Names for .Net Assemblies</strong> and Why we need them.</p>
<p>Highlights of the article include</p>
<ul>
<li>Strong Naming for Assembly Identity</li>
<li>What&#8217;s in a (Strong) Name ?</li>
<li>The Mechanics of Strong Naming</li>
<li>Keeping Secrets with Delay Signing</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://mycodetrip.com/2003/04/29/what-are-strong-names-for-assemblies-how-do-you-create-and-use-them_156/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

