<?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"
	>

<channel>
	<title>ASpeak</title>
	<atom:link href="http://abhi.dcmembers.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://abhi.dcmembers.com/blog</link>
	<description>Development, Microsoft, Open Source, Standards, ....,.....,...... Cooking, Travelling and blablabla</description>
	<pubDate>Thu, 04 Dec 2008 13:48:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Remote Debugging with VS2008</title>
		<link>http://abhi.dcmembers.com/blog/2008/12/04/remote-debugging-with-vs2008/</link>
		<comments>http://abhi.dcmembers.com/blog/2008/12/04/remote-debugging-with-vs2008/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 13:48:30 +0000</pubDate>
		<dc:creator>Abhishek</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[DotNET]]></category>

		<category><![CDATA[Development DotNET Debugging Programming]]></category>

		<guid isPermaLink="false">http://abhi.dcmembers.com/blog/2008/12/04/remote-debugging-with-vs2008/</guid>
		<description><![CDATA[This is a very common thing many of you might be knowing this thing already. However, I am just putting this information as it might help someone. In a distributed development scenario it becomes imminent to have remote debugging possible lest you have your development environment both on your regular development system and the remote [...]]]></description>
		<wfw:commentRss>http://abhi.dcmembers.com/blog/2008/12/04/remote-debugging-with-vs2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Delete .svn folders recursively</title>
		<link>http://abhi.dcmembers.com/blog/2008/12/03/delete-svn-folders-recursively/</link>
		<comments>http://abhi.dcmembers.com/blog/2008/12/03/delete-svn-folders-recursively/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 09:01:00 +0000</pubDate>
		<dc:creator>Abhishek</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[General]]></category>

		<category><![CDATA[SVN Script Command Code]]></category>

		<guid isPermaLink="false">http://abhi.dcmembers.com/blog/?p=18</guid>
		<description><![CDATA[Very often scenarios crop up when we want to clean our mammoth source code repository without having to export it elsewhere. I was looking for an elegant way to delete hidden .svn folders which are created by tortoise svn to keep track of the repository state on the client. I found this site which provided [...]]]></description>
		<wfw:commentRss>http://abhi.dcmembers.com/blog/2008/12/03/delete-svn-folders-recursively/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MSDN code examples could be incorrect as well</title>
		<link>http://abhi.dcmembers.com/blog/2008/09/08/msdn-code-examples-could-be-incorrect-as-well/</link>
		<comments>http://abhi.dcmembers.com/blog/2008/09/08/msdn-code-examples-could-be-incorrect-as-well/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 18:15:49 +0000</pubDate>
		<dc:creator>Abhishek</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[DotNET]]></category>

		<category><![CDATA[Snippets]]></category>

		<category><![CDATA[C#]]></category>

		<category><![CDATA[Extensibility]]></category>

		<category><![CDATA[MSDN]]></category>

		<category><![CDATA[Office2007]]></category>

		<category><![CDATA[VSTO]]></category>

		<guid isPermaLink="false">http://abhi.dcmembers.com/blog/2008/09/08/msdn-code-examples-could-be-incorrect-as-well/</guid>
		<description><![CDATA[It was really odd for me to find an error in MSDN code example which took almost a couple of hours to figure out what is wrong. I am working in VSTO (Visual Studio Tool for Office). I am developing a plugin which is suppose to override some of the specific Office 2007 functionalities and [...]]]></description>
		<wfw:commentRss>http://abhi.dcmembers.com/blog/2008/09/08/msdn-code-examples-could-be-incorrect-as-well/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft .NET Framework 3.5 SP1 Source Code Released</title>
		<link>http://abhi.dcmembers.com/blog/2008/08/31/microsoft-net-framework-35-sp1-source-code-released/</link>
		<comments>http://abhi.dcmembers.com/blog/2008/08/31/microsoft-net-framework-35-sp1-source-code-released/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 09:12:48 +0000</pubDate>
		<dc:creator>Abhishek</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[DotNET]]></category>

		<category><![CDATA[Snippets]]></category>

		<category><![CDATA[.NET Framework 3.5]]></category>

		<category><![CDATA[debugging]]></category>

		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Source Code]]></category>

		<guid isPermaLink="false">http://abhi.dcmembers.com/blog/?p=16</guid>
		<description><![CDATA[I would have never known that this takes up these many calls to perform a simple Console.WriteLine operation unless Microsoft had released the source code of the .net framework. I am delighted that the source code for 3.5 sp1 is out. It is time to dive deep in the framework itself.
Find the link below:
http://blogs.msdn.com/rscc/archive/2008/08/28/net-framework-3-5-sp1-sources-are-available.aspx
]]></description>
		<wfw:commentRss>http://abhi.dcmembers.com/blog/2008/08/31/microsoft-net-framework-35-sp1-source-code-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Run Commands for Windows XP</title>
		<link>http://abhi.dcmembers.com/blog/2008/08/21/run-commands-for-windows-xp/</link>
		<comments>http://abhi.dcmembers.com/blog/2008/08/21/run-commands-for-windows-xp/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 04:49:00 +0000</pubDate>
		<dc:creator>Abhishek</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[commands]]></category>

		<category><![CDATA[launch]]></category>

		<category><![CDATA[run]]></category>

		<category><![CDATA[shortcut]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://abhi.dcmembers.com/blog/?p=14</guid>
		<description><![CDATA[I found this incredible link to start most of the XP system apps from Run box.



Program
Run Command


Accessibility Controls
access.cpl


Accessibility Wizard
accwiz


Add Hardware Wizard
hdwwiz.cpl


Add/Remove Programs
appwiz.cpl


Administrative Tools
control admintools


Adobe Acrobat ( if installed )
acrobat


Adobe Distiller ( if installed )
acrodist


Adobe ImageReady ( if installed )
imageready


Adobe Photoshop ( if installed )
photoshop


Automatic Updates
wuaucpl.cpl


Basic Media Player
mplay32


Bluetooth Transfer Wizard
fsquirt


Calculator
calc


Ccleaner ( if installed )
ccleaner


C: Drive
c:


Certificate Manager
cdrtmgr.msc


Character [...]]]></description>
		<wfw:commentRss>http://abhi.dcmembers.com/blog/2008/08/21/run-commands-for-windows-xp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Excellent Programming Quotations</title>
		<link>http://abhi.dcmembers.com/blog/2008/08/20/excellent-programming-quotations/</link>
		<comments>http://abhi.dcmembers.com/blog/2008/08/20/excellent-programming-quotations/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 11:33:12 +0000</pubDate>
		<dc:creator>Abhishek</dc:creator>
		
		<category><![CDATA[Humour]]></category>

		<category><![CDATA[Email]]></category>

		<category><![CDATA[programming]]></category>

		<category><![CDATA[Quotations]]></category>

		<category><![CDATA[Quotes]]></category>

		<category><![CDATA[Signature]]></category>

		<guid isPermaLink="false">http://abhi.dcmembers.com/blog/2008/08/20/excellent-programming-quotations/</guid>
		<description><![CDATA[While looking for an appropriate signature quote I stumbled across this website. I really liked a few of the quotes.


And the users exclaimed with a laugh and a taunt: &#8220;It&#8217;s just what we asked
for but not what we want.&#8221;
If the lessons of history teach us anything it is that nobody learns the lessons that history [...]]]></description>
		<wfw:commentRss>http://abhi.dcmembers.com/blog/2008/08/20/excellent-programming-quotations/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Generate Random GUID by script</title>
		<link>http://abhi.dcmembers.com/blog/2008/08/13/generate-random-guid-by-script/</link>
		<comments>http://abhi.dcmembers.com/blog/2008/08/13/generate-random-guid-by-script/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 18:46:56 +0000</pubDate>
		<dc:creator>Abhishek</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Other Languages]]></category>

		<category><![CDATA[Snippets]]></category>

		<category><![CDATA[ActiveX]]></category>

		<category><![CDATA[Guid]]></category>

		<category><![CDATA[JScript]]></category>

		<category><![CDATA[Script]]></category>

		<category><![CDATA[VBScript]]></category>

		<category><![CDATA[WScript]]></category>

		<category><![CDATA[WSH]]></category>

		<guid isPermaLink="false">http://abhi.dcmembers.com/blog/?p=11</guid>
		<description><![CDATA[I had a task in hand to read and update a few registry settings. Since the registry keys might change in future and some more changes might be required on the fly, I decided to go with script instead of a config driven executable. Also, one compelling reason was that it has been some time [...]]]></description>
		<wfw:commentRss>http://abhi.dcmembers.com/blog/2008/08/13/generate-random-guid-by-script/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SharpZipLib Decompression</title>
		<link>http://abhi.dcmembers.com/blog/2008/08/08/sharpziplib-decompression/</link>
		<comments>http://abhi.dcmembers.com/blog/2008/08/08/sharpziplib-decompression/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 15:13:27 +0000</pubDate>
		<dc:creator>Abhishek</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[DotNET]]></category>

		<category><![CDATA[Snippets]]></category>

		<category><![CDATA[archive]]></category>

		<category><![CDATA[sharpziplib]]></category>

		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://abhi.dcmembers.com/blog/?p=10</guid>
		<description><![CDATA[Very often I require to perform (de)compression of archives programmatically. I use SharpZipLib for this purpose. After fiddling with several algorithms I found this simple piece of code that performs an elegant task of quick decompression of a zip archive.
internal void Decompress(string fileName,string extractPath)
{
FastZip fZip = new FastZip();
fZip.ExtractZip(fileName, extractPath, &#8220;&#8221;);
}
Link: http://dotnet.org.za/thea/archive/2006/01/17/Unzip-files-programmatically-in-C_2300_-_2D00_-_2300_ZipLib.aspx
]]></description>
		<wfw:commentRss>http://abhi.dcmembers.com/blog/2008/08/08/sharpziplib-decompression/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Huge list of productivity tools and utilities</title>
		<link>http://abhi.dcmembers.com/blog/2008/08/04/huge-link-to-good-softwares/</link>
		<comments>http://abhi.dcmembers.com/blog/2008/08/04/huge-link-to-good-softwares/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 13:21:27 +0000</pubDate>
		<dc:creator>Abhishek</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[General]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[tools]]></category>

		<category><![CDATA[utilities]]></category>

		<guid isPermaLink="false">http://abhi.dcmembers.com/blog/2008/08/04/huge-link-to-good-softwares/</guid>
		<description><![CDATA[While exploring for CodeRush guides I stumbled across this website. The author has compiled a very good link to various tools and utilities which someone can use to boost his productivity a great deal. The reason I bookmarked this website and I am providing the link here is that it contains almost all the productivity [...]]]></description>
		<wfw:commentRss>http://abhi.dcmembers.com/blog/2008/08/04/huge-link-to-good-softwares/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Power of Unix on Windows</title>
		<link>http://abhi.dcmembers.com/blog/2008/07/22/power-of-unix-on-windows/</link>
		<comments>http://abhi.dcmembers.com/blog/2008/07/22/power-of-unix-on-windows/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 19:00:37 +0000</pubDate>
		<dc:creator>Abhishek</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Other Languages]]></category>

		<category><![CDATA[console]]></category>

		<category><![CDATA[grep]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[powershell]]></category>

		<category><![CDATA[scripting]]></category>

		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://abhi.dcmembers.com/blog/2008/07/22/power-of-unix-on-windows/</guid>
		<description><![CDATA[I am an ardent admirer of console commands. For a very fast execution of the most simple tasks, I rely on cmd. About an year back I saw my tech architect using Grep on windows. Until then I didn&#8217;t know how effective it could be on Windows platform. At that very moment I downloaded unix-utilities [...]]]></description>
		<wfw:commentRss>http://abhi.dcmembers.com/blog/2008/07/22/power-of-unix-on-windows/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
