<?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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lab49 Blog &#187; Prism</title>
	<atom:link href="http://blog.lab49.com/archives/category/net/prism/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.lab49.com</link>
	<description>Technology and industry insights from Lab49.</description>
	<lastBuildDate>Wed, 08 Feb 2012 09:02:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Advance Your Composite Application MVVM to the Next Level &#8211; Use Attributes to Automatically Populate Your View Model with Service Calls</title>
		<link>http://blog.lab49.com/archives/3857</link>
		<comments>http://blog.lab49.com/archives/3857#comments</comments>
		<pubDate>Mon, 07 Dec 2009 02:15:55 +0000</pubDate>
		<dc:creator>Eugene Prystupa</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Attributes]]></category>
		<category><![CDATA[Design Patterns]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[MVVM]]></category>
		<category><![CDATA[Prism]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://blog.lab49.com/?p=3857</guid>
		<description><![CDATA[Abstract MVVM is a proven design pattern in WFP/Silverlight world. Its use helps achieve separation of concerns, frees UI from any logic to enhance testing, and generally makes the code easier to understand and maintain. In many LOB multi-tier applications MVVM is extended to include a presenter class. Presenter usually controls the view model, receives [...]]]></description>
			<content:encoded><![CDATA[<h6>Abstract</h6>
<p>MVVM is a proven design pattern in WFP/Silverlight world. Its use helps achieve separation of concerns, frees UI from any logic to enhance testing, and generally makes the code easier to understand and maintain. In many LOB multi-tier applications MVVM is extended to include a presenter class. Presenter usually controls the view model, receives necessary services from dependency injection container and has some logic to populate the view model with business entities and/or reference data and send any changes back. The resulting code is usually pretty clean, easy to maintain and test. This article argues though that most of the code in such presenters to populate the view models is also very mechanical, routine, boring and can be avoided all together by introducing small attribute-based view model framework to declaratively populate view models from service calls and avoid extra coding, and, thus, avoid writing extra mechanical, routine, and boring tests.</p>
<p>If you prefer the “code first” approach VS 2008 solution can be downloaded here: <a href="http://cid-fd7bfb078a7a66be.skydrive.live.com/self.aspx/Public/MVVMAttributes.zip" target="_blank">MVVMAttributes.zip</a></p>
<p><span style="background-color: #ffffff;"><a href="http://eprystupa.wordpress.com/2009/12/06/advance-your-composite-application-mvvm-to-the-next-level-use-attributes-to-automatically-populate-your-view-model-with-service-calls/" target="_blank">View complete article here&#8230;</a> </span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lab49.com/archives/3857/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

