<?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 for ASpeak</title>
	<atom:link href="http://abhi.dcmembers.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://abhi.dcmembers.com/blog</link>
	<description>IOpine!</description>
	<lastBuildDate>Thu, 04 Jun 2009 05:23:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Forcefully delete an assembly from GAC by Aseem Chiplonkar</title>
		<link>http://abhi.dcmembers.com/blog/2009/04/17/forcefully-delete-an-assembly-from-gac/comment-page-1/#comment-34</link>
		<dc:creator>Aseem Chiplonkar</dc:creator>
		<pubDate>Thu, 04 Jun 2009 05:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://abhi.dcmembers.com/blog/2009/04/17/forcefully-delete-an-assembly-from-gac/#comment-34</guid>
		<description>Thanks !! this helped a lot !!</description>
		<content:encoded><![CDATA[<p>Thanks !! this helped a lot !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Delete .svn folders recursively by Mike</title>
		<link>http://abhi.dcmembers.com/blog/2008/12/03/delete-svn-folders-recursively/comment-page-1/#comment-33</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 13 May 2009 06:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://abhi.dcmembers.com/blog/?p=18#comment-33</guid>
		<description>This script helped my precious time a few moments ago. I am trying to create a replica of the repository. There is no documented way of doing so in VisualSVN so I was planning to relocate my existing current working copy to new location and then commit again. Numerous warnings and nags from TortoiseSVN about relocating the existing copy to new repo scared me. Now i will be wiping out all the svn data from my repository and check out the empty repo in the same working copy and safely commit it to create a replica. It was wonderful. Many thanks to you.</description>
		<content:encoded><![CDATA[<p>This script helped my precious time a few moments ago. I am trying to create a replica of the repository. There is no documented way of doing so in VisualSVN so I was planning to relocate my existing current working copy to new location and then commit again. Numerous warnings and nags from TortoiseSVN about relocating the existing copy to new repo scared me. Now i will be wiping out all the svn data from my repository and check out the empty repo in the same working copy and safely commit it to create a replica. It was wonderful. Many thanks to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lambda based reflection Vs Normal reflection Vs Direct call by David</title>
		<link>http://abhi.dcmembers.com/blog/2009/03/25/lambda-based-reflection-vs-normal-reflection-vs-direct-call-4/comment-page-1/#comment-32</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 09 May 2009 15:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://abhi.dcmembers.com/blog/2009/03/25/lambda-based-reflection-vs-normal-reflection-vs-direct-call-4/#comment-32</guid>
		<description>I found!

The reason of the anomaly is the jit compiler.
In the first case the jit compiler has to compile the calling command.
In the second case it is compiled before the timer started</description>
		<content:encoded><![CDATA[<p>I found!</p>
<p>The reason of the anomaly is the jit compiler.<br />
In the first case the jit compiler has to compile the calling command.<br />
In the second case it is compiled before the timer started</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lambda based reflection Vs Normal reflection Vs Direct call by David</title>
		<link>http://abhi.dcmembers.com/blog/2009/03/25/lambda-based-reflection-vs-normal-reflection-vs-direct-call-4/comment-page-1/#comment-31</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 09 May 2009 14:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://abhi.dcmembers.com/blog/2009/03/25/lambda-based-reflection-vs-normal-reflection-vs-direct-call-4/#comment-31</guid>
		<description>Hi!
Intresting, yee

But try to call the method 1000000 times and you will get a satisfactory result
:)</description>
		<content:encoded><![CDATA[<p>Hi!<br />
Intresting, yee</p>
<p>But try to call the method 1000000 times and you will get a satisfactory result<br />
 <img src='http://abhi.dcmembers.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Forcefully delete an assembly from GAC by Antony</title>
		<link>http://abhi.dcmembers.com/blog/2009/04/17/forcefully-delete-an-assembly-from-gac/comment-page-1/#comment-30</link>
		<dc:creator>Antony</dc:creator>
		<pubDate>Mon, 20 Apr 2009 12:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://abhi.dcmembers.com/blog/2009/04/17/forcefully-delete-an-assembly-from-gac/#comment-30</guid>
		<description>Nice trick. I have been a developer all my life but I didn&#039;t know this nifty way of doing such an important thing that I encounter so frequently. I usually update the dll by dragging and dropping it in assembly but it is not the same as removing the existing version. Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Nice trick. I have been a developer all my life but I didn&#8217;t know this nifty way of doing such an important thing that I encounter so frequently. I usually update the dll by dragging and dropping it in assembly but it is not the same as removing the existing version. Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Forcefully delete an assembly from GAC by stingduck</title>
		<link>http://abhi.dcmembers.com/blog/2009/04/17/forcefully-delete-an-assembly-from-gac/comment-page-1/#comment-29</link>
		<dc:creator>stingduck</dc:creator>
		<pubDate>Mon, 20 Apr 2009 02:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://abhi.dcmembers.com/blog/2009/04/17/forcefully-delete-an-assembly-from-gac/#comment-29</guid>
		<description>Many thanks. It answered one of my biggest question !! You are so helpful. :) I always had to uninstall the program to remove files from assembly folder. With your trick I can save so much time.</description>
		<content:encoded><![CDATA[<p>Many thanks. It answered one of my biggest question !! You are so helpful. <img src='http://abhi.dcmembers.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I always had to uninstall the program to remove files from assembly folder. With your trick I can save so much time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Resize Modal Dialog Box dynamically by Ragu</title>
		<link>http://abhi.dcmembers.com/blog/2009/04/02/resize-modal-dialog-box-dynamically/comment-page-1/#comment-28</link>
		<dc:creator>Ragu</dc:creator>
		<pubDate>Tue, 14 Apr 2009 10:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://abhi.dcmembers.com/blog/?p=69#comment-28</guid>
		<description>a thousand thanks to u.....</description>
		<content:encoded><![CDATA[<p>a thousand thanks to u&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Resize Modal Dialog Box dynamically by Amr</title>
		<link>http://abhi.dcmembers.com/blog/2009/04/02/resize-modal-dialog-box-dynamically/comment-page-1/#comment-27</link>
		<dc:creator>Amr</dc:creator>
		<pubDate>Tue, 14 Apr 2009 06:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://abhi.dcmembers.com/blog/?p=69#comment-27</guid>
		<description>Great Thansk to you</description>
		<content:encoded><![CDATA[<p>Great Thansk to you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Delete .svn folders recursively by prashanth</title>
		<link>http://abhi.dcmembers.com/blog/2008/12/03/delete-svn-folders-recursively/comment-page-1/#comment-26</link>
		<dc:creator>prashanth</dc:creator>
		<pubDate>Tue, 07 Apr 2009 13:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://abhi.dcmembers.com/blog/?p=18#comment-26</guid>
		<description>This is a good one for deleting the folder structure.</description>
		<content:encoded><![CDATA[<p>This is a good one for deleting the folder structure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Delete .svn folders recursively by admin</title>
		<link>http://abhi.dcmembers.com/blog/2008/12/03/delete-svn-folders-recursively/comment-page-1/#comment-25</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 22 Mar 2009 01:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://abhi.dcmembers.com/blog/?p=18#comment-25</guid>
		<description>Thanks for pointing it out Alec. However, this script was meant for batch file and not to be run as an individual command. :)</description>
		<content:encoded><![CDATA[<p>Thanks for pointing it out Alec. However, this script was meant for batch file and not to be run as an individual command. <img src='http://abhi.dcmembers.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
