<?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: Model Driven template/scaffolding addin for Visual Studio</title>
	<atom:link href="http://lostechies.com/erichexter/2009/02/06/model-driven-template-scaffolding-addin-for-visual-studio/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/erichexter/2009/02/06/model-driven-template-scaffolding-addin-for-visual-studio/</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 00:49:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: magellings</title>
		<link>http://lostechies.com/erichexter/2009/02/06/model-driven-template-scaffolding-addin-for-visual-studio/#comment-75</link>
		<dc:creator>magellings</dc:creator>
		<pubDate>Mon, 09 Feb 2009 14:38:46 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2009/02/05/model-driven-template-scaffolding-addin-for-visual-studio.aspx#comment-75</guid>
		<description>thanks Erich.  I&#039;ve forwarded to our software process team to consider purchasing.  :)</description>
		<content:encoded><![CDATA[<p>thanks Erich.  I&#8217;ve forwarded to our software process team to consider purchasing.  <img src='http://lostechies.com/erichexter/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Ocampo</title>
		<link>http://lostechies.com/erichexter/2009/02/06/model-driven-template-scaffolding-addin-for-visual-studio/#comment-74</link>
		<dc:creator>Joe Ocampo</dc:creator>
		<pubDate>Mon, 09 Feb 2009 04:28:34 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2009/02/05/model-driven-template-scaffolding-addin-for-visual-studio.aspx#comment-74</guid>
		<description>Dude I am going to use the Balsamiq with our Jira installation.  This rocks!
http://www.balsamiq.com/products/mockups/jira#buy


BTW  I think what you are doing with the scaffolding is awesome.  Haven&#039;t been in the .Net world in a while but it reminds me of a Ruby generator and this a GOOD thing!</description>
		<content:encoded><![CDATA[<p>Dude I am going to use the Balsamiq with our Jira installation.  This rocks!<br />
<a href="http://www.balsamiq.com/products/mockups/jira#buy" rel="nofollow">http://www.balsamiq.com/products/mockups/jira#buy</a></p>
<p>BTW  I think what you are doing with the scaffolding is awesome.  Haven&#8217;t been in the .Net world in a while but it reminds me of a Ruby generator and this a GOOD thing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael A. Smith</title>
		<link>http://lostechies.com/erichexter/2009/02/06/model-driven-template-scaffolding-addin-for-visual-studio/#comment-73</link>
		<dc:creator>Michael A. Smith</dc:creator>
		<pubDate>Sat, 07 Feb 2009 12:13:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2009/02/05/model-driven-template-scaffolding-addin-for-visual-studio.aspx#comment-73</guid>
		<description>Thanks for your response eric.</description>
		<content:encoded><![CDATA[<p>Thanks for your response eric.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erichexter</title>
		<link>http://lostechies.com/erichexter/2009/02/06/model-driven-template-scaffolding-addin-for-visual-studio/#comment-72</link>
		<dc:creator>erichexter</dc:creator>
		<pubDate>Sat, 07 Feb 2009 00:49:03 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2009/02/05/model-driven-template-scaffolding-addin-for-visual-studio.aspx#comment-72</guid>
		<description>@magellings  I am usinghttp://www.balsamiq.com/products/mockups for the mock ups.. It is an awesome product.

@Michael A. Smith I do not intend to use... GAX/GAT  So far all of my experience with all of the VS extention technologies have been a bad experience.  Wether that is extening Resharper or trying out VSX, or GAX.  At this point, I feel the best way to ensure that I can easily port something to the next version of visual studio or to the previous for that matter is to code against the Addin api.  It is a painful process, but I do not think it will get any better until vs2010 comes out.  I do not want to rely on a 3rd party abstraction that does not have a clear road map that will be supported at the time I need it.  The only thing that I am relying on is the 3rd party Clarius T4 editor for language support in the .TT files.  And that is not required for this solution to work.. it just makes editing the templates a better experience. I really dislike Visual Studio extensibility, but I really want more productivity out of it.
</description>
		<content:encoded><![CDATA[<p>@magellings  I am usinghttp://www.balsamiq.com/products/mockups for the mock ups.. It is an awesome product.</p>
<p>@Michael A. Smith I do not intend to use&#8230; GAX/GAT  So far all of my experience with all of the VS extention technologies have been a bad experience.  Wether that is extening Resharper or trying out VSX, or GAX.  At this point, I feel the best way to ensure that I can easily port something to the next version of visual studio or to the previous for that matter is to code against the Addin api.  It is a painful process, but I do not think it will get any better until vs2010 comes out.  I do not want to rely on a 3rd party abstraction that does not have a clear road map that will be supported at the time I need it.  The only thing that I am relying on is the 3rd party Clarius T4 editor for language support in the .TT files.  And that is not required for this solution to work.. it just makes editing the templates a better experience. I really dislike Visual Studio extensibility, but I really want more productivity out of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiliman</title>
		<link>http://lostechies.com/erichexter/2009/02/06/model-driven-template-scaffolding-addin-for-visual-studio/#comment-71</link>
		<dc:creator>Kiliman</dc:creator>
		<pubDate>Fri, 06 Feb 2009 19:18:27 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2009/02/05/model-driven-template-scaffolding-addin-for-visual-studio.aspx#comment-71</guid>
		<description>For the mockups, I believe he&#039;s using Balsamiq Mockups http://www.balsamiq.com/

It&#039;s a very nice tool.</description>
		<content:encoded><![CDATA[<p>For the mockups, I believe he&#8217;s using Balsamiq Mockups <a href="http://www.balsamiq.com/" rel="nofollow">http://www.balsamiq.com/</a></p>
<p>It&#8217;s a very nice tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Alpert</title>
		<link>http://lostechies.com/erichexter/2009/02/06/model-driven-template-scaffolding-addin-for-visual-studio/#comment-70</link>
		<dc:creator>David Alpert</dc:creator>
		<pubDate>Fri, 06 Feb 2009 15:39:31 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2009/02/05/model-driven-template-scaffolding-addin-for-visual-studio.aspx#comment-70</guid>
		<description>i love it!  i have been thinking about the same kind of thing but you&#039;ve moved ahead of me so go to it and i&#039;ll help if/where i can.

i am also impressed with your screen designs and the way you present those paper prototypes.  I do a lot of UX design work and that is a very clean way to present draft screens.</description>
		<content:encoded><![CDATA[<p>i love it!  i have been thinking about the same kind of thing but you&#8217;ve moved ahead of me so go to it and i&#8217;ll help if/where i can.</p>
<p>i am also impressed with your screen designs and the way you present those paper prototypes.  I do a lot of UX design work and that is a very clean way to present draft screens.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis</title>
		<link>http://lostechies.com/erichexter/2009/02/06/model-driven-template-scaffolding-addin-for-visual-studio/#comment-69</link>
		<dc:creator>Travis</dc:creator>
		<pubDate>Fri, 06 Feb 2009 14:48:43 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2009/02/05/model-driven-template-scaffolding-addin-for-visual-studio.aspx#comment-69</guid>
		<description>This is cool, keep it up.  Looks like a huge time saver.</description>
		<content:encoded><![CDATA[<p>This is cool, keep it up.  Looks like a huge time saver.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: magellings</title>
		<link>http://lostechies.com/erichexter/2009/02/06/model-driven-template-scaffolding-addin-for-visual-studio/#comment-68</link>
		<dc:creator>magellings</dc:creator>
		<pubDate>Fri, 06 Feb 2009 14:16:07 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2009/02/05/model-driven-template-scaffolding-addin-for-visual-studio.aspx#comment-68</guid>
		<description>Your screen designs w/ the post it notes are very cool.  What tool are you using?

(Sorry if this is irrelevant)</description>
		<content:encoded><![CDATA[<p>Your screen designs w/ the post it notes are very cool.  What tool are you using?</p>
<p>(Sorry if this is irrelevant)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael A. Smith</title>
		<link>http://lostechies.com/erichexter/2009/02/06/model-driven-template-scaffolding-addin-for-visual-studio/#comment-67</link>
		<dc:creator>Michael A. Smith</dc:creator>
		<pubDate>Fri, 06 Feb 2009 12:15:28 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2009/02/05/model-driven-template-scaffolding-addin-for-visual-studio.aspx#comment-67</guid>
		<description>I&#039;m sorry about the failed link in the previous post (not that you needed it, you can just google GAX/GAT)</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry about the failed link in the previous post (not that you needed it, you can just google GAX/GAT)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://lostechies.com/erichexter/2009/02/06/model-driven-template-scaffolding-addin-for-visual-studio/#comment-66</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 06 Feb 2009 12:13:03 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2009/02/05/model-driven-template-scaffolding-addin-for-visual-studio.aspx#comment-66</guid>
		<description>This looks very cool  - I like what I&#039;m seeing</description>
		<content:encoded><![CDATA[<p>This looks very cool  &#8211; I like what I&#8217;m seeing</p>
]]></content:encoded>
	</item>
</channel>
</rss>
