<?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>Thinknook &#187; C#</title>
	<atom:link href="http://thinknook.com/category/coding/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinknook.com</link>
	<description>Because the world needs another Business Intelligence blog!</description>
	<lastBuildDate>Tue, 03 Jun 2014 22:09:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
	<item>
		<title>Rehashing SQL Server Hashing Algorithms for Large Text Fields</title>
		<link>http://thinknook.com/rehashing-sql-server-hashing-algorithms-for-large-text-fields-2013-03-23/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rehashing-sql-server-hashing-algorithms-for-large-text-fields</link>
		<comments>http://thinknook.com/rehashing-sql-server-hashing-algorithms-for-large-text-fields-2013-03-23/#comments</comments>
		<pubDate>Sat, 23 Mar 2013 19:51:29 +0000</pubDate>
		<dc:creator><![CDATA[Links Naji]]></dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[MS SQL Server]]></category>
		<category><![CDATA[SQL Development]]></category>
		<category><![CDATA[SQL Optimisation]]></category>
		<category><![CDATA[checksum]]></category>
		<category><![CDATA[fnv]]></category>
		<category><![CDATA[hash]]></category>
		<category><![CDATA[hash algorithms]]></category>
		<category><![CDATA[hashbytes]]></category>
		<category><![CDATA[md2]]></category>
		<category><![CDATA[md4]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[sha1]]></category>
		<category><![CDATA[sha2]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://thinknook.com/?p=1048</guid>
		<description><![CDATA[Hashing can be a very useful technique when dealing with the storage and look up of large text fields (say a table of URLs or Search Keywords), these fields will incur high resource utilization on any database engine if used directly in DML statements, in which they are either filtered by or aggregated on. Any index built on these [&#8230;]]]></description>
		<wfw:commentRss>http://thinknook.com/rehashing-sql-server-hashing-algorithms-for-large-text-fields-2013-03-23/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Import Dmoz Content through C# to SQL Server</title>
		<link>http://thinknook.com/import-dmoz-content-through-c-to-sql-server-2012-09-24/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=import-dmoz-content-through-c-to-sql-server</link>
		<comments>http://thinknook.com/import-dmoz-content-through-c-to-sql-server-2012-09-24/#comments</comments>
		<pubDate>Mon, 24 Sep 2012 11:51:21 +0000</pubDate>
		<dc:creator><![CDATA[Links Naji]]></dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Coding Libraries]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[dmoz]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://thinknook.com/?p=718</guid>
		<description><![CDATA[Dmoz (the Open Directory Project) has a wealth of data in relation to websites, as well as a comprehensive list of categories, this has been established through years of maintaining the directory (before and after being bought by Google), and being one of the most &#8220;sought after&#8221; real-estate in terms of link building. Recently I [&#8230;]]]></description>
		<wfw:commentRss>http://thinknook.com/import-dmoz-content-through-c-to-sql-server-2012-09-24/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>C# Bayesian Network Client Library</title>
		<link>http://thinknook.com/c-bayesian-network-client-library-2012-03-21/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=c-bayesian-network-client-library</link>
		<comments>http://thinknook.com/c-bayesian-network-client-library-2012-03-21/#comments</comments>
		<pubDate>Wed, 21 Mar 2012 10:23:11 +0000</pubDate>
		<dc:creator><![CDATA[Links Naji]]></dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://thinknook.com/?p=517</guid>
		<description><![CDATA[Bayesian Networks, particularly in its Naive (or Idiotic, as some angry physicist might call it), is an absolutely amazing and intuitive way for reasoning with a Probabilistic Network model. The Bayesian model has been heavily used across a wide array of industries, even though the Naive model is very much a simplistic view of what [&#8230;]]]></description>
		<wfw:commentRss>http://thinknook.com/c-bayesian-network-client-library-2012-03-21/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Execute PHP File Within C#</title>
		<link>http://thinknook.com/execute-php-file-within-c-sharp-2011-12-10/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=execute-php-file-within-c-sharp</link>
		<comments>http://thinknook.com/execute-php-file-within-c-sharp-2011-12-10/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 14:12:54 +0000</pubDate>
		<dc:creator><![CDATA[Links Naji]]></dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://thinknook.com/?p=253</guid>
		<description><![CDATA[Running PHP from C-Sharp is not a great way to go about building a stable code base, but sometimes it is a necessary evil. I&#8217;ve ran into this very issue recently when trying to convert a new PHP PageRank hashing algorithm into C-Sharp, the problem mainly stemmed from the fact that the code did a [&#8230;]]]></description>
		<wfw:commentRss>http://thinknook.com/execute-php-file-within-c-sharp-2011-12-10/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/products/


Served from: thinknook.com @ 2026-04-15 14:39:22 by W3 Total Cache
-->