<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://wpf.netfx3.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">WPF Community Bloggers</title><subtitle type="html" /><id>http://wpf.netfx3.com/blogs/wpf_community_bloggers/atom.aspx</id><link rel="alternate" type="text/html" href="http://wpf.netfx3.com/blogs/wpf_community_bloggers/default.aspx" /><link rel="self" type="application/atom+xml" href="http://wpf.netfx3.com/blogs/wpf_community_bloggers/atom.aspx" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2008-07-16T06:14:00Z</updated><entry><title>Fixing WPF Command Routing</title><link rel="alternate" type="text/html" href="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/25/fixing-wpf-command-routing.aspx" /><id>http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/25/fixing-wpf-command-routing.aspx</id><published>2008-07-26T03:58:27Z</published><updated>2008-07-26T03:58:27Z</updated><content type="html">Bill Kempf , a fellow WPF Disciple , was lamenting the fact that by default a CommandBinding can only refer to a handler defined in the code behind of the Window/Page/UserControl in which it's defined. He wished that a syntax similar to the following was possible &amp;lt; Window &amp;gt; &amp;lt; Window.CommandBindings &amp;gt; &amp;lt; CommandBinding Command =&amp;quot;foo:MyCommands.FooCommand&amp;quot; Executed =&amp;quot;{Event Target={StaticResource MyPresenter}, Handler=OnFooCommand}&amp;quot; /&amp;gt; &amp;lt;/ Window.CommandBindings...(&lt;a href="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/25/fixing-wpf-command-routing.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://wpf.netfx3.com/aggbug.aspx?PostID=20564" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://wpf.netfx3.com/members/Anonymous.aspx</uri></author><category term="None" scheme="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/tags/None/default.aspx" /></entry><entry><title>A Brief Proof That Unrelentingly Catchy Tunes Do Not Good Music Make</title><link rel="alternate" type="text/html" href="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/25/a-brief-proof-that-unrelentingly-catchy-tunes-do-not-good-music-make.aspx" /><id>http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/25/a-brief-proof-that-unrelentingly-catchy-tunes-do-not-good-music-make.aspx</id><published>2008-07-25T14:44:40Z</published><updated>2008-07-25T14:44:40Z</updated><content type="html">ABBA. QED. Read More......(&lt;a href="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/25/a-brief-proof-that-unrelentingly-catchy-tunes-do-not-good-music-make.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://wpf.netfx3.com/aggbug.aspx?PostID=20556" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://wpf.netfx3.com/members/Anonymous.aspx</uri></author><category term="Music" scheme="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/tags/Music/default.aspx" /></entry><entry><title>Great new way for using RoutedCommands with the ViewModel pattern in WPF</title><link rel="alternate" type="text/html" href="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/25/great-new-way-for-using-routedcommands-with-the-viewmodel-pattern-in-wpf.aspx" /><id>http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/25/great-new-way-for-using-routedcommands-with-the-viewmodel-pattern-in-wpf.aspx</id><published>2008-07-25T08:17:02Z</published><updated>2008-07-25T08:17:02Z</updated><content type="html">Josh Smith just published a great article about his solution to using RoutedCommands in WPF. The problem he solves, has been solved by others before, however, I think this is a very lightweight succinct way of doing it. Basically, when you set a command to a button, you will have to handle that logic (canExecute and Execute) in the codebehind of the view. Since you are (hopefully) using a MVC, MVP or MVVM approach, you would rather not go through the codebehind of the view, but directly route the...(&lt;a href="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/25/great-new-way-for-using-routedcommands-with-the-viewmodel-pattern-in-wpf.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://wpf.netfx3.com/aggbug.aspx?PostID=20545" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://wpf.netfx3.com/members/Anonymous.aspx</uri></author><category term="WPF (Avalon)" scheme="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/tags/WPF+_2800_Avalon_2900_/default.aspx" /></entry><entry><title>Wanted: a code discovery tool</title><link rel="alternate" type="text/html" href="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/24/wanted-a-code-discovery-tool.aspx" /><id>http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/24/wanted-a-code-discovery-tool.aspx</id><published>2008-07-24T09:34:00Z</published><updated>2008-07-24T09:34:00Z</updated><content type="html">Picture this, large scale enterprise app, small scale legacy application, third party code...in other words a code base you are not fully familar with and need to understand. Sure enough can apply the feathers rules but if your in a hurrry to understand to understand a code base to start making changes (and a green field option is not an option) then what do you do? I'm on the look out for a tool that can allow you to explore a code base, explore object dependencies and pathways. Ideas welcome. Read...(&lt;a href="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/24/wanted-a-code-discovery-tool.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://wpf.netfx3.com/aggbug.aspx?PostID=20503" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://wpf.netfx3.com/members/Anonymous.aspx</uri></author><category term=".NET" scheme="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/tags/.NET/default.aspx" /><category term="General Software Development" scheme="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/tags/General+Software+Development/default.aspx" /></entry><entry><title>[WPF] Comment d&#233;clencher un &#233;v&#232;nement sur un contr&#244;le ?</title><link rel="alternate" type="text/html" href="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/24/wpf-comment-d-clencher-un-v-nement-sur-un-contr-le.aspx" /><id>http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/24/wpf-comment-d-clencher-un-v-nement-sur-un-contr-le.aspx</id><published>2008-07-24T08:24:54Z</published><updated>2008-07-24T08:24:54Z</updated><content type="html">Il peut parfois s'avérer nécessaire de vouloir déclencher manuellement un évènement sur un contrôle. En effet, vous pourriez vouloir, par exemple, envoyer l'évènement KeyDown à une ComboBox alors que c'est la fenêtre de votre application qui a le focu... Read More......(&lt;a href="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/24/wpf-comment-d-clencher-un-v-nement-sur-un-contr-le.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://wpf.netfx3.com/aggbug.aspx?PostID=20499" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://wpf.netfx3.com/members/Anonymous.aspx</uri></author><category term=".NET" scheme="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/tags/.NET/default.aspx" /><category term="WPF" scheme="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/tags/WPF/default.aspx" /></entry><entry><title>Design Maturity Model</title><link rel="alternate" type="text/html" href="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/22/design-maturity-model.aspx" /><id>http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/22/design-maturity-model.aspx</id><published>2008-07-22T16:57:48Z</published><updated>2008-07-22T16:57:48Z</updated><content type="html">La noción de aplicar diseño a los desarrollos de software cada día es más importante, pero como todo, requiere un proceso de adaptación, capacitación y descubrimiento. El Design Maturity Model propuesto por Jess McMullin describe cinco niveles y sus respectivos comportamientos ante el diseño para poder guiarnos en el camino de una correcta incorporación del mismo en nuestros procesos de desarrollo y detectar en que estadio de madurez nos encontramos. Nivel 1 – No somos conscientes del diseño El diseño...(&lt;a href="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/22/design-maturity-model.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://wpf.netfx3.com/aggbug.aspx?PostID=20463" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://wpf.netfx3.com/members/Anonymous.aspx</uri></author><category term="UX" scheme="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/tags/UX/default.aspx" /></entry><entry><title>great coffee at identity mine…</title><link rel="alternate" type="text/html" href="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/21/great-coffee-at-identity-mine.aspx" /><id>http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/21/great-coffee-at-identity-mine.aspx</id><published>2008-07-21T19:22:04Z</published><updated>2008-07-21T19:22:04Z</updated><content type="html">&amp;#60;ShamelessPlug&amp;#62; Just saw a post on Jackson Fish Market about this article. Apparently startups are scrimping on coffee.. This is a travesty&amp;#8230; One that I am happy to say that identity mine is definitely not a part of. We requested cafeine and identity mine delivered. We just purchased a Rancilio Silvia and Rocky for our new Pioneer [...] Read More......(&lt;a href="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/21/great-coffee-at-identity-mine.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://wpf.netfx3.com/aggbug.aspx?PostID=20451" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://wpf.netfx3.com/members/Anonymous.aspx</uri></author><category term="Uncategorized" scheme="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/tags/Uncategorized/default.aspx" /></entry><entry><title>Shipping and Shopping</title><link rel="alternate" type="text/html" href="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/21/shipping-and-shopping.aspx" /><id>http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/21/shipping-and-shopping.aspx</id><published>2008-07-21T18:26:36Z</published><updated>2008-07-21T18:26:36Z</updated><content type="html">Its been a long time since I have blogged but now Robby’s nerd+art website has got me jazzed about doing some silverlight work…im working on a DesignersLoveSilverlight section to my blog. &amp;#160; I’ve been busy with lots of WPF client development as usual and added to that we have welcomed two new munchkins into the Dunlap [...] Read More......(&lt;a href="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/21/shipping-and-shopping.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://wpf.netfx3.com/aggbug.aspx?PostID=20450" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://wpf.netfx3.com/members/Anonymous.aspx</uri></author><category term="Uncategorized" scheme="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/tags/Uncategorized/default.aspx" /></entry><entry><title>[WPF] Des requ&#234;tes NDepend pour analyser vos projets WPF</title><link rel="alternate" type="text/html" href="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/21/wpf-des-requ-tes-ndepend-pour-analyser-vos-projets-wpf.aspx" /><id>http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/21/wpf-des-requ-tes-ndepend-pour-analyser-vos-projets-wpf.aspx</id><published>2008-07-21T07:27:00Z</published><updated>2008-07-21T07:27:00Z</updated><content type="html">Je ne vais pas vous reparler de NDepend, l'outil développé par Patrick Smacchia, car c'est un outil vraiment très précieux pour tous les développeurs/architectes qui souhaitent avoir des métriques sur le code de leur application. Si vous ne connaisse... Read More......(&lt;a href="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/21/wpf-des-requ-tes-ndepend-pour-analyser-vos-projets-wpf.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://wpf.netfx3.com/aggbug.aspx?PostID=20428" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://wpf.netfx3.com/members/Anonymous.aspx</uri></author><category term=".NET" scheme="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/tags/.NET/default.aspx" /><category term="WPF" scheme="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/tags/WPF/default.aspx" /></entry><entry><title>Generic Extension Methods</title><link rel="alternate" type="text/html" href="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/20/generic-extension-methods.aspx" /><id>http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/20/generic-extension-methods.aspx</id><published>2008-07-20T12:35:28Z</published><updated>2008-07-20T12:35:28Z</updated><content type="html">I've discovered that if an extension method is generic and the generic type is used as the &amp;quot;this&amp;quot; parameter, you do not have to write out the generic discriminator. The compiler is smart enough to infer it for you. For example, the range validation function I shared a few weeks ago can be called like so: int myInt=5;
myInt.ValidateRange(2,20); Jeff would be happy. Read More......(&lt;a href="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/20/generic-extension-methods.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://wpf.netfx3.com/aggbug.aspx?PostID=20416" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://wpf.netfx3.com/members/Anonymous.aspx</uri></author><category term="None" scheme="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/tags/None/default.aspx" /></entry><entry><title>Frameworks! Frameworks! Frameworks!</title><link rel="alternate" type="text/html" href="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/18/frameworks-frameworks-frameworks.aspx" /><id>http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/18/frameworks-frameworks-frameworks.aspx</id><published>2008-07-18T18:36:56Z</published><updated>2008-07-18T18:36:56Z</updated><content type="html">If I haven't blogged about t before, I meant to but have been extremely busy. The first release of Prism or Composite App Guidance for WPF is available. Oh wait...I've blogged about it already (Did I mention how much I love Live Writer?). If you're looking at WPF for enterprise &amp;quot;Line of Business&amp;quot; applications, you should really look at it, not just for the framework but for the guidance assets themselves. I participated in the advisory board for the guidance and had a blast giving feedback...(&lt;a href="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/18/frameworks-frameworks-frameworks.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://wpf.netfx3.com/aggbug.aspx?PostID=20388" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://wpf.netfx3.com/members/Anonymous.aspx</uri></author><category term="None" scheme="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/tags/None/default.aspx" /></entry><entry><title>I'm Going to PDC</title><link rel="alternate" type="text/html" href="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/17/i-m-going-to-pdc.aspx" /><id>http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/17/i-m-going-to-pdc.aspx</id><published>2008-07-17T13:01:37Z</published><updated>2008-07-17T13:01:37Z</updated><content type="html">I'm all set. My hotel is booked, flight is selected, and registration is done. Now all I have to do is wait and speculate. This will be my first PDC, so I'm pretty excited about it. Although Microsoft has revealed some of the topics to be discussed, the fun part is guessing what they aren't telling us yet: With guaranteed coverage of &amp;quot;Rosario&amp;quot;, I'm pretty sure they'll be talking about .NET 4.0 (and hopefully Acropolis). The initial previews were very promising. To have it become a native...(&lt;a href="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/17/i-m-going-to-pdc.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://wpf.netfx3.com/aggbug.aspx?PostID=20358" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://wpf.netfx3.com/members/Anonymous.aspx</uri></author></entry><entry><title>I never saw this coming...</title><link rel="alternate" type="text/html" href="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/17/i-never-saw-this-coming.aspx" /><id>http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/17/i-never-saw-this-coming.aspx</id><published>2008-07-17T11:25:00Z</published><updated>2008-07-17T11:25:00Z</updated><content type="html">While eating my lunch I was running through google reader and started reading a post from Glen , this lead me in turn to Hammett (the guy that founded the Castle project) and this post literally blew me away. Microsoft have been snapping some of the coolest, smartest dudes in the commnity lately, first Haack, then Rob, then Hansleman, now....Hammet. It is a very long time coming, Hammett is a seriously smart dude and fully deserves it. He will be joining them on the MEF team, as that is not directly...(&lt;a href="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/17/i-never-saw-this-coming.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://wpf.netfx3.com/aggbug.aspx?PostID=20357" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://wpf.netfx3.com/members/Anonymous.aspx</uri></author><category term=".NET" scheme="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/tags/.NET/default.aspx" /></entry><entry><title>iPhone 2.0: Less Polished than 1.0.</title><link rel="alternate" type="text/html" href="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/16/iphone-2-0-less-polished-than-1-0.aspx" /><id>http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/16/iphone-2-0-less-polished-than-1-0.aspx</id><published>2008-07-16T18:09:27Z</published><updated>2008-07-16T18:09:27Z</updated><content type="html">As much as I like the iPhone 2.0 software, I have to say that it isn't nearly as polished as 1.0 was Read More......(&lt;a href="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/16/iphone-2-0-less-polished-than-1-0.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://wpf.netfx3.com/aggbug.aspx?PostID=20345" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://wpf.netfx3.com/members/Anonymous.aspx</uri></author></entry><entry><title>Silverlight 2 : Les outils - 3 ch&#226;pitres gratuits... mais en anglais</title><link rel="alternate" type="text/html" href="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/16/silverlight-2-les-outils-3-ch-pitres-gratuits-mais-en-anglais.aspx" /><id>http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/16/silverlight-2-les-outils-3-ch-pitres-gratuits-mais-en-anglais.aspx</id><published>2008-07-16T10:14:00Z</published><updated>2008-07-16T10:14:00Z</updated><content type="html">Vous souhaitez en savoir un peu plus sur les bases de Silverlight 2 et plus particulièrement sur les outils que l'ont peut utiliser ? Microsoft met à votre disposition les 3 premiers châpitres en teasing du livre intitulé "Introducing Microsoft® Silve... Read More......(&lt;a href="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/2008/07/16/silverlight-2-les-outils-3-ch-pitres-gratuits-mais-en-anglais.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://wpf.netfx3.com/aggbug.aspx?PostID=20342" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://wpf.netfx3.com/members/Anonymous.aspx</uri></author><category term="Actu" scheme="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/tags/Actu/default.aspx" /><category term="Profile D&amp;#233;cideur" scheme="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/tags/Profile+D_26002300_233_3B00_cideur/default.aspx" /><category term="Profile D&amp;#233;veloppeur" scheme="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/tags/Profile+D_26002300_233_3B00_veloppeur/default.aspx" /><category term="Niveau D&amp;#233;butant" scheme="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/tags/Niveau+D_26002300_233_3B00_butant/default.aspx" /><category term="Profile Designer" scheme="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/tags/Profile+Designer/default.aspx" /><category term="Tutorial" scheme="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/tags/Tutorial/default.aspx" /><category term="Silverlight 2" scheme="http://wpf.netfx3.com/blogs/wpf_community_bloggers/archive/tags/Silverlight+2/default.aspx" /></entry></feed>