<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Comments on: Generate your own SPBuiltInFieldId class</title>
	<atom:link href="http://blog.mastykarz.nl/generate-spbuiltinfieldid-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mastykarz.nl/generate-spbuiltinfieldid-class/</link>
	<description>Innovation Matters &#124; SharePoint Server MVP</description>
	<lastBuildDate>Wed, 10 Mar 2010 18:39:15 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/generate-spbuiltinfieldid-class/comment-page-1/#comment-27406</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Fri, 04 Sep 2009 17:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/generate-spbuiltinfieldid-class/#comment-27406</guid>
		<description>@Wouter: What I like about it is that it&#039;s automatic and always up-to-date. Like you mentioned: the Content Types are quite static once they&#039;re done, but so are CRUD methods for a database, right?</description>
		<content:encoded><![CDATA[<p>@Wouter: What I like about it is that it&#039;s automatic and always up-to-date. Like you mentioned: the Content Types are quite static once they&#039;re done, but so are CRUD methods for a database, right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wouter van Vugt</title>
		<link>http://blog.mastykarz.nl/generate-spbuiltinfieldid-class/comment-page-1/#comment-27402</link>
		<dc:creator>Wouter van Vugt</dc:creator>
		<pubDate>Fri, 04 Sep 2009 16:09:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/generate-spbuiltinfieldid-class/#comment-27402</guid>
		<description>Waldek,

I like the idea of creating your own classes for storing field IDs. Something I&#039;ve been doing for quite some time.
Is this solution more manageable than just doing this:
class FieldID
{
 public readonly Guid MyFieldID= new Guid(&quot;aabbccdd&quot;);
}
IMHO, a T4 template indicates a changing set of content, but FieldIDs are as static as can be... 

My 2

Wouter</description>
		<content:encoded><![CDATA[<p>Waldek,</p>
<p>I like the idea of creating your own classes for storing field IDs. Something I&#039;ve been doing for quite some time.<br />
Is this solution more manageable than just doing this:<br />
class FieldID<br />
{<br />
 public readonly Guid MyFieldID= new Guid(&#034;aabbccdd&#034;);<br />
}<br />
IMHO, a T4 template indicates a changing set of content, but FieldIDs are as static as can be&#8230; </p>
<p>My 2</p>
<p>Wouter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitter Trackbacks for Generate your own SPBuiltInFieldId class - Waldek Mastykarz [mastykarz.nl] on Topsy.com</title>
		<link>http://blog.mastykarz.nl/generate-spbuiltinfieldid-class/comment-page-1/#comment-26298</link>
		<dc:creator>Twitter Trackbacks for Generate your own SPBuiltInFieldId class - Waldek Mastykarz [mastykarz.nl] on Topsy.com</dc:creator>
		<pubDate>Sat, 22 Aug 2009 08:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/generate-spbuiltinfieldid-class/#comment-26298</guid>
		<description>[...] Generate your own SPBuiltInFieldId class - Waldek Mastykarz  blog.mastykarz.nl/generate-spbuiltinfieldid-class &#8211; view page &#8211; cached  SharePoint ships with the SPBuiltInFieldId class which allows you to access the ID’s of all the out-of-the-box available fields using intellisense. This is &#8212; From the page [...]</description>
		<content:encoded><![CDATA[<p>[...] Generate your own SPBuiltInFieldId class &#8211; Waldek Mastykarz  blog.mastykarz.nl/generate-spbuiltinfieldid-class &ndash; view page &ndash; cached  SharePoint ships with the SPBuiltInFieldId class which allows you to access the ID’s of all the out-of-the-box available fields using intellisense. This is &mdash; From the page [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
