<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Esencia Development</title>
	<link>http://www.esenciadev.com</link>
	<description>thoughts and solutions from software craftsmen</description>
	<lastBuildDate>Tue, 11 May 2010 17:21:18 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Dependency Injected Action Filters in ASP.NET MVC2</title>
		<description><![CDATA[On one of our current projects utilizing all the latest Microsoft has to offer (MVC2, EF4, Unity, .NET 4) we found ourselves creating a number of Action Filters for encapsulating often used behavior, such as Auditing, Authorization, and temp data management. Action filters are an incredibly powerful tool in MVC, capable of manipulating any piece [...]]]></description>
		<link>http://www.esenciadev.com/2010/05/dependency-injected-action-filters-in-asp-net-mvc2/</link>
			</item>
	<item>
		<title>MVC2 Areas, T4MVC and sharing actions</title>
		<description><![CDATA[Using T4MVC: T4 templates to rid your MVC2 application of “magic strings”, strings representing action, controller and view names, can be extremely useful in making your code much more stable. It can help eliminate run-time errors and instead will generate compile errors notifying you that you have a reference to an action or view that [...]]]></description>
		<link>http://www.esenciadev.com/2010/04/mvc2-areas-t4-and-sharing-actions/</link>
			</item>
</channel>
</rss>
