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

<channel>
	<title>Codebender</title>
	<atom:link href="http://codebender.denniland.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://codebender.denniland.com</link>
	<description>definitely not the last of his kind</description>
	<pubDate>Wed, 03 Mar 2010 01:24:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A singleton base class to implement the singleton pattern in C#</title>
		<link>http://codebender.denniland.com/a-singleton-base-class-to-implement-the-singleton-pattern-in-c/</link>
		<comments>http://codebender.denniland.com/a-singleton-base-class-to-implement-the-singleton-pattern-in-c/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 15:06:04 +0000</pubDate>
		<dc:creator>denni</dc:creator>
		
		<category><![CDATA[Programming]]></category>

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

		<category><![CDATA[design pattern]]></category>

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

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

		<guid isPermaLink="false">http://codebender.denniland.com/?p=58</guid>
		<description><![CDATA[The singleton design pattern is one of the most controversial pattern. Some people even call it anti-pattern, evil, or stupid. I won&#8217;t go into the debate now, but I just want to share something for those who need to use singletons.
Although it is one of the easiest pattern to understand, it is also very easy [...]]]></description>
		<wfw:commentRss>http://codebender.denniland.com/a-singleton-base-class-to-implement-the-singleton-pattern-in-c/feed/</wfw:commentRss>
		</item>
		<item>
		<title>LiquidSilver switches to Mercurial on CodePlex</title>
		<link>http://codebender.denniland.com/liquidsilver-switches-to-mercurial-on-codeplex/</link>
		<comments>http://codebender.denniland.com/liquidsilver-switches-to-mercurial-on-codeplex/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 03:11:28 +0000</pubDate>
		<dc:creator>denni</dc:creator>
		
		<category><![CDATA[News]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://codebender.denniland.com/?p=56</guid>
		<description><![CDATA[As you may have noticed, CodePlex now supports Mercurial as the source control. Mercurial is a free and distributed version control system. It&#8217;s currently gaining a high momentum that big projects like Mozilla, OpenSolaris, OpenOffice.org, Symbian OS, and many others are now using it. Aside from CodePlex, other project hosting sites like Google Code, bitbucket, [...]]]></description>
		<wfw:commentRss>http://codebender.denniland.com/liquidsilver-switches-to-mercurial-on-codeplex/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Refreshing the LINQ to SQL DataContext by Clearing the Cache</title>
		<link>http://codebender.denniland.com/refreshing-the-linq-to-sql-datacontext-by-clearing-the-cache/</link>
		<comments>http://codebender.denniland.com/refreshing-the-linq-to-sql-datacontext-by-clearing-the-cache/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 04:12:21 +0000</pubDate>
		<dc:creator>denni</dc:creator>
		
		<category><![CDATA[Programming]]></category>

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

		<category><![CDATA[linq to sql]]></category>

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

		<guid isPermaLink="false">http://codebender.denniland.com/?p=53</guid>
		<description><![CDATA[LINQ to SQL DataContext can sometimes be difficult to deal with. Especially when combined with the use of stored procedures. For example, there is a case where I want to delete multiple records with a stored procedure rather than using the LINQ to SQL API for performance reason. After executing the stored procedure, the DataContext [...]]]></description>
		<wfw:commentRss>http://codebender.denniland.com/refreshing-the-linq-to-sql-datacontext-by-clearing-the-cache/feed/</wfw:commentRss>
		</item>
		<item>
		<title>LiquidSilver 0.1.0.0 Released</title>
		<link>http://codebender.denniland.com/liquidsilver-0100-released/</link>
		<comments>http://codebender.denniland.com/liquidsilver-0100-released/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 16:17:01 +0000</pubDate>
		<dc:creator>denni</dc:creator>
		
		<category><![CDATA[News]]></category>

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

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

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

		<guid isPermaLink="false">http://codebender.denniland.com/?p=51</guid>
		<description><![CDATA[LiquidSilver 0.1.0.0 has been released on Codeplex. This is still a beta version but the functionalities are quite complete and I have used many parts of it in production environment.
If you want to try it, you can download the code and binary from Codeplex. Kindly submit bug reports to the issue tracker.
If you haven&#8217;t done [...]]]></description>
		<wfw:commentRss>http://codebender.denniland.com/liquidsilver-0100-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Working with SharePoint Lists in LiquidSilver</title>
		<link>http://codebender.denniland.com/working-with-sharepoint-lists-in-liquidsilver/</link>
		<comments>http://codebender.denniland.com/working-with-sharepoint-lists-in-liquidsilver/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 06:24:45 +0000</pubDate>
		<dc:creator>denni</dc:creator>
		
		<category><![CDATA[Programming]]></category>

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

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

		<guid isPermaLink="false">http://codebender.denniland.com/?p=42</guid>
		<description><![CDATA[In this post, I&#8217;ll cover some common operations on SharePoint lists which you can simplify with LiquidSilver. For this purpose, I continue using the Actors list we created earlier.
1. Clearing all items in a list
One day, Katie — one of Tom&#8217;s client — came by and asked whether she could empty the Actors list in one [...]]]></description>
		<wfw:commentRss>http://codebender.denniland.com/working-with-sharepoint-lists-in-liquidsilver/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
