<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Valeriu Caraulean &#187; WPF</title>
	<atom:link href="http://blog.caraulean.com/category/wpf/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.caraulean.com</link>
	<description>Keep it simple. It will work...</description>
	<lastBuildDate>Fri, 10 Feb 2012 04:38:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.caraulean.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Valeriu Caraulean &#187; WPF</title>
		<link>http://blog.caraulean.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.caraulean.com/osd.xml" title="Valeriu Caraulean" />
	<atom:link rel='hub' href='http://blog.caraulean.com/?pushpress=hub'/>
		<item>
		<title>Fluent Ribbon and Prism</title>
		<link>http://blog.caraulean.com/2010/06/14/fluent-ribbon-and-prism/</link>
		<comments>http://blog.caraulean.com/2010/06/14/fluent-ribbon-and-prism/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 13:59:53 +0000</pubDate>
		<dc:creator>Valeriu Caraulean</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">https://varely.wordpress.com/2010/06/14/fluent-ribbon-and-prism/</guid>
		<description><![CDATA[I would like to show an example of application that is about how to use Fluent Ribbon control together with Prism (aka Composite WPF). Our team is using this combination for some time already; although, with various degrees of success: the Fluent Ribbon is not enough mature (but pretty stable) and my personal relation with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.caraulean.com&amp;blog=1485392&amp;post=100&amp;subd=varely&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I would like to show an example of application that is about how to use <a href="http://fluent.codeplex.com">Fluent Ribbon</a> control together with <a href="http://compositewpf.codeplex.com">Prism (aka Composite WPF)</a>. Our team is using this combination for some time already; although, with various degrees of success: the Fluent Ribbon is not enough mature (but pretty stable) and my personal relation with Prism is kind of love/hate. The <a href="http://www.castleproject.org/container/">Castle Winsor</a> is starring as IoC Container of choice.</p>
<p>The code is not something extraordinary by any means. You can find lots of similar samples for other controls in the net. It’s just a sample how to use these libraries together. </p>
<p>In this example I’ve set next scenario: a module (or another part of application) wants to add new <strong>RibbonTabItem</strong> to existing <strong>Ribbon</strong> without having a direct reference to it. Also, application should support activation/deactivation and removing of Tabs.</p>
<p>The basics are pretty straightforward: pick/write an IRegion, write an adapter to work as a mediator between it and control being extended, profit!..</p>
<p>I’ve decided to use an existing Region to serve as host for tabs &#8211; <strong>SingleActiveRegion</strong>. It seems to fit well expected behavior.</p>
<p>Two classes that I wrote are <strong><a href="http://github.com/vcaraulean/FluentRibbonAndPrism/blob/master/FluentRibbonAndPrism/Infrastructure/RibbonRegionAdapter.cs">RibbonRegionAdapter</a></strong> and <strong><a href="http://github.com/vcaraulean/FluentRibbonAndPrism/blob/master/FluentRibbonAndPrism/Infrastructure/RibbonRegionSyncBehavior.cs">RibbonRegionSyncBehavior</a></strong>. The behavior class is used to synchronize the Tabs collection of the Ribbon with Views and ActiveViews collections of the SingleActiveRegion. Adapter serves only to instantiate the region and attach the behavior.</p>
<p>Also, this solution uses Castle Windsor to wire up all things. The <strong>WindsorBootstrapper</strong> class wires up an application based on Prism v2.2 and Castle.</p>
<p>I’ll not publish the the code here, you can “git clone …” it from <a href="http://github.com/vcaraulean/FluentRibbonAndPrism">repository on GitHub</a>. Or, from the same place, you have the option to <a href="http://github.com/vcaraulean/FluentRibbonAndPrism/archives/master">download sources</a>.</p>
<p>Future plans include few more regions (Backstage, RibbonTabItem) and may be some tests. </p>
<p>Solution specifics:</p>
<ul>
<li>Prism v2.2 </li>
<li>Fluent Ribbon rev. 51299 </li>
<li>Castle Windsor 2.1.1 </li>
<li>VS 2010 &amp; NET 4.0 </li>
</ul>
<p>Disclaimer: code is provided “AS IS”. It may contain bugs and not be written in best possible way. I’m not a Prism specialist by any means. Any help is welcome if somebody can improve this code or wants to contribute for a more meaningful example…</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/varely.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/varely.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/varely.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/varely.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/varely.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/varely.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/varely.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/varely.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/varely.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/varely.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/varely.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/varely.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/varely.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/varely.wordpress.com/100/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.caraulean.com&amp;blog=1485392&amp;post=100&amp;subd=varely&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.caraulean.com/2010/06/14/fluent-ribbon-and-prism/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d96a7814c830eb5ee8e12b677212cae?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">varely</media:title>
		</media:content>
	</item>
		<item>
		<title>WPF LOB samples</title>
		<link>http://blog.caraulean.com/2009/12/02/wpf-lob-samples/</link>
		<comments>http://blog.caraulean.com/2009/12/02/wpf-lob-samples/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 22:26:39 +0000</pubDate>
		<dc:creator>Valeriu Caraulean</dc:creator>
				<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://varely.wordpress.com/2009/12/02/wpf-lob-samples/</guid>
		<description><![CDATA[&#8230; more a note for myself Found a discussion that gives a few very nice examples of WPF applied in real world, line-of-business applications: WPF LOB samples. I can&#8217;t stop be amazed by what degree of flexibility WPF is giving to designers and application developers. Having an artistic sense and willingness to create &#8220;something&#8221; you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.caraulean.com&amp;blog=1485392&amp;post=77&amp;subd=varely&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#8230; more a note for myself</p>
<p>Found a discussion that gives a few very nice examples of WPF applied in real world, line-of-business applications: <a href="http://groups.google.com/group/wpf-disciples/browse_thread/thread/194800c0415afcba/034ce451669f0a7f">WPF LOB samples</a>. </p>
<p>I can&#8217;t stop be amazed by what degree of flexibility WPF is giving to designers and application developers. Having an artistic sense and willingness to create &#8220;something&#8221; you can do really nice, usable &amp; nice looking applications.</p>
<p>&nbsp;</p>
<p><strong>Update</strong>: reviewed some of my notes, found another great LOB sample, not listed in previous discussion: <a href="http://blogs.msdn.com/brada/archive/2008/07/07/great-user-experience-example-in-a-business-application.aspx">Great User Experience Example in a Business Application</a>. </p>
<p><strong>Update</strong>: Seen on <a href="http://davybrion.com/blog/">Davy Brion</a>&#8216;s blog: <a href="http://www.itemsolutions.com/products/products2/interfaces">How should your business applications look like</a>. Few very interesting ideas there. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/varely.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/varely.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/varely.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/varely.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/varely.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/varely.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/varely.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/varely.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/varely.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/varely.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/varely.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/varely.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/varely.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/varely.wordpress.com/77/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.caraulean.com&amp;blog=1485392&amp;post=77&amp;subd=varely&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.caraulean.com/2009/12/02/wpf-lob-samples/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d96a7814c830eb5ee8e12b677212cae?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">varely</media:title>
		</media:content>
	</item>
		<item>
		<title>ALT.NET Swiss community &#8211; it&#8217;s running!</title>
		<link>http://blog.caraulean.com/2009/11/26/alt-net-swiss-community-its-running/</link>
		<comments>http://blog.caraulean.com/2009/11/26/alt-net-swiss-community-its-running/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 13:36:04 +0000</pubDate>
		<dc:creator>Valeriu Caraulean</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://varely.wordpress.com/2009/11/26/alt-net-swiss-community-its-running/</guid>
		<description><![CDATA[Yesterday I have participated at my second meeting of ALT.NET community in Switzerland. The ALT.NET Swiss group was running for some time, but I&#8217;ve discovered it recently, after being contacted by Frédéric SCHÄFER from OCTO Technology. He started the group and has been organizing meetings in Lausanne and Geneva. Many thanks Frédéric and keep up [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.caraulean.com&amp;blog=1485392&amp;post=75&amp;subd=varely&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p align="center"><a href="http://varely.files.wordpress.com/2009/11/image.png"><img style="border-width:0;" border="0" alt="Running with scissors" src="http://varely.files.wordpress.com/2009/11/image_thumb.png?w=204&#038;h=81" width="204" height="81" /></a></p>
<p>Yesterday I have participated at my second meeting of <a href="http://altdotnet.org/">ALT.NET</a> community in Switzerland. The <a href="http://www.altdotnet.ch/">ALT.NET Swiss group</a> was running for some time, but I&#8217;ve discovered it recently, after being contacted by Frédéric SCHÄFER from <a href="http://www.octo.com">OCTO Technology</a>. He started the group and has been organizing meetings in Lausanne and Geneva. Many thanks Frédéric and keep up a good job!</p>
<p>First meeting I attended was about WPF and Model-View-ViewModel pattern implementation. It was held by Frédéric SCHÄFER. He took a simple WPF application and slowly modified it to use MVVM pattern. That got us better separation of concerns and maid application more testable.</p>
<p><a href="http://www.altnetfr.org/2009/11/19/alt-net-suisse-5-wpfmvvm-geneve/">The yesterday&#8217;s meeting</a> was for me a special one, I was one of the speakers.</p>
<p>I&#8217;ve talked briefly about how the MVVM pattern is used with WPF, showed a &quot;classical&quot; implementation of it and after that presented some improvements over that. The initial ViewModel had INotifyPropertyChanged&#160; implemented and used ICommand to respond to UI actions initiated by view. For two properties and a command there was a lot of &quot;ceremony&quot; &#8211; code being there just to comply with implementation requirements. At the end of the session, by using two frameworks(<a href="http://bltoolkit.net/">BLToolkit</a> and <a href="http://caliburn.codeplex.com/">Caliburn</a>) , I&#8217;ve managed to reduce the volume of the code by the half while maintaining initial functionality. Why is this important? Shorter code means less place to make a mistake, hide a bug, it&#8217;s faster to read and understand. I will write a separate blog post about my solution.</p>
<p>The other speaker was <a href="http://danielvaughan.orpius.com/">Daniel Vaughan</a>, the author of <a href="http://www.calciumsdk.net/">Calcium SDK</a>. He spoke about Calcium SDK, which is a set of additional services and modules built on top of the Prism (Composite WPF) and few Visual Studio templates to make creation of composite application easier. After that, he talked about compile time validation of WPF&#8217;s binding expressions. This, being a real headache for WPF developers, was addressed by Daniel by using template engine backed into Visual Studio &#8211; T4. <a href="http://www.codeproject.com/KB/codegen/T4Metadata.aspx">His solution</a> is very interesting. He generates some metadata classes with static properties and after that uses them in binding expressions. I&#8217;m still not sold on the whole idea, but I should spend some time playing with it. But presentation was nice, thanks Daniel!</p>
<p>It was a great evening. It&#8217;s always interesting to meet people with different set of skills and experience, you can look at known problems from other angles, getting suggestions or criticism. Or you just can learn something new.</p>
<p>Special thanks to <a href="http://www.raboof.com/">Atif Aziz</a> and <a href="http://www.cargill.com/worldwide/switzerland/index.jsp">Cargill International SA</a> for hosting the session.</p>
<p>Update: <a href="http://github.com/vcaraulean/Demo.MVVM">published the code on GitHub</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/varely.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/varely.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/varely.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/varely.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/varely.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/varely.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/varely.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/varely.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/varely.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/varely.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/varely.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/varely.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/varely.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/varely.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.caraulean.com&amp;blog=1485392&amp;post=75&amp;subd=varely&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.caraulean.com/2009/11/26/alt-net-swiss-community-its-running/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d96a7814c830eb5ee8e12b677212cae?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">varely</media:title>
		</media:content>

		<media:content url="http://varely.files.wordpress.com/2009/11/image_thumb.png" medium="image">
			<media:title type="html">Running with scissors</media:title>
		</media:content>
	</item>
		<item>
		<title>WPF niceties. Collection grouping in ViewModel</title>
		<link>http://blog.caraulean.com/2009/07/15/wpf-niceties-collection-grouping-in-viewmodel/</link>
		<comments>http://blog.caraulean.com/2009/07/15/wpf-niceties-collection-grouping-in-viewmodel/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 16:04:12 +0000</pubDate>
		<dc:creator>Valeriu Caraulean</dc:creator>
				<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://varely.wordpress.com/2009/07/15/wpf-niceties-collection-grouping-in-viewmodel/</guid>
		<description><![CDATA[Having to group a collection shown in UI by a command fired from the View, I&#8217;ve came to a nice solution by writing an extension method to the ObservableCollection&#60;T&#62; class. The extension method: public static class ObservableCollectionExtensions { public static void VisualGroupingBy&#60;T&#62;(this ObservableCollection&#60;T&#62; collection, Expression&#60;Func&#60;T, object&#62;&#62; groupByExpresson) { var view = CollectionViewSource.GetDefaultView(collection); collection.VisualGroupingClear(); var propertyName [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.caraulean.com&amp;blog=1485392&amp;post=68&amp;subd=varely&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Having to group a collection shown in UI by a command fired from the View, I&#8217;ve came to a nice solution by writing an extension method to the ObservableCollection&lt;T&gt; class.</p>
<p>The extension method:</p>
<pre class="code"><span style="color:blue;">public static class </span><span style="color:#2b91af;">ObservableCollectionExtensions
</span>{
    <span style="color:blue;">public static void </span>VisualGroupingBy&lt;T&gt;(<span style="color:blue;">this </span><span style="color:#2b91af;">ObservableCollection</span>&lt;T&gt; collection,
                                           <span style="color:#2b91af;">Expression</span>&lt;<span style="color:#2b91af;">Func</span>&lt;T, <span style="color:blue;">object</span>&gt;&gt; groupByExpresson)
    {
        <span style="color:blue;">var </span>view = <span style="color:#2b91af;">CollectionViewSource</span>.GetDefaultView(collection);
        collection.VisualGroupingClear();

        <span style="color:blue;">var </span>propertyName = <span style="color:#2b91af;">ReflectionHelper</span>.GetPropertyName(groupByExpresson);

        view.GroupDescriptions.Add(<span style="color:blue;">new </span><span style="color:#2b91af;">PropertyGroupDescription</span>(propertyName));
    }

    <span style="color:blue;">public static void </span>VisualGroupingClear&lt;T&gt;(<span style="color:blue;">this </span><span style="color:#2b91af;">ObservableCollection</span>&lt;T&gt; collection)
    {
        <span style="color:blue;">var </span>view = <span style="color:#2b91af;">CollectionViewSource</span>.GetDefaultView(collection);
        view.GroupDescriptions.Clear();
    }
}
</pre>
<p><a href="http://11011.net/software/vspaste"></a>&nbsp;</p>
<p>How to use it:</p>
<pre class="code"><span style="color:blue;">public </span><span style="color:#2b91af;">ObservableCollection</span>&lt;Address&gt; Addresses { <span style="color:blue;">get</span>; <span style="color:blue;">set</span>; }
<span style="color:blue;">public void </span>GroupAddressesByCity()
{
    Addresses.VisualGroupingBy(address =&gt; address.City);
}</pre>
<p>Clean, no magic strings, readable&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/varely.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/varely.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/varely.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/varely.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/varely.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/varely.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/varely.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/varely.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/varely.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/varely.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/varely.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/varely.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/varely.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/varely.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.caraulean.com&amp;blog=1485392&amp;post=68&amp;subd=varely&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.caraulean.com/2009/07/15/wpf-niceties-collection-grouping-in-viewmodel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d96a7814c830eb5ee8e12b677212cae?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">varely</media:title>
		</media:content>
	</item>
	</channel>
</rss>
