<?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: XML Comments for Entity Framework</title>
	<atom:link href="http://karlz.net/blog/index.php/2010/01/16/xml-comments-for-entity-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://karlz.net/blog/index.php/2010/01/16/xml-comments-for-entity-framework/</link>
	<description>As a software development leader I still try to stay on top of Microsoft technologies by using some personal projects... And I follow some of my footsteps here.</description>
	<lastBuildDate>Fri, 04 May 2012 03:51:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: karlz</title>
		<link>http://karlz.net/blog/index.php/2010/01/16/xml-comments-for-entity-framework/comment-page-1/#comment-5943</link>
		<dc:creator>karlz</dc:creator>
		<pubDate>Fri, 04 May 2012 03:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://joyofexcellence.com/blog/index.php/2010/01/16/xml-comments-for-entity-framework/#comment-5943</guid>
		<description>The only thing that comes to mind then are: 1) Are you using Visual Studio 10, and 2) Did you put the comments into the Model?
By comments in the model I&#039;m talking about opening the .edmx in the designer view and the selecting the field in question and going to the properties tab and filling out the two Documentation fields (Summary and Long Description) for the field in question. Save the .edmx and then 

I&#039;m actually in the middle of another project that uses the Entity Framework. I wanted to do this, but hadn&#039;t gottne to it yet. I just tried and it seems a bit tricky. One time I select &quot;Run Custom Tool&quot; and it did nothing. Moments later I got the message, &quot;The file has changed on disk, do you want to reload?&quot; And there was my comment!</description>
		<content:encoded><![CDATA[<p>The only thing that comes to mind then are: 1) Are you using Visual Studio 10, and 2) Did you put the comments into the Model?<br />
By comments in the model I&#8217;m talking about opening the .edmx in the designer view and the selecting the field in question and going to the properties tab and filling out the two Documentation fields (Summary and Long Description) for the field in question. Save the .edmx and then </p>
<p>I&#8217;m actually in the middle of another project that uses the Entity Framework. I wanted to do this, but hadn&#8217;t gottne to it yet. I just tried and it seems a bit tricky. One time I select &#8220;Run Custom Tool&#8221; and it did nothing. Moments later I got the message, &#8220;The file has changed on disk, do you want to reload?&#8221; And there was my comment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://karlz.net/blog/index.php/2010/01/16/xml-comments-for-entity-framework/comment-page-1/#comment-5942</link>
		<dc:creator>George</dc:creator>
		<pubDate>Fri, 04 May 2012 01:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://joyofexcellence.com/blog/index.php/2010/01/16/xml-comments-for-entity-framework/#comment-5942</guid>
		<description>Thanks for the reply Karlz!  I found some similar code in the DbContext model template and gave it a try.  I didn&#039;t get any errors or warnings but the comments still don&#039;t show up. I even tried editing the CS file and re-running the template just to make sure it was actually regenerating the code.  So far, no luck but I&#039;m determined to get this working.

I&#039;ll have to do some extra reading.  I was hoping to learn as little as possible about these templates but it looks like I may need to dig a little deeper.  I&#039;m probably missing the obvious due to my lack of knowledge in this area.  I&#039;ll keep plugging away.  

Thanks again for blogging about this.  I still have hope!</description>
		<content:encoded><![CDATA[<p>Thanks for the reply Karlz!  I found some similar code in the DbContext model template and gave it a try.  I didn&#8217;t get any errors or warnings but the comments still don&#8217;t show up. I even tried editing the CS file and re-running the template just to make sure it was actually regenerating the code.  So far, no luck but I&#8217;m determined to get this working.</p>
<p>I&#8217;ll have to do some extra reading.  I was hoping to learn as little as possible about these templates but it looks like I may need to dig a little deeper.  I&#8217;m probably missing the obvious due to my lack of knowledge in this area.  I&#8217;ll keep plugging away.  </p>
<p>Thanks again for blogging about this.  I still have hope!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karlz</title>
		<link>http://karlz.net/blog/index.php/2010/01/16/xml-comments-for-entity-framework/comment-page-1/#comment-5940</link>
		<dc:creator>karlz</dc:creator>
		<pubDate>Thu, 03 May 2012 11:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://joyofexcellence.com/blog/index.php/2010/01/16/xml-comments-for-entity-framework/#comment-5940</guid>
		<description>I&#039;ve downloaded the template but I&#039;ve not worked with it yet.
In the Self Tracking Entity template there is a section that starts with:
region.Begin(&quot;Primitieve Properties&quot;);
foreaeach (EdmProperty ...)
{
&lt;strong&gt;&lt;put the code snipit here&gt;&lt;/strong&gt;
[DataMember]

Is there not something like that in the DbContext T4 template?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve downloaded the template but I&#8217;ve not worked with it yet.<br />
In the Self Tracking Entity template there is a section that starts with:<br />
region.Begin(&#8220;Primitieve Properties&#8221;);<br />
foreaeach (EdmProperty &#8230;)<br />
{<br />
<strong>&lt;put the code snipit here&gt;</strong><br />
[DataMember]</p>
<p>Is there not something like that in the DbContext T4 template?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://karlz.net/blog/index.php/2010/01/16/xml-comments-for-entity-framework/comment-page-1/#comment-5937</link>
		<dc:creator>George</dc:creator>
		<pubDate>Thu, 03 May 2012 02:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://joyofexcellence.com/blog/index.php/2010/01/16/xml-comments-for-entity-framework/#comment-5937</guid>
		<description>I&#039;m trying to do this with the DbContext template.  Any tips on where to place the above code snippet?  The article says to add the code immediately above &#039;the property&#039;.  So far I&#039;ve been ridiculously unsuccessful modifying my template.  

Has anyone else working with DbContext T4 templates got this working?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to do this with the DbContext template.  Any tips on where to place the above code snippet?  The article says to add the code immediately above &#8216;the property&#8217;.  So far I&#8217;ve been ridiculously unsuccessful modifying my template.  </p>
<p>Has anyone else working with DbContext T4 templates got this working?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

