<?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>Devang Gandhi &#187; Programming</title>
	<atom:link href="http://www.devang-gandhi.net/blog/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devang-gandhi.net/blog</link>
	<description>technology, programming et cetera</description>
	<lastBuildDate>Tue, 20 Sep 2011 04:57:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Visual Studio tips and tricks</title>
		<link>http://www.devang-gandhi.net/blog/visual-studio-tips-and-tricks/</link>
		<comments>http://www.devang-gandhi.net/blog/visual-studio-tips-and-tricks/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 18:24:33 +0000</pubDate>
		<dc:creator>Devang Gandhi</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.devang-gandhi.net/blog/?p=164</guid>
		<description><![CDATA[Zain Naboulsi has a great blog providing very useful tips and tricks that you can do in Visual Studio. Check it out here. Related posts:Visual Studio shortcuts How to add breakpoints in Visual Studio without the source code Bing tips and tricks


Related posts:<ol><li><a href='http://www.devang-gandhi.net/blog/visual-studio-shortcuts/' rel='bookmark' title='Permanent Link: Visual Studio shortcuts'>Visual Studio shortcuts</a></li>
<li><a href='http://www.devang-gandhi.net/blog/how-to-add-breakpoints-in-visual-studio-without-the-source-code/' rel='bookmark' title='Permanent Link: How to add breakpoints in Visual Studio without the source code'>How to add breakpoints in Visual Studio without the source code</a></li>
<li><a href='http://www.devang-gandhi.net/blog/bing-tips-and-tricks/' rel='bookmark' title='Permanent Link: Bing tips and tricks'>Bing tips and tricks</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Zain Naboulsi has a great blog providing very useful tips and tricks that you can do in Visual Studio. Check it out <a href="http://blogs.msdn.com/b/zainnab/" target="_blank">here</a>.</p>


<p>Related posts:<ol><li><a href='http://www.devang-gandhi.net/blog/visual-studio-shortcuts/' rel='bookmark' title='Permanent Link: Visual Studio shortcuts'>Visual Studio shortcuts</a></li>
<li><a href='http://www.devang-gandhi.net/blog/how-to-add-breakpoints-in-visual-studio-without-the-source-code/' rel='bookmark' title='Permanent Link: How to add breakpoints in Visual Studio without the source code'>How to add breakpoints in Visual Studio without the source code</a></li>
<li><a href='http://www.devang-gandhi.net/blog/bing-tips-and-tricks/' rel='bookmark' title='Permanent Link: Bing tips and tricks'>Bing tips and tricks</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.devang-gandhi.net/blog/visual-studio-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WCF Test Client</title>
		<link>http://www.devang-gandhi.net/blog/wcf-test-client/</link>
		<comments>http://www.devang-gandhi.net/blog/wcf-test-client/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 13:29:18 +0000</pubDate>
		<dc:creator>Devang Gandhi</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://www.devang-gandhi.net/blog/?p=121</guid>
		<description><![CDATA[While developing a WCF service, I had to write a client for it as well to debug/test it. I recently found out that Visual Studio tools include a WCF test client. It is a GUI tool that enables users to test their WCF service by passing parameters to it and viewing the response. It (WcfTestClient.exe) [...]


Related posts:<ol><li><a href='http://www.devang-gandhi.net/blog/how-to-add-breakpoints-in-visual-studio-without-the-source-code/' rel='bookmark' title='Permanent Link: How to add breakpoints in Visual Studio without the source code'>How to add breakpoints in Visual Studio without the source code</a></li>
<li><a href='http://www.devang-gandhi.net/blog/visual-studio-shortcuts/' rel='bookmark' title='Permanent Link: Visual Studio shortcuts'>Visual Studio shortcuts</a></li>
<li><a href='http://www.devang-gandhi.net/blog/was-host-wcf-win7/' rel='bookmark' title='Permanent Link: Hosting a WCF service with WAS on Windows 7'>Hosting a WCF service with WAS on Windows 7</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>While developing a WCF service, I had to write a client for it as well to debug/test it. I recently found out that Visual Studio tools include a <a title="WCF test client" href="http://msdn.microsoft.com/en-us/library/bb552364.aspx" target="_self">WCF test client</a>. It is a GUI tool that enables users to test their WCF service by passing parameters to it and viewing the response. It (WcfTestClient.exe) is located at C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\</p>


<p>Related posts:<ol><li><a href='http://www.devang-gandhi.net/blog/how-to-add-breakpoints-in-visual-studio-without-the-source-code/' rel='bookmark' title='Permanent Link: How to add breakpoints in Visual Studio without the source code'>How to add breakpoints in Visual Studio without the source code</a></li>
<li><a href='http://www.devang-gandhi.net/blog/visual-studio-shortcuts/' rel='bookmark' title='Permanent Link: Visual Studio shortcuts'>Visual Studio shortcuts</a></li>
<li><a href='http://www.devang-gandhi.net/blog/was-host-wcf-win7/' rel='bookmark' title='Permanent Link: Hosting a WCF service with WAS on Windows 7'>Hosting a WCF service with WAS on Windows 7</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.devang-gandhi.net/blog/wcf-test-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add breakpoints in Visual Studio without the source code</title>
		<link>http://www.devang-gandhi.net/blog/how-to-add-breakpoints-in-visual-studio-without-the-source-code/</link>
		<comments>http://www.devang-gandhi.net/blog/how-to-add-breakpoints-in-visual-studio-without-the-source-code/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 11:15:07 +0000</pubDate>
		<dc:creator>Devang Gandhi</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.devang-gandhi.net/blog/?p=111</guid>
		<description><![CDATA[I found this really handy trick here. This can be very helpful in doing development using Visual Studio as your IDE. Related posts:Visual Studio shortcuts Visual Studio tips and tricks WCF Test Client


Related posts:<ol><li><a href='http://www.devang-gandhi.net/blog/visual-studio-shortcuts/' rel='bookmark' title='Permanent Link: Visual Studio shortcuts'>Visual Studio shortcuts</a></li>
<li><a href='http://www.devang-gandhi.net/blog/visual-studio-tips-and-tricks/' rel='bookmark' title='Permanent Link: Visual Studio tips and tricks'>Visual Studio tips and tricks</a></li>
<li><a href='http://www.devang-gandhi.net/blog/wcf-test-client/' rel='bookmark' title='Permanent Link: WCF Test Client'>WCF Test Client</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I found this really handy trick <a title="http://www.aaronlerch.com/blog/2007/08/31/tip-set-breakpoints-without-source-code-in-visual-studio-2005/" href="http://" target="_self">here</a>. This can be very helpful in doing development using Visual Studio as your IDE.</p>


<p>Related posts:<ol><li><a href='http://www.devang-gandhi.net/blog/visual-studio-shortcuts/' rel='bookmark' title='Permanent Link: Visual Studio shortcuts'>Visual Studio shortcuts</a></li>
<li><a href='http://www.devang-gandhi.net/blog/visual-studio-tips-and-tricks/' rel='bookmark' title='Permanent Link: Visual Studio tips and tricks'>Visual Studio tips and tricks</a></li>
<li><a href='http://www.devang-gandhi.net/blog/wcf-test-client/' rel='bookmark' title='Permanent Link: WCF Test Client'>WCF Test Client</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.devang-gandhi.net/blog/how-to-add-breakpoints-in-visual-studio-without-the-source-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio shortcuts</title>
		<link>http://www.devang-gandhi.net/blog/visual-studio-shortcuts/</link>
		<comments>http://www.devang-gandhi.net/blog/visual-studio-shortcuts/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 04:19:58 +0000</pubDate>
		<dc:creator>Devang Gandhi</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.devang-gandhi.net/blog/visual-studio-shortcuts/</guid>
		<description><![CDATA[If you use Visual Studio for programming on a daily basis, your life can get much easier if you use these Visual Studio shortcuts. Take a look. I would like to add one more: CTRL + &#8220;-&#8221;  This shortcut takes the cursor to its previous position Related posts:How to add breakpoints in Visual Studio without [...]


Related posts:<ol><li><a href='http://www.devang-gandhi.net/blog/how-to-add-breakpoints-in-visual-studio-without-the-source-code/' rel='bookmark' title='Permanent Link: How to add breakpoints in Visual Studio without the source code'>How to add breakpoints in Visual Studio without the source code</a></li>
<li><a href='http://www.devang-gandhi.net/blog/visual-studio-tips-and-tricks/' rel='bookmark' title='Permanent Link: Visual Studio tips and tricks'>Visual Studio tips and tricks</a></li>
<li><a href='http://www.devang-gandhi.net/blog/csiny-features-second-life/' rel='bookmark' title='Permanent Link: CSI:NY features Second Life'>CSI:NY features Second Life</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you use Visual Studio for programming on a daily basis, your life can get much easier if you use these Visual Studio shortcuts. Take a <a href="http://www.dev102.com/2008/04/17/10-visual-studio-shortcuts-you-must-know/" target="_blank">look</a>. I would like to add one more:</p>
<ul>
<li>CTRL + &#8220;-&#8221;  This shortcut takes the cursor to its previous position</li>
</ul>


<p>Related posts:<ol><li><a href='http://www.devang-gandhi.net/blog/how-to-add-breakpoints-in-visual-studio-without-the-source-code/' rel='bookmark' title='Permanent Link: How to add breakpoints in Visual Studio without the source code'>How to add breakpoints in Visual Studio without the source code</a></li>
<li><a href='http://www.devang-gandhi.net/blog/visual-studio-tips-and-tricks/' rel='bookmark' title='Permanent Link: Visual Studio tips and tricks'>Visual Studio tips and tricks</a></li>
<li><a href='http://www.devang-gandhi.net/blog/csiny-features-second-life/' rel='bookmark' title='Permanent Link: CSI:NY features Second Life'>CSI:NY features Second Life</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.devang-gandhi.net/blog/visual-studio-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# constructors</title>
		<link>http://www.devang-gandhi.net/blog/csharp-constructors/</link>
		<comments>http://www.devang-gandhi.net/blog/csharp-constructors/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 07:23:37 +0000</pubDate>
		<dc:creator>Devang Gandhi</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.devang-gandhi.net/blog/c-constructors/</guid>
		<description><![CDATA[I came across a really nice article on C# constructors. The article describes very useful concepts using simple and easy to understand code samples. I think it is not difficult to write code but to write code that is elegant and efficient is an art. Proficiency in this art is acquired only over time. No [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I came across a really nice article on <a href="http://www.dotnetjohn.com/articles.aspx?articleid=271" title="C# constructors" target="_blank">C# constructors</a>. The article describes very useful concepts using simple and easy to understand code samples.</p>
<p>I think it is not difficult to write code but to write code that is elegant and efficient is an art. Proficiency in this art is acquired only over time.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.devang-gandhi.net/blog/csharp-constructors/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.314 seconds -->

