<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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>Technology Aces</title>
	<atom:link href="http://www.technologyaces.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.technologyaces.com</link>
	<description>IT Staffing and Solutions</description>
	<pubDate>Wed, 17 Feb 2010 06:04:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wcf, WebGet and Client Config</title>
		<link>http://www.technologyaces.com/blog/wcf-webget-and-client-config/</link>
		<comments>http://www.technologyaces.com/blog/wcf-webget-and-client-config/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 06:04:11 +0000</pubDate>
		<dc:creator>Eric Polerecky</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://eric.polerecky.com/archives/wcf-webget-and-client-config/</guid>
		<description><![CDATA[<br />try:
If you annotate your methods with the WebGet annotation, when a client adds your service as a service ref, there will be no client configuration information. 
catch:
To put that another way, if you use the WebGet annotation it&#8217;s assumed the calling party is going to use rest.
finally:
if you use the WebGet annotation on your WCF [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<br/><p>try:<br />
If you annotate your methods with the WebGet annotation, when a client adds your service as a service ref, there will be no client configuration information. </p>
<p>catch:<br />
To put that another way, if you use the WebGet annotation it&#8217;s assumed the calling party is going to use rest.</p>
<p>finally:<br />
if you use the WebGet annotation on your WCF operations they can be called as soap operations</p>


<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/ericpolerecky/~4/97noNk2YKY0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.technologyaces.com/blog/wcf-webget-and-client-config/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Spark Binaries For ASP.NET MVC RC2</title>
		<link>http://www.technologyaces.com/blog/spark-binaries-for-aspnet-mvc-rc2/</link>
		<comments>http://www.technologyaces.com/blog/spark-binaries-for-aspnet-mvc-rc2/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 02:03:17 +0000</pubDate>
		<dc:creator>Eric Polerecky</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://eric.polerecky.com/archives/spark-binaries-for-asp-net-mvc-rc2/</guid>
		<description><![CDATA[<img src="http://eric.polerecky.com/wp-content/uploads/2008/10/mvc-300x173.png" width="163" height="163" alt="" /><br />THIS IS NOT AN OFFICAL RELEASE…YET
I spent the evening updating the spark source to support ASP.NET MVC RC/RC2. Well, actually I simply applied the changes that were posted to either the mailing list or codeplex. 
All the tests pass:
 
Download it here:
Binaries: Spark-1.0.1.0-release.zip
Source: Spark-1.0.1.0-source.zip
This post, hopefully, won’t be up long.


Related posts:Spark with VB.NET Project Demo [...]


Related posts:<ol><li><a href='http://eric.polerecky.com/archives/spark-with-vbnet-project-demo-2/' rel='bookmark' title='Permanent Link: Spark with VB.NET Project Demo #2'>Spark with VB.NET Project Demo #2</a> Outline: Status of using spark in a VB.NET project Bugs...</li>
<li><a href='http://eric.polerecky.com/archives/aspnet-mvc-new-project-replace-webforms-with-spark/' rel='bookmark' title='Permanent Link: ASP.NET MVC New Project Replace Webforms with Spark'>ASP.NET MVC New Project Replace Webforms with Spark</a> Note: This demo is in VB.NET and based on my...</li>
<li><a href='http://eric.polerecky.com/archives/asp-net-mvc2-to-provide-real-spark-support/' rel='bookmark' title='Permanent Link: ASP.NET MVC2 To Provide Real Spark Support'>ASP.NET MVC2 To Provide Real Spark Support</a> Ok, that might be going a little too far but...</li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://eric.polerecky.com/wp-content/uploads/2008/10/mvc-300x173.png" width="163" height="163" alt="" title="ASP.NET MVC" /><br/><h2>THIS IS NOT AN OFFICAL RELEASE…YET</h2>
<p>I spent the evening updating the spark source to support ASP.NET MVC RC/RC2. Well, actually I simply applied the changes that were posted to either the mailing list or codeplex. </p>
<p>All the tests pass:</p>
<p><a href="http://eric.polerecky.com/wp-content/uploads/2010/02/image.png"><img  title="image" border="0" alt="image" src="http://eric.polerecky.com/wp-content/uploads/2010/02/image_thumb.png" width="485" height="192" /></a> </p>
<p>Download it here:</p>
<p>Binaries: <a title="Spark-1.0.1.0-release" href="http://usethefeatures.com/downloads/Spark-1.0.1.0-release.zip" >Spark-1.0.1.0-release.zip</a></p>
<p>Source: <a title="Spark-1.0.1.0-source" href="http://usethefeatures.com/downloads/Spark-1.0.1.0-source.zip" >Spark-1.0.1.0-source.zip</a></p>
<p>This post, hopefully, won’t be up long.</p>


<p>Related posts:<ol><li><a href='http://eric.polerecky.com/archives/spark-with-vbnet-project-demo-2/' rel='bookmark' title='Permanent Link: Spark with VB.NET Project Demo #2'>Spark with VB.NET Project Demo #2</a> <small>Outline: Status of using spark in a VB.NET project Bugs...</small></li>
<li><a href='http://eric.polerecky.com/archives/aspnet-mvc-new-project-replace-webforms-with-spark/' rel='bookmark' title='Permanent Link: ASP.NET MVC New Project Replace Webforms with Spark'>ASP.NET MVC New Project Replace Webforms with Spark</a> <small>Note: This demo is in VB.NET and based on my...</small></li>
<li><a href='http://eric.polerecky.com/archives/asp-net-mvc2-to-provide-real-spark-support/' rel='bookmark' title='Permanent Link: ASP.NET MVC2 To Provide Real Spark Support'>ASP.NET MVC2 To Provide Real Spark Support</a> <small>Ok, that might be going a little too far but...</small></li>
</ol></p><img src="http://feeds.feedburner.com/~r/ericpolerecky/~4/EEU1R3kPaYA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.technologyaces.com/blog/spark-binaries-for-aspnet-mvc-rc2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ASP.NET MVC2 To Provide Real Spark Support</title>
		<link>http://www.technologyaces.com/blog/aspnet-mvc2-to-provide-real-spark-support/</link>
		<comments>http://www.technologyaces.com/blog/aspnet-mvc2-to-provide-real-spark-support/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 05:01:53 +0000</pubDate>
		<dc:creator>Eric Polerecky</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://eric.polerecky.com/archives/asp-net-mvc2-to-provide-real-spark-support/</guid>
		<description><![CDATA[<img src="http://eric.polerecky.com/wp-content/uploads/2008/10/mvc-300x173.png" width="163" height="163" alt="" /><br />Ok, that might be going a little too far but it sounds like the barrier I wrote about a few weeks ago might be going away.
Earlier this evening Phil Haack posted this tweet:
 
Excited to hear this I asked a leading implementation question about honoring the output extension directive in T4 templates. 
 
Us old-timer [...]


Related posts:<ol><li><a href='http://eric.polerecky.com/archives/spark-binaries-for-asp-net-mvc-rc2/' rel='bookmark' title='Permanent Link: Spark Binaries For ASP.NET MVC RC2'>Spark Binaries For ASP.NET MVC RC2</a> THIS IS NOT AN OFFICAL RELEASE…YET I spent the evening...</li>
<li><a href='http://eric.polerecky.com/archives/spark-with-vbnet-project-demo-2/' rel='bookmark' title='Permanent Link: Spark with VB.NET Project Demo #2'>Spark with VB.NET Project Demo #2</a> Outline: Status of using spark in a VB.NET project Bugs...</li>
<li><a href='http://eric.polerecky.com/archives/aspnet-mvc-new-project-replace-webforms-with-spark/' rel='bookmark' title='Permanent Link: ASP.NET MVC New Project Replace Webforms with Spark'>ASP.NET MVC New Project Replace Webforms with Spark</a> Note: This demo is in VB.NET and based on my...</li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://eric.polerecky.com/wp-content/uploads/2008/10/mvc-300x173.png" width="163" height="163" alt="" title="ASP.NET MVC" /><br/><p>Ok, that might be going a little too far but it sounds like the barrier I <a href="http://eric.polerecky.com/archives/asp-net-mvc-not-that-open-source/" >wrote about</a> a few weeks ago might be going away.</p>
<p>Earlier this evening <a href="http://haacked.com/" >Phil Haack</a> posted this tweet:</p>
<p><a href="http://eric.polerecky.com/wp-content/uploads/2010/01/image4.png"><img  title="image" border="0" alt="image" src="http://eric.polerecky.com/wp-content/uploads/2010/01/image_thumb4.png" width="244" height="167" /></a> </p>
<p>Excited to hear this I asked a leading implementation question about honoring the output extension directive in T4 templates. </p>
<p><a href="http://eric.polerecky.com/wp-content/uploads/2010/01/image5.png"><img  title="image" border="0" alt="image" src="http://eric.polerecky.com/wp-content/uploads/2010/01/image_thumb5.png" width="244" height="170" /></a> </p>
<p>Us old-timer remember the almost year before ASP.NET MVC 1.0, when we had not tooling support inside visual studio. Right before 1.0 was released we got right-click view/controller support and it made a world of difference. I honestly believe that without the GUI integration, <strong>that pushed us to use strong-typed views</strong>, MVC would have taken longer to get into less progressive shops. </p>
<p>I’m really excited about MVC2 …but it still needs a logo.</p>
<p><a href="http://eric.polerecky.com/wp-content/uploads/2010/01/image6.png"><img  title="image" border="0" alt="image" src="http://eric.polerecky.com/wp-content/uploads/2010/01/image_thumb6.png" width="244" height="154" /></a> </p>
<p><a href="http://eric.polerecky.com/wp-content/uploads/2010/01/image7.png"><img  title="image" border="0" alt="image" src="http://eric.polerecky.com/wp-content/uploads/2010/01/image_thumb7.png" width="244" height="171" /></a></p>


<p>Related posts:<ol><li><a href='http://eric.polerecky.com/archives/spark-binaries-for-asp-net-mvc-rc2/' rel='bookmark' title='Permanent Link: Spark Binaries For ASP.NET MVC RC2'>Spark Binaries For ASP.NET MVC RC2</a> <small>THIS IS NOT AN OFFICAL RELEASE…YET I spent the evening...</small></li>
<li><a href='http://eric.polerecky.com/archives/spark-with-vbnet-project-demo-2/' rel='bookmark' title='Permanent Link: Spark with VB.NET Project Demo #2'>Spark with VB.NET Project Demo #2</a> <small>Outline: Status of using spark in a VB.NET project Bugs...</small></li>
<li><a href='http://eric.polerecky.com/archives/aspnet-mvc-new-project-replace-webforms-with-spark/' rel='bookmark' title='Permanent Link: ASP.NET MVC New Project Replace Webforms with Spark'>ASP.NET MVC New Project Replace Webforms with Spark</a> <small>Note: This demo is in VB.NET and based on my...</small></li>
</ol></p><img src="http://feeds.feedburner.com/~r/ericpolerecky/~4/_IVsTT753sM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.technologyaces.com/blog/aspnet-mvc2-to-provide-real-spark-support/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SOA+MVC</title>
		<link>http://www.technologyaces.com/blog/soamvc/</link>
		<comments>http://www.technologyaces.com/blog/soamvc/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 15:00:00 +0000</pubDate>
		<dc:creator>Eric Polerecky</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://eric.polerecky.com/archives/soamvc/</guid>
		<description><![CDATA[<img src="http://eric.polerecky.com/wp-content/uploads/2008/10/mvc-300x173.png" width="163" height="163" alt="" /><br />Disclaimer: This post is my personal reflection of a current situation. It’s not intended for any other use. Don’t use this information in anyway.
Background
The previous enterprise-grade SOA architected systems I’ve worked on, last decade, were Classic ASP, Java or Webforms. These systems had their presentation layer wired directly into the services. The largest, .NET or [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<img src="http://eric.polerecky.com/wp-content/uploads/2008/10/mvc-300x173.png" width="163" height="163" alt="" title="ASP.NET MVC" /><br/><p><strong>Disclaimer: This post is my personal reflection of a current situation. It’s not intended for any other use. Don’t use this information in anyway.</strong></p>
<h2>Background<a href="http://eric.polerecky.com/wp-content/uploads/2010/01/image3.png"><img  title="image" border="0" alt="image" align="right" src="http://eric.polerecky.com/wp-content/uploads/2010/01/image_thumb3.png" width="244" height="162" /></a></h2>
<p>The previous enterprise-grade SOA architected systems I’ve worked on, last decade, were Classic ASP, Java or Webforms. These systems had their presentation layer wired directly into the services. The <strong>largest, .NET or other, MVC application I worked with was huge MVC but it had a “traditional” connection to the database.</strong></p>
<p>&#160;</p>
<h2>First thoughts on SOA+MVC</h2>


<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/ericpolerecky/~4/XJqO7Az5Ll0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.technologyaces.com/blog/soamvc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SOA+MVC</title>
		<link>http://www.technologyaces.com/blog/soamvc/</link>
		<comments>http://www.technologyaces.com/blog/soamvc/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 15:00:00 +0000</pubDate>
		<dc:creator>Eric Polerecky</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://eric.polerecky.com/archives/soamvc/</guid>
		<description><![CDATA[<img src="http://eric.polerecky.com/wp-content/uploads/2008/10/mvc-300x173.png" width="163" height="163" alt="" /><br />Disclaimer: This post is my personal reflection of a current situation. It’s not intended for any other use. Don’t use this information in anyway.
Background
The previous enterprise-grade SOA architected systems I’ve worked on, last decade, were Classic ASP, Java or Webforms. These systems had their presentation layer wired directly into the services. The largest, .NET or [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<img src="http://eric.polerecky.com/wp-content/uploads/2008/10/mvc-300x173.png" width="163" height="163" alt="" title="ASP.NET MVC" /><br/><p><strong>Disclaimer: This post is my personal reflection of a current situation. It’s not intended for any other use. Don’t use this information in anyway.</strong></p>
<h2>Background<a href="http://eric.polerecky.com/wp-content/uploads/2010/01/image3.png"><img  title="image" border="0" alt="image" align="right" src="http://eric.polerecky.com/wp-content/uploads/2010/01/image_thumb3.png" width="244" height="162" /></a></h2>
<p>The previous enterprise-grade SOA architected systems I’ve worked on, last decade, were Classic ASP, Java or Webforms. These systems had their presentation layer wired directly into the services. The <strong>largest, .NET or other, MVC application I worked with was huge MVC but it had a “traditional” connection to the database.</strong></p>
<p>&#160;</p>
<h2>First thoughts on SOA+MVC</h2>


<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/ericpolerecky/~4/XJqO7Az5Ll0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.technologyaces.com/blog/soamvc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>AutoMapper.Silverlight</title>
		<link>http://www.technologyaces.com/blog/automappersilverlight/</link>
		<comments>http://www.technologyaces.com/blog/automappersilverlight/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 14:40:00 +0000</pubDate>
		<dc:creator>Eric Polerecky</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://eric.polerecky.com/archives/automapper-silverlight/</guid>
		<description><![CDATA[<br />I could, and will soon, write a long ass post about how I cobbled together a messed-up architecture for building Silverlight applications on top of an enterprise class SOA architecture without RIA but with RIA&#8230;
Here is a branch of AutoMapper, compiled against Silverlight and now with support for entities generated from WCF service references.
http://github.com/detroitpro/AutoMapper.Silverlight
I really [...]


Related posts:<ol><li><a href='http://eric.polerecky.com/archives/thoughts-on-silverlight/' rel='bookmark' title='Permanent Link: Thoughts on Silverlight'>Thoughts on Silverlight</a> In a recent post Jamie Kosoy, who I believe is...</li>
<li><a href='http://eric.polerecky.com/archives/silverlight-actions-and-prism/' rel='bookmark' title='Permanent Link: Silverlight, Actions and Prism'>Silverlight, Actions and Prism</a>  When using Prism for composition in Silverlight how do...</li>
<li><a href='http://eric.polerecky.com/archives/esri-silverlight-map-vs-prism-regions/' rel='bookmark' title='Permanent Link: ESRI Silverlight Map vs. Prism Regions'>ESRI Silverlight Map vs. Prism Regions</a> After a day or so of working with Silverlight it...</li>
</ol>]]></description>
			<content:encoded><![CDATA[<br/><p>I could, and will soon, write a long ass post about how I cobbled together a messed-up architecture for building Silverlight applications on top of an enterprise class SOA architecture without RIA but with RIA&#8230;</p>
<p>Here is a branch of AutoMapper, <a href="http://automapper.codeplex.com/SourceControl/PatchList.aspx" >compiled against Silverlight</a> and now with support for entities generated from WCF service references.</p>
<p><a title="http://github.com/detroitpro/AutoMapper.Silverlight" href="http://github.com/detroitpro/AutoMapper.Silverlight">http://github.com/detroitpro/AutoMapper.Silverlight</a></p>
<p>I really hope I published it to GitHub correctly; yell at me if not.</p>


<p>Related posts:<ol><li><a href='http://eric.polerecky.com/archives/thoughts-on-silverlight/' rel='bookmark' title='Permanent Link: Thoughts on Silverlight'>Thoughts on Silverlight</a> <small>In a recent post Jamie Kosoy, who I believe is...</small></li>
<li><a href='http://eric.polerecky.com/archives/silverlight-actions-and-prism/' rel='bookmark' title='Permanent Link: Silverlight, Actions and Prism'>Silverlight, Actions and Prism</a> <small> When using Prism for composition in Silverlight how do...</small></li>
<li><a href='http://eric.polerecky.com/archives/esri-silverlight-map-vs-prism-regions/' rel='bookmark' title='Permanent Link: ESRI Silverlight Map vs. Prism Regions'>ESRI Silverlight Map vs. Prism Regions</a> <small>After a day or so of working with Silverlight it...</small></li>
</ol></p><img src="http://feeds.feedburner.com/~r/ericpolerecky/~4/zeaYiNvX2O4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.technologyaces.com/blog/automappersilverlight/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ASP.NET MVC: Not That Open Source</title>
		<link>http://www.technologyaces.com/blog/aspnet-mvc-not-that-open-source/</link>
		<comments>http://www.technologyaces.com/blog/aspnet-mvc-not-that-open-source/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 18:53:00 +0000</pubDate>
		<dc:creator>Eric Polerecky</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://eric.polerecky.com/?p=424</guid>
		<description><![CDATA[<img src="http://eric.polerecky.com/wp-content/uploads/2008/10/mvc-300x173.png" width="163" height="163" alt="" /><br />ASP.NET MVC has one small hook into Visual Studio, the ability to right click and add views and controllers. 
 
This feature is small, hell since I’ve been using spark I almost forgot about it, that is until I started working on a simple administration section. The application has enough entities that “Right Click –&#62; [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<img src="http://eric.polerecky.com/wp-content/uploads/2008/10/mvc-300x173.png" width="163" height="163" alt="" title="ASP.NET MVC" /><br/><div >ASP.NET MVC has one small hook into Visual Studio, the ability to right click and add views and controllers. </div>
<p><a href="http://eric.polerecky.com/wp-content/uploads/2010/01/image.png"><img  title="image" border="0" alt="image" src="http://eric.polerecky.com/wp-content/uploads/2010/01/image_thumb.png" width="520" height="209" /></a> </p>
<p>This feature is small, hell since I’ve been using spark I almost forgot about it, that is until I started working on a simple administration section. The application has enough entities that “Right Click –&gt; Crud” would make just the right tool.</p>
<p><a href="http://eric.polerecky.com/wp-content/uploads/2010/01/image1.png"><img  title="image" border="0" alt="image" src="http://eric.polerecky.com/wp-content/uploads/2010/01/image_thumb1.png" width="447" height="441" /></a> </p>
<h2>Idea</h2>
<p>ASP.NET MVC provides customizable code templates for the view/controller content. There are a few <a href="http://blogs.msdn.com/webdevtools/archive/2009/01/29/t4-templates-a-quick-start-guide-for-asp-net-mvc-developers.aspx" >really good</a> articles on how to get started. </p>
<h2>Plan</h2>
<ol>
<li>Include the CodeTemplates in my project</li>
<li>Change the output extention to .spark     </li>
<ol>
<li><a href="http://eric.polerecky.com/wp-content/uploads/2010/01/image2.png"><img  title="image" border="0" alt="image" src="http://eric.polerecky.com/wp-content/uploads/2010/01/image_thumb2.png" width="419" height="63" /></a>         </li>
</ol>
<li>Modify the markup to sparkup</li>
<li>Phase 3: <a href="http://www.southparkcows.com/scripts/217.pdf" >Profit</a>.</li>
</ol>
<h2>Problem</h2>
<p>ASP.NET MVC uses a custom tool to process the T4 templates. </p>
<pre class="prettyprint"><code><span class="str">MvcTextTemplateHost</span></code></pre>
<p><strong>It ignores the output extension directive in T4 templates.</strong></p>
<p><strong>(Click play)</strong></p>
<div ><embed src="http://media.entertonement.com/embed/OpenEntPlayer.swf" id="1_76b5fbc6_fc07_11de_9365_0019b9e56dac" name="1_76b5fbc6_fc07_11de_9365_0019b9e56dac" flashvars="auto_play=false&#038;clip_pid=bdhxnqttjj&#038;e=&#038;id=1_76b5fbc6_fc07_11de_9365_0019b9e56dac&#038;skin_pid=wfxswdnlkf" width="300" height="30" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" allowscriptaccess="always" wmode="transparent"></embed><img  border="0" alt="The Price is Right Losing Horns sound bite" src="http://www.entertonement.com/widgets/img/clip/bdhxnqttjj/1/1_76b5fbc6_fc07_11de_9365_0019b9e56dac/blank.gif" width="0" height="0" /></div>
</p>
<h2>Sadness</h2>
<p>MvcTextTemplateHost is included in Microsoft.VisualStudio.Web.Extensions.dll and this DLL that is not “part” of MVC code that was open sourced. </p>
<h2>Conclusion</h2>
<p>I’d love to write a Visual Studio addin to create spark views but I just don’t have the time. However; I do wonder if I can just have spark parse the .aspx and .ascx files.</p>


<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/ericpolerecky/~4/sIhg82VMqYE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.technologyaces.com/blog/aspnet-mvc-not-that-open-source/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ASP.NET MVC in Action Personal Notes</title>
		<link>http://www.technologyaces.com/blog/aspnet-mvc-in-action-personal-notes/</link>
		<comments>http://www.technologyaces.com/blog/aspnet-mvc-in-action-personal-notes/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 22:39:19 +0000</pubDate>
		<dc:creator>Eric Polerecky</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://eric.polerecky.com/archives/asp-net-mvc-in-action-personal-notes/</guid>
		<description><![CDATA[<br />
Keep using a custom controller
Learn and Use Ajax Helpers More
Rob Conery’s Law: When you have an “if” statement in the view, make a helper!

I think this might be optional depending on your view engine. Spark almost solves? this problem.

I miss dynamic languages.
Please with model binding as a way to create a terse application/framework.



No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<br/><ol>
<li>Keep using a custom controller</li>
<li>Learn and Use Ajax Helpers More</li>
<li>Rob Conery’s Law: When you have an “if” statement in the view, make a helper!</li>
<ol>
<li>I think this might be optional depending on your view engine. Spark almost solves? this problem.</li>
</ol>
<li>I miss dynamic languages.</li>
<li>Please with model binding as a way to create a terse application/framework.</li>
</ol>


<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/ericpolerecky/~4/w26ACRGAxPE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.technologyaces.com/blog/aspnet-mvc-in-action-personal-notes/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
