<?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>hibbins.com &#187; C#</title>
	<atom:link href="http://www.hibbins.com/category/softwaredevelopment/code/csharp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hibbins.com</link>
	<description>Software Development: C#, SQL Server, .NET, Analysis Services, Reporting Services, Intergration Services, OLAP, PHP, HTML, XML, CSS, Java, Javascript and anything else technical, complex and hibbins.com</description>
	<lastBuildDate>Wed, 04 Jan 2012 11:42:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>4 Coding tips</title>
		<link>http://www.hibbins.com/2009/08/26/4-coding-tips/</link>
		<comments>http://www.hibbins.com/2009/08/26/4-coding-tips/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 09:49:00 +0000</pubDate>
		<dc:creator>Jon Hibbins</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Comment]]></category>
		<category><![CDATA[Duplicates]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://www.hibbins.com/?p=223</guid>
		<description><![CDATA[4 Coding tips]]></description>
			<content:encoded><![CDATA[<p><strong>1: Delete It !</strong><br />
If a chunk of code comment or class is not used, don&#8217;t comment it out, just delete it.</p>
<p><strong>2: Write clear code.<br />
</strong> &#8220;make sure you document code that&#8217;s hard to understand&#8221;. Question: why is the code hard to understand?</p>
<p><strong>3: Comment </strong><br />
Comments can indeed be useful but mostly as a summary of action</p>
<p><strong>4: Don&#8217;t Repeat Yourself </strong><br />
Duplication is bad. If you have more than 4-5 lines of code that do the same thing in a single class, refactor to remove duplication.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.hibbins.com%2F2009%2F08%2F26%2F4-coding-tips%2F';
  addthis_title  = '4+Coding+tips';
  addthis_pub    = 'JHibbins';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.hibbins.com/2009/08/26/4-coding-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SVN Port TCP Port is 3690</title>
		<link>http://www.hibbins.com/2009/02/12/svn-port-tcp-port-is-3690/</link>
		<comments>http://www.hibbins.com/2009/02/12/svn-port-tcp-port-is-3690/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 10:29:43 +0000</pubDate>
		<dc:creator>Jon Hibbins</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Platform]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[3690]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[Port]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[TCP]]></category>

		<guid isPermaLink="false">http://www.hibbins.com/?p=192</guid>
		<description><![CDATA[SVN Port TCP Port is 3690]]></description>
			<content:encoded><![CDATA[<p>If you need to access SVN remotely, by default it runs on port TCP port 3690, so you need to make sure it is open in your firewall etc.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.hibbins.com%2F2009%2F02%2F12%2Fsvn-port-tcp-port-is-3690%2F';
  addthis_title  = 'SVN+Port+TCP+Port+is+3690';
  addthis_pub    = 'JHibbins';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.hibbins.com/2009/02/12/svn-port-tcp-port-is-3690/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>C# Tip:Start an application from a C# program</title>
		<link>http://www.hibbins.com/2008/08/03/c-tipstart-an-application-from-a-c-program/</link>
		<comments>http://www.hibbins.com/2008/08/03/c-tipstart-an-application-from-a-c-program/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 19:18:37 +0000</pubDate>
		<dc:creator>Jon Hibbins</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[MSSQL2005]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[Open]]></category>
		<category><![CDATA[Run]]></category>
		<category><![CDATA[Start]]></category>
		<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://www.hibbins.com/?p=117</guid>
		<description><![CDATA[Useful code if you wish to launch an external application: System.Diagnostics.Process.Start&#40;@&#34;C:\program files\microsoft office\word.exe&#34;, @&#34;C:\MyWordDocument.docx&#34;&#41;;]]></description>
			<content:encoded><![CDATA[<p>Useful code if you wish to launch an external application:</p>

<div class="wp_syntax"><div class="code"><pre class="csharp" style="font-family:monospace;"><span style="color: #000000;">System.<span style="color: #0000FF;">Diagnostics</span></span><span style="color: #008000;">.</span><span style="color: #0000FF;">Process</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Start</span><span style="color: #008000;">&#40;</span><span style="color: #666666;">@&quot;C:\program files\microsoft office\word.exe&quot;</span>, <span style="color: #666666;">@&quot;C:\MyWordDocument.docx&quot;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span></pre></div></div>

<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.hibbins.com%2F2008%2F08%2F03%2Fc-tipstart-an-application-from-a-c-program%2F';
  addthis_title  = 'C%23+Tip%3AStart+an+application+from+a+C%23+program';
  addthis_pub    = 'JHibbins';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.hibbins.com/2008/08/03/c-tipstart-an-application-from-a-c-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

