<?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 &#124; ISSN 2210-9390</description>
	<lastBuildDate>Thu, 09 Feb 2012 05:22:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Danny</title>
		<link>http://blog.mastykarz.nl/generate-spbuiltinfieldid-class/comment-page-1/#comment-118706</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Tue, 24 Jan 2012 17:53:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/generate-spbuiltinfieldid-class/#comment-118706</guid>
		<description>Hello Waldek,

Sorry for late response but I forget all about this thread.
Problem is that t4 doesn&#039;t support x64. So I created a new file and use the client object model to generate class. See file here:

http://www.dannyhansen.nl/sharepoint/adding-your-own-custom-fields-to-thet-sharepoint-spbuiltinfieldid-class</description>
		<content:encoded><![CDATA[<p>Hello Waldek,</p>
<p>Sorry for late response but I forget all about this thread.<br />
Problem is that t4 doesn&#039;t support x64. So I created a new file and use the client object model to generate class. See file here:</p>
<p><a href="http://www.dannyhansen.nl/sharepoint/adding-your-own-custom-fields-to-thet-sharepoint-spbuiltinfieldid-class" rel="nofollow">http://www.dannyhansen.nl/sharepoint/adding-your-own-custom-fields-to-thet-sharepoint-spbuiltinfieldid-class</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/generate-spbuiltinfieldid-class/comment-page-1/#comment-95872</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Mon, 10 Oct 2011 03:14:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/generate-spbuiltinfieldid-class/#comment-95872</guid>
		<description>@Danny: Does building the project throw any errors or is it only the template?</description>
		<content:encoded><![CDATA[<p>@Danny: Does building the project throw any errors or is it only the template?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://blog.mastykarz.nl/generate-spbuiltinfieldid-class/comment-page-1/#comment-95348</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Thu, 06 Oct 2011 14:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/generate-spbuiltinfieldid-class/#comment-95348</guid>
		<description>The problem seems to be that the Template build engine is x86. But I am trying to connect to SP2010. Same problem when you run x86 console app against SP2010.</description>
		<content:encoded><![CDATA[<p>The problem seems to be that the Template build engine is x86. But I am trying to connect to SP2010. Same problem when you run x86 console app against SP2010.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://blog.mastykarz.nl/generate-spbuiltinfieldid-class/comment-page-1/#comment-95336</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Thu, 06 Oct 2011 13:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/generate-spbuiltinfieldid-class/#comment-95336</guid>
		<description>Hello Waldek,

When I run template I get IO exception on my SharePoint URL. I am sure it is the correct URL.

Any idea what could be the problem?

Danny</description>
		<content:encoded><![CDATA[<p>Hello Waldek,</p>
<p>When I run template I get IO exception on my SharePoint URL. I am sure it is the correct URL.</p>
<p>Any idea what could be the problem?</p>
<p>Danny</p>
]]></content:encoded>
	</item>
	<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>

