<?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 for KarlZ</title>
	<atom:link href="http://karlz.net/blog/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://karlz.net/blog</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>Comment on XML Comments for Entity Framework 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>Comment on XML Comments for Entity Framework 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>Comment on XML Comments for Entity Framework 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>Comment on XML Comments for Entity Framework 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>
	<item>
		<title>Comment on Changing the Patch on My Uniform by karlz</title>
		<link>http://karlz.net/blog/index.php/2011/08/16/changing-the-patch-on-my-uniform/comment-page-1/#comment-2270</link>
		<dc:creator>karlz</dc:creator>
		<pubDate>Sun, 28 Aug 2011 14:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://karlz.net/blog/index.php/2011/08/16/changing-the-patch-on-my-uniform/#comment-2270</guid>
		<description>I am moving. I&#039;d been investigating this opportunity for months. In addition to it being a good fit for my skills I looked forward to getting back to the Denver area - my parents live in Colorado and I&#039;m pretty certain I can have a much healthier lifestyle.
So the merger had no role in my decision.
I&#039;m actually in Denver now...</description>
		<content:encoded><![CDATA[<p>I am moving. I&#8217;d been investigating this opportunity for months. In addition to it being a good fit for my skills I looked forward to getting back to the Denver area &#8211; my parents live in Colorado and I&#8217;m pretty certain I can have a much healthier lifestyle.<br />
So the merger had no role in my decision.<br />
I&#8217;m actually in Denver now&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing the Patch on My Uniform by Mike B</title>
		<link>http://karlz.net/blog/index.php/2011/08/16/changing-the-patch-on-my-uniform/comment-page-1/#comment-2262</link>
		<dc:creator>Mike B</dc:creator>
		<pubDate>Sat, 27 Aug 2011 19:27:36 +0000</pubDate>
		<guid isPermaLink="false">http://karlz.net/blog/index.php/2011/08/16/changing-the-patch-on-my-uniform/#comment-2262</guid>
		<description>KZ,

Good Luck!  Are you moving also?  So you didn&#039;t get locked up in the merger...

You the MAN!

Mike</description>
		<content:encoded><![CDATA[<p>KZ,</p>
<p>Good Luck!  Are you moving also?  So you didn&#8217;t get locked up in the merger&#8230;</p>
<p>You the MAN!</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing the Patch on My Uniform by karlz</title>
		<link>http://karlz.net/blog/index.php/2011/08/16/changing-the-patch-on-my-uniform/comment-page-1/#comment-2208</link>
		<dc:creator>karlz</dc:creator>
		<pubDate>Thu, 18 Aug 2011 15:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://karlz.net/blog/index.php/2011/08/16/changing-the-patch-on-my-uniform/#comment-2208</guid>
		<description>Thanks - I&#039;ll let you know when I arrive... Trying to get a bike rack on the back of my car in the next day or so.</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; I&#8217;ll let you know when I arrive&#8230; Trying to get a bike rack on the back of my car in the next day or so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing the Patch on My Uniform by dv</title>
		<link>http://karlz.net/blog/index.php/2011/08/16/changing-the-patch-on-my-uniform/comment-page-1/#comment-2207</link>
		<dc:creator>dv</dc:creator>
		<pubDate>Thu, 18 Aug 2011 13:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://karlz.net/blog/index.php/2011/08/16/changing-the-patch-on-my-uniform/#comment-2207</guid>
		<description>Congrats Karl. Looking forward to welcoming you back to Colorado.
David</description>
		<content:encoded><![CDATA[<p>Congrats Karl. Looking forward to welcoming you back to Colorado.<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing the Patch on My Uniform by karlz</title>
		<link>http://karlz.net/blog/index.php/2011/08/16/changing-the-patch-on-my-uniform/comment-page-1/#comment-2205</link>
		<dc:creator>karlz</dc:creator>
		<pubDate>Thu, 18 Aug 2011 10:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://karlz.net/blog/index.php/2011/08/16/changing-the-patch-on-my-uniform/#comment-2205</guid>
		<description>Thanks! I&#039;m looking forward to it.</description>
		<content:encoded><![CDATA[<p>Thanks! I&#8217;m looking forward to it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing the Patch on My Uniform by bsnodgrass</title>
		<link>http://karlz.net/blog/index.php/2011/08/16/changing-the-patch-on-my-uniform/comment-page-1/#comment-2203</link>
		<dc:creator>bsnodgrass</dc:creator>
		<pubDate>Thu, 18 Aug 2011 06:17:29 +0000</pubDate>
		<guid isPermaLink="false">http://karlz.net/blog/index.php/2011/08/16/changing-the-patch-on-my-uniform/#comment-2203</guid>
		<description>Hi Karl,
We greatly look forward to  working with you here at LMKR\GGX. Your views on software development are fresh and exciting and I hope they can be explored to thier fullest potential. I hope your visit to this village makes you and your families life happy.
Bill Snodgrass</description>
		<content:encoded><![CDATA[<p>Hi Karl,<br />
We greatly look forward to  working with you here at LMKR\GGX. Your views on software development are fresh and exciting and I hope they can be explored to thier fullest potential. I hope your visit to this village makes you and your families life happy.<br />
Bill Snodgrass</p>
]]></content:encoded>
	</item>
</channel>
</rss>

