<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>Cory Peters</title>
	<link>http://corypeters.net</link>
	<description>Adventures with SharePoint and .Net</description>
	<lastBuildDate>Sat, 27 Feb 2010 21:36:31 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>SharePoint&#8217;s Memory Leak</title>
		<description><![CDATA[Todd Carter over at todd-carter.com has posted his very in-depth findings regarding a pretty significant memory leak in SharePoint 2007. The problem lies around the HttpApplication object and ultimately around the SPHttpApplication object.
For each HttpApplication which is leaked a potential huge number of child references are too rooted and therefore leaked.
The memory leak has proven [...]]]></description>
		<link>http://corypeters.net/2010/02/sharepoints-memory-leak/</link>
			</item>
	<item>
		<title>Setting up Anonymous Access</title>
		<description><![CDATA[I always seem to leave out a step when configuring anonymous access for a SharePoint site so I&#8217;ve finally put together a full guide so I don&#8217;t leave out any steps in the future.
Deactivate Hidden Features
If you are getting &#8220;Access Denied&#8221; for lists and libraries then you probably for got this step. There is a [...]]]></description>
		<link>http://corypeters.net/2010/02/setting-up-anonymous-access/</link>
			</item>
	<item>
		<title>Saving Your Command Line History</title>
		<description><![CDATA[Many times I find myself in a command window hacking away deploying solution packages or activating features to only later think to myself that I would love to save those commands to a batch file. Previously I would have copy and pasted the contents of the window into notepad and started removing all of the [...]]]></description>
		<link>http://corypeters.net/2010/02/saving-your-command-line-history/</link>
			</item>
	<item>
		<title>Presenting at the Triad SharePoint User Group Meeting</title>
		<description><![CDATA[I&#8217;ll be presenting at the Triad SharePoint User Group Meeting on January 12th 2010 in Winston-Salem, NC. If you&#8217;re in the area and interested in attending please check out the Triad SharePoint User Group site and feel free to stop by. The name of my presentation is Branding SharePoint Search Results. I&#8217;m going to be [...]]]></description>
		<link>http://corypeters.net/2010/01/presenting-at-the-triad-sharepoint-user-group-meeting/</link>
			</item>
	<item>
		<title>SharePoint Search Crawled Properties Variant Types</title>
		<description><![CDATA[If you ever need to create SharePoint managed properties through code then you&#8217;re going to be asked for a Variant Type. Since I couldn&#8217;t find an enum in the code or any documentation to identify them I started digging through the SharePoint UI and was able to hunt down the following. Hopefully it will save [...]]]></description>
		<link>http://corypeters.net/2009/12/sharepoint-crawled-properties-variant-types/</link>
			</item>
	<item>
		<title>SharePoint 2010: What&#8217;s New? &#8211; Part 1</title>
		<description><![CDATA[After installing the new SharePoint 2010 beta I stared blankly at it wondering where to begin. So, after some consideration I&#8217;m going to begin at the beginning in an attempt to identify the new and the different, one feature at a time. Welcome to part one in a multi part series where I&#8217;m going to [...]]]></description>
		<link>http://corypeters.net/2009/12/sharepoint-2010-whats-new-part-1/</link>
			</item>
	<item>
		<title>Undocumented List Definition Properties</title>
		<description><![CDATA[While the MSDN article gives most of the properties that you can use when configuring your list definition it does miss a few. I&#8217;ve documented the missing properties that I&#8217;ve found below:




Attribute


Description



ForceCheckout
Optional Boolean. TRUE to require documents to be checked out before they can be edited.


EmailAssignTo
Optional Boolean. TRUE to automatically send emails to the user [...]]]></description>
		<link>http://corypeters.net/2009/09/undocumented-list-definition-properties/</link>
			</item>
	<item>
		<title>Querying a SharePoint List with LINQ</title>
		<description><![CDATA[I am continuously seeing the value in LINQ and I think with the upcoming changes in SharePoint 2010 I plan on making LINQ an even bigger part of my normal development practice.
First establish an SPList object of the list you would like to query data from.

SPList list = web.GetList&#40;&#34;/Lists/ListUrl&#34;&#41;;

Next query the list; taking advantage of [...]]]></description>
		<link>http://corypeters.net/2009/09/querying-a-sharepoint-list-with-linq/</link>
			</item>
	<item>
		<title>Five SharePoint Technologies to Invest In</title>
		<description><![CDATA[With SharePoint 2010 around the corner I bring you five SharePointe technologies to invest in. Not in any particular order&#8230;
Silverlight

What is Silverlight?
&#8220;Silverlight helps you create rich web applications that run on Mac OS, Windows, and Linux. Welcome to a new level of engaging, rich, safe, secure, and scalable cross-platform experience.&#8221;
In short Silverlight is the Microsoft [...]]]></description>
		<link>http://corypeters.net/2009/09/five-sharepoint-technologies-to-invest-in/</link>
			</item>
	<item>
		<title>Shared Services Between Farms</title>
		<description><![CDATA[So let&#8217;s say that you have multiple SharePoint farms but want to search across them&#8230; enter &#8220;Shared Services Between Farms&#8221;. In this scenario you set one farm to be the provider and a second farm to be the consumer. The provider farm shares it&#8217;s Shared Service Provider with the consumer farm allowing you to associate [...]]]></description>
		<link>http://corypeters.net/2009/08/shared-services-between-farms/</link>
			</item>
</channel>
</rss>
