<?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>Empty Cache &#187; C#</title>
	<atom:link href="http://www.emptycache.com/blog/?feed=rss2&#038;tag=c" rel="self" type="application/rss+xml" />
	<link>http://www.emptycache.com/blog</link>
	<description>a developer&#039;s blog</description>
	<lastBuildDate>Sun, 29 Aug 2010 07:30:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Retrieve All Documents from SharePoint</title>
		<link>http://www.emptycache.com/blog/?p=79</link>
		<comments>http://www.emptycache.com/blog/?p=79#comments</comments>
		<pubDate>Tue, 21 Oct 2008 23:00:51 +0000</pubDate>
		<dc:creator>Adam Conde</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.emptycache.com/blog/2008/10/21/retrieve-all-documents-from-sharepoint/</guid>
		<description><![CDATA[I needed a way to quickly retrieve all documents from SharePoint. You can specify which files to retrieve by changing the WHERE clause in the SQL query.&#160; Otherwise, just pass it a path for the output files and set the connection string for your SharePoint content database.
Props to Michael O’Donovan for his helpful article on [...]]]></description>
		<wfw:commentRss>http://www.emptycache.com/blog/?feed=rss2&amp;p=79</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable Self-Service user in Salesforce.com using C#</title>
		<link>http://www.emptycache.com/blog/?p=69</link>
		<comments>http://www.emptycache.com/blog/?p=69#comments</comments>
		<pubDate>Sat, 19 Apr 2008 07:12:03 +0000</pubDate>
		<dc:creator>Adam Conde</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Salesforce.com]]></category>

		<guid isPermaLink="false">http://www.emptycache.com/blog/2008/04/19/enable-self-service-user-in-salesforcecom-using-c/</guid>
		<description><![CDATA[I won&#8217;t walk through connecting to the Salesforce.com api because that is well documented.&#160; One thing I didn&#8217;t find documented was how to enable self-service for a Salesforce contact.&#160; Well here it is.
First 3 methods used by the main EnableSelfService() method:


   1: /// &#60;summary&#62;
   2: /// Retrieves a Contact object for [...]]]></description>
		<wfw:commentRss>http://www.emptycache.com/blog/?feed=rss2&amp;p=69</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working with Users and Groups in SharePoint 2007</title>
		<link>http://www.emptycache.com/blog/?p=68</link>
		<comments>http://www.emptycache.com/blog/?p=68#comments</comments>
		<pubDate>Sat, 19 Apr 2008 06:55:33 +0000</pubDate>
		<dc:creator>Adam Conde</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.emptycache.com/blog/2008/04/18/working-with-users-and-groups-in-sharepoint-2007/</guid>
		<description><![CDATA[As I am about to show you, one of the easier things to do in SharePoint (programmatically) is that add a user to a group and add a user or group to a site. 
I&#8217;ll be using the SharePoint web service to do this, so first we need to setup the web reference.&#160; Add a [...]]]></description>
		<wfw:commentRss>http://www.emptycache.com/blog/?feed=rss2&amp;p=68</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Create a new alert for a SharePoint list</title>
		<link>http://www.emptycache.com/blog/?p=67</link>
		<comments>http://www.emptycache.com/blog/?p=67#comments</comments>
		<pubDate>Fri, 18 Apr 2008 00:57:29 +0000</pubDate>
		<dc:creator>Adam Conde</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.emptycache.com/blog/2008/04/17/create-a-new-alert-for-a-sharepoint-list/</guid>
		<description><![CDATA[A code snippet for creating a new alert for a SharePoint list.&#160; The OpenSite() method simply creates an SPSite object named which I&#8217;ve named _site.
Make sure that your alertUser has permissions to the list. Also you need to set the property AlwaysNotify = false.&#160; For some reason it doesn&#8217;t seem to work if you don&#8217;t [...]]]></description>
		<wfw:commentRss>http://www.emptycache.com/blog/?feed=rss2&amp;p=67</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creating and deploying a custom site definition for MOSS 2007</title>
		<link>http://www.emptycache.com/blog/?p=66</link>
		<comments>http://www.emptycache.com/blog/?p=66#comments</comments>
		<pubDate>Wed, 16 Apr 2008 17:07:26 +0000</pubDate>
		<dc:creator>Adam Conde</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.emptycache.com/blog/2008/04/16/creating-and-deploying-a-custom-site-definition-for-moss-2007/</guid>
		<description><![CDATA[I’ve spent the last couple weeks trying to create a custom site definition for SharePoint 2007. If you’re unsure of what a custom site definition is and how it differs from a site template, there is a good MSDN article which explains both.
I found a bunch of good resources out there that describe the steps [...]]]></description>
		<wfw:commentRss>http://www.emptycache.com/blog/?feed=rss2&amp;p=66</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SubSonic: All Your Database Are Belong To Us</title>
		<link>http://www.emptycache.com/blog/?p=53</link>
		<comments>http://www.emptycache.com/blog/?p=53#comments</comments>
		<pubDate>Wed, 06 Feb 2008 19:12:32 +0000</pubDate>
		<dc:creator>Adam Conde</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.emptycache.com/blog/2008/02/06/subsonic-all-your-database-are-belong-to-us/</guid>
		<description><![CDATA[I&#8217;m a lazy programmer. Don&#8217;t get me wrong, I think that&#8217;s a good thing. I believe it drives me to come up with innovative solutions for problems that I&#8217;m too lazy to deal with on a regular basis.  This frees me up to work on the things that I enjoy, while spending less time [...]]]></description>
		<wfw:commentRss>http://www.emptycache.com/blog/?feed=rss2&amp;p=53</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
