<?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; Tips / HowTos</title>
	<atom:link href="http://mycodetrip.com/category/tips-how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://mycodetrip.com</link>
	<description>stories from the information technology highway</description>
	<lastBuildDate>Thu, 01 Jul 2010 04:47:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>SQL Server SSIS : List Of All System Variables And Their Scope</title>
		<link>http://mycodetrip.com/2010/03/01/sql-server-ssis-list-of-all-system-variables-and-their-scope_428/</link>
		<comments>http://mycodetrip.com/2010/03/01/sql-server-ssis-list-of-all-system-variables-and-their-scope_428/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 22:18:35 +0000</pubDate>
		<dc:creator>Shiva</dc:creator>
				<category><![CDATA[Tips / HowTos]]></category>
		<category><![CDATA[programmer reference]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://mycodetrip.com/?p=428</guid>
		<description><![CDATA[SQL Server SSIS : List Of All System Variables And Their Scope (as found on MSDN.com)]]></description>
			<content:encoded><![CDATA[<p>While writing an Error Handler in my SSIS Package today, I was trying to determine what are all the System Variables available to me, to use in my error handler to generate meaningful error message in the application. A quick search did not yield the desired results, but a comprehensive search did.  So here it is, in case you were looking for the same thing</p>
<p><a title="SQL Server SSIS : List Of All System Variables And Their Scope (on MSDN) article" href="http://msdn.microsoft.com/en-us/library/ms141788(SQL.90).aspx" target="_blank">SQL Server SSIS : List Of All System Variables And Their Scope (on MSDN)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mycodetrip.com/2010/03/01/sql-server-ssis-list-of-all-system-variables-and-their-scope_428/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 SSIS Best Practices for Package Development</title>
		<link>http://mycodetrip.com/2009/11/24/10-ssis-best-practices-for-package-development_401/</link>
		<comments>http://mycodetrip.com/2009/11/24/10-ssis-best-practices-for-package-development_401/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 18:40:45 +0000</pubDate>
		<dc:creator>Shiva</dc:creator>
				<category><![CDATA[Tips / HowTos]]></category>

		<guid isPermaLink="false">http://mycodetrip.com/?p=401</guid>
		<description><![CDATA[<p>Kuldeep Chauhan (Kuldeepc) lists 10 best practices for SSIS Package Development.</p>]]></description>
			<content:encoded><![CDATA[<p>Kuldeep Chauhan (Kuldeepc) lists 10 best practices for SSIS Package Development.</p>
<p>Includes tips on</p>
<ul>
<li>Package Re-usability</li>
<li>Naming Conventions</li>
<li>Data Access Modes</li>
<li>Data Sorting</li>
<li>Package Protection Level (why the default of EncryptSenstiveWithUserKey may not always be the best option</li>
<li>Value of the Sequence containers</li>
<li>Checkpoints and</li>
<li>The Execute SQL Task.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://mycodetrip.com/2009/11/24/10-ssis-best-practices-for-package-development_401/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The magic rule of seven (and the banality of alphabetical order)</title>
		<link>http://mycodetrip.com/2009/11/23/the-magic-rule-of-seven-and-the-banality-of-alphabetical-order_392/</link>
		<comments>http://mycodetrip.com/2009/11/23/the-magic-rule-of-seven-and-the-banality-of-alphabetical-order_392/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 22:23:02 +0000</pubDate>
		<dc:creator>Shiva</dc:creator>
				<category><![CDATA[Tips / HowTos]]></category>

		<guid isPermaLink="false">http://mycodetrip.com/?p=392</guid>
		<description><![CDATA[Two really good UI Design tips for software developers, from the marketing guru Seth Godin.]]></description>
			<content:encoded><![CDATA[<p>According to Seth&#8230;</p>
<ol>
<li>If you have more than seven items in a pull down list, you have failed.</li>
<li>For non-complete lists, alphabetical order makes no sense</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://mycodetrip.com/2009/11/23/the-magic-rule-of-seven-and-the-banality-of-alphabetical-order_392/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unit Tests Should Not Rely On External Resources</title>
		<link>http://mycodetrip.com/2009/02/02/unit-tests-should-not-rely-on-external-resources_287/</link>
		<comments>http://mycodetrip.com/2009/02/02/unit-tests-should-not-rely-on-external-resources_287/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 18:24:02 +0000</pubDate>
		<dc:creator>Shiva</dc:creator>
				<category><![CDATA[Tips / HowTos]]></category>
		<category><![CDATA[Opinion Column]]></category>
		<category><![CDATA[Unit Testing]]></category>

		<guid isPermaLink="false">http://mycodetrip.com/?p=287</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://mycodetrip.com/2009/02/02/unit-tests-should-not-rely-on-external-resources_287/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Query To Select Top X Random Rows From A Table</title>
		<link>http://mycodetrip.com/2009/01/27/query-to-select-top-x-random-rows-from-a-table_281/</link>
		<comments>http://mycodetrip.com/2009/01/27/query-to-select-top-x-random-rows-from-a-table_281/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 19:33:46 +0000</pubDate>
		<dc:creator>Shiva</dc:creator>
				<category><![CDATA[Tips / HowTos]]></category>

		<guid isPermaLink="false">http://mycodetrip.com/?p=281</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://mycodetrip.com/2009/01/27/query-to-select-top-x-random-rows-from-a-table_281/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Verify If A SQL Server Connection Is Encrypted</title>
		<link>http://mycodetrip.com/2009/01/26/how-to-verify-if-a-sql-server-connection-is-encrypted_276/</link>
		<comments>http://mycodetrip.com/2009/01/26/how-to-verify-if-a-sql-server-connection-is-encrypted_276/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 19:17:46 +0000</pubDate>
		<dc:creator>Shiva</dc:creator>
				<category><![CDATA[Tips / HowTos]]></category>

		<guid isPermaLink="false">http://mycodetrip.com/?p=276</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://mycodetrip.com/2009/01/26/how-to-verify-if-a-sql-server-connection-is-encrypted_276/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Debuggerdisplayattribute In Visual Studio 2008 To Improve Debugging Experience For Types</title>
		<link>http://mycodetrip.com/2009/01/22/use-debuggerdisplayattribute-in-visual-studio-2008-to-improve-debugging-experience-for-types_264/</link>
		<comments>http://mycodetrip.com/2009/01/22/use-debuggerdisplayattribute-in-visual-studio-2008-to-improve-debugging-experience-for-types_264/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 20:35:00 +0000</pubDate>
		<dc:creator>Shiva</dc:creator>
				<category><![CDATA[Tips / HowTos]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>

		<guid isPermaLink="false">http://mycodetrip.com/?p=264</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://mycodetrip.com/2009/01/22/use-debuggerdisplayattribute-in-visual-studio-2008-to-improve-debugging-experience-for-types_264/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LINQ &#8211; How To Use Enumerable.Select To Map / Transform Collections</title>
		<link>http://mycodetrip.com/2009/01/21/linq-how-to-use-enumerableselect-to-map-transform-collections_269/</link>
		<comments>http://mycodetrip.com/2009/01/21/linq-how-to-use-enumerableselect-to-map-transform-collections_269/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 20:50:26 +0000</pubDate>
		<dc:creator>Shiva</dc:creator>
				<category><![CDATA[Tips / HowTos]]></category>

		<guid isPermaLink="false">http://mycodetrip.com/?p=269</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://mycodetrip.com/2009/01/21/linq-how-to-use-enumerableselect-to-map-transform-collections_269/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 30 Tweaks , Enhancements , Secrets in Windows 7</title>
		<link>http://mycodetrip.com/2009/01/14/top-30-tweaks-enhancements-secrets-in-windows-7_260/</link>
		<comments>http://mycodetrip.com/2009/01/14/top-30-tweaks-enhancements-secrets-in-windows-7_260/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 17:52:59 +0000</pubDate>
		<dc:creator>Shiva</dc:creator>
				<category><![CDATA[Tips / HowTos]]></category>

		<guid isPermaLink="false">http://mycodetrip.com/?p=260</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://mycodetrip.com/2009/01/14/top-30-tweaks-enhancements-secrets-in-windows-7_260/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guidelines For Code Comments &#8211; Do&#8217;s And Don&#8217;ts</title>
		<link>http://mycodetrip.com/2009/01/08/guidelines-for-code-comments-dos-and-donts_236/</link>
		<comments>http://mycodetrip.com/2009/01/08/guidelines-for-code-comments-dos-and-donts_236/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 03:02:05 +0000</pubDate>
		<dc:creator>Shiva</dc:creator>
				<category><![CDATA[Tips / HowTos]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Opinion Column]]></category>

		<guid isPermaLink="false">http://mycodetrip.com/?p=236</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://mycodetrip.com/2009/01/08/guidelines-for-code-comments-dos-and-donts_236/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# 4.0 Tutorial &#8211; Taking Advantage Of Parallel Computing For Multiple Cores</title>
		<link>http://mycodetrip.com/2009/01/08/c-40-tutorial-taking-advantage-of-parallel-computing-for-multiple-cores_231/</link>
		<comments>http://mycodetrip.com/2009/01/08/c-40-tutorial-taking-advantage-of-parallel-computing-for-multiple-cores_231/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 02:37:39 +0000</pubDate>
		<dc:creator>Shiva</dc:creator>
				<category><![CDATA[Tips / HowTos]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://mycodetrip.com/?p=231</guid>
		<description><![CDATA[C# 4.0 tutorial with code snippets that shows you how to carry out parallel processing in .Net 4.0 on machines ]]></description>
			<content:encoded><![CDATA[<p>C# 4.0 tutorial with code snippets that shows you how to carry out parallel processing in .Net 4.0 on machines that have multiple cores.</p>
]]></content:encoded>
			<wfw:commentRss>http://mycodetrip.com/2009/01/08/c-40-tutorial-taking-advantage-of-parallel-computing-for-multiple-cores_231/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Create A Dynamic Xml Reader In C# 4.0</title>
		<link>http://mycodetrip.com/2009/01/07/how-to-create-a-dynamic-xml-reader-in-c-40_227/</link>
		<comments>http://mycodetrip.com/2009/01/07/how-to-create-a-dynamic-xml-reader-in-c-40_227/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 04:53:12 +0000</pubDate>
		<dc:creator>Shiva</dc:creator>
				<category><![CDATA[Tips / HowTos]]></category>
		<category><![CDATA[C# .Net]]></category>

		<guid isPermaLink="false">http://mycodetrip.com/?p=227</guid>
		<description><![CDATA[A detailed tutorial on Creating a dynamic Xml Reader In C# 4.0. Includes downloadable source code in a zip file ]]></description>
			<content:encoded><![CDATA[<p>A detailed tutorial on Creating a dynamic Xml Reader In C# 4.0. Includes downloadable source code in a zip file in the end of the article.</p>
]]></content:encoded>
			<wfw:commentRss>http://mycodetrip.com/2009/01/07/how-to-create-a-dynamic-xml-reader-in-c-40_227/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Select From One Table For Data That Doesn’t Exist In Another Table</title>
		<link>http://mycodetrip.com/2009/01/06/select-from-one-table-for-data-that-doesn%e2%80%99t-exist-in-another-table_217/</link>
		<comments>http://mycodetrip.com/2009/01/06/select-from-one-table-for-data-that-doesn%e2%80%99t-exist-in-another-table_217/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 15:50:14 +0000</pubDate>
		<dc:creator>Shiva</dc:creator>
				<category><![CDATA[Tips / HowTos]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://mycodetrip.com/?p=217</guid>
		<description><![CDATA[Five different ways to query data from one table for data that doesn&#8217;t exist in another table.]]></description>
			<content:encoded><![CDATA[<p>Five different ways to query data from one table for data that doesn&#8217;t exist in another table.</p>
]]></content:encoded>
			<wfw:commentRss>http://mycodetrip.com/2009/01/06/select-from-one-table-for-data-that-doesn%e2%80%99t-exist-in-another-table_217/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Import Data Files In a Folder That Have Not Been Processed Yet Into Database</title>
		<link>http://mycodetrip.com/2009/01/05/import-data-files-in-a-folder-that-have-not-been-processed-yet-into-db_214/</link>
		<comments>http://mycodetrip.com/2009/01/05/import-data-files-in-a-folder-that-have-not-been-processed-yet-into-db_214/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 17:02:47 +0000</pubDate>
		<dc:creator>Shiva</dc:creator>
				<category><![CDATA[Tips / HowTos]]></category>
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://mycodetrip.com/?p=214</guid>
		<description><![CDATA[A detailed SSIS walk-through on how to import data files in a Folder into SQL Server, but only load the files that have not been processed yet. ]]></description>
			<content:encoded><![CDATA[<p>A detailed SSIS Walkthrough on how to import data files in a Folder into SQL Server, but only load the files that have not been processed yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://mycodetrip.com/2009/01/05/import-data-files-in-a-folder-that-have-not-been-processed-yet-into-db_214/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>
