<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by jdollah</title>
    <description>Stories kicked by jdollah</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Silverlight 4 Hack: Use Native/Desktop CLR Without COM Registration</title>
      <description>Optimally, it would be nice to be able to add your desktop CLR objects as resources to your XAP, and from Silverlight code, be able to instantiate and use your Desktop .NET classes.  This is a hack to do just that without registering any COM dlls.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjmorrill.hjtcentral.com%2fHome%2ftabid%2f428%2fEntryId%2f442%2fSilverlight-4-Hack-Use-Native-Desktop-CLR-Without-COM-Registration.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjmorrill.hjtcentral.com%2fHome%2ftabid%2f428%2fEntryId%2f442%2fSilverlight-4-Hack-Use-Native-Desktop-CLR-Without-COM-Registration.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_4_Hack_Use_Native_Desktop_CLR_Without_COM_Registration</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_4_Hack_Use_Native_Desktop_CLR_Without_COM_Registration</guid>
      <pubDate>Fri, 05 Feb 2010 02:27:38 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight and Desktop .NET interop</title>
      <description>Get a Silverlight Out-of-browser application to use full desktop .NET assemblies without any C++/COM stank. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjmorrill.hjtcentral.com%2fHome%2ftabid%2f428%2fEntryId%2f441%2fSilverlight-and-Desktop-NET-Integration.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjmorrill.hjtcentral.com%2fHome%2ftabid%2f428%2fEntryId%2f441%2fSilverlight-and-Desktop-NET-Integration.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_and_Desktop_NET_interop</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_and_Desktop_NET_interop</guid>
      <pubDate>Wed, 13 Jan 2010 05:58:18 GMT</pubDate>
    </item>
    <item>
      <title>Reverse ICommands for MVVM</title>
      <description>One of the problems with MVVM designs is the inability of the ViewModel to singularly effect change(s) within the View; yes, you can use data-changes through data-binding as a crude-bludgeon, but I'd rather have the right tools for the right job. And that is where Reverse ICommands come in, they allow you to execute an ICommand in your ViewModel and have it trigger a set of specified action(s) in the View - the reverse taxonomy speaks to the fact that reverse ICommands targets your View rather than the ViewModel. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.orktane.com%2fBlog%2fpost%2f2010%2f01%2f07%2fReverse-ICommands-for-MVVM.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.orktane.com%2fBlog%2fpost%2f2010%2f01%2f07%2fReverse-ICommands-for-MVVM.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Reverse_ICommands_for_MVVM</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Reverse_ICommands_for_MVVM</guid>
      <pubDate>Thu, 07 Jan 2010 15:23:35 GMT</pubDate>
    </item>
    <item>
      <title>Host Silverlight in WPF.  Interactive w/o Airspace Restrictions.</title>
      <description>Host Silverlight applications in WPF as if they were just another WPF control.  This control is still experimental and not everything is supported just yet. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsilverlightviewport.codeplex.com"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsilverlightviewport.codeplex.com" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Host_Silverlight_in_WPF_Interactive_w_o_Airspace_Restrictions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Host_Silverlight_in_WPF_Interactive_w_o_Airspace_Restrictions</guid>
      <pubDate>Sun, 20 Dec 2009 10:57:45 GMT</pubDate>
    </item>
    <item>
      <title>How to get access to WPF's internal Direct3D guts</title>
      <description>Get access to WPF's internal IDirect3DDevice9 and SwapChain...even the render thread! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjmorrill.hjtcentral.com%2fHome%2ftabid%2f428%2fEntryId%2f438%2fHow-to-get-access-to-WPF-s-internal-Direct3D-guts.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjmorrill.hjtcentral.com%2fHome%2ftabid%2f428%2fEntryId%2f438%2fHow-to-get-access-to-WPF-s-internal-Direct3D-guts.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/How_to_get_access_to_WPF_s_internal_Direct3D_guts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/How_to_get_access_to_WPF_s_internal_Direct3D_guts</guid>
      <pubDate>Wed, 09 Dec 2009 06:40:54 GMT</pubDate>
    </item>
    <item>
      <title>Direct3D 10/11 &amp;amp; Direct2D in WPF</title>
      <description>Direct3D 10/11 &amp;amp; Direct2D in WPF without airspace restrictions. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjmorrill.hjtcentral.com%2fHome%2ftabid%2f428%2fEntryId%2f437%2fDirect3D-10-11-Direct2D-in-WPF.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjmorrill.hjtcentral.com%2fHome%2ftabid%2f428%2fEntryId%2f437%2fDirect3D-10-11-Direct2D-in-WPF.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Direct3D_10_11_Direct2D_in_WPF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Direct3D_10_11_Direct2D_in_WPF</guid>
      <pubDate>Wed, 09 Dec 2009 06:39:03 GMT</pubDate>
    </item>
    <item>
      <title>New WPF Features: Easing Functions</title>
      <description>Easing functions enables adding custom math formulas to your animations. The animations also looks more realistic and smoother. WPF now provides this functionality and as in SL there are 11 such inbuilt functions. Each of these come with 2 Easing Modes &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fllobo%2farchive%2f2009%2f11%2f18%2fnew-wpf-features-easing-functions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fllobo%2farchive%2f2009%2f11%2f18%2fnew-wpf-features-easing-functions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/New_WPF_Features_Easing_Functions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/New_WPF_Features_Easing_Functions</guid>
      <pubDate>Tue, 27 Oct 2009 05:45:05 GMT</pubDate>
    </item>
    <item>
      <title>MVVM with Prism 101 - Part 3b: View Injection and Controller Pattern</title>
      <description>In my last post I addressed regions in the Composite Application Library for WPF/Silverlight (Prism). I looked at what they were and how they were used. But by the end of the post I felt that the concept of View Injection needed further attention. I've almost exclusively used View Discovery up to this point in my development. But when I've run into a need to use View Injection I'm uncomfortable with what seems to be a tightly coupled relationship. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.developmentalmadness.com%2farchive%2f2009%2f10%2f15%2fmvvm-with-prism-101-ndash-part-3b-view-injection-and.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.developmentalmadness.com%2farchive%2f2009%2f10%2f15%2fmvvm-with-prism-101-ndash-part-3b-view-injection-and.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/MVVM_with_Prism_101_Part_3b_View_Injection_and_Controller_Pattern</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/MVVM_with_Prism_101_Part_3b_View_Injection_and_Controller_Pattern</guid>
      <pubDate>Thu, 15 Oct 2009 16:45:33 GMT</pubDate>
    </item>
    <item>
      <title>Anatomy of an MVVM Application *or* How Tards Like Me Make MVVM Apps 2</title>
      <description>MVVM apps for r-tards. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjmorrill.hjtcentral.com%2fHome%2ftabid%2f428%2fEntryId%2f433%2fAnatomy-of-an-MVVM-Application-or-How-Tards-Like-Me-Make-MVVM-Apps.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjmorrill.hjtcentral.com%2fHome%2ftabid%2f428%2fEntryId%2f433%2fAnatomy-of-an-MVVM-Application-or-How-Tards-Like-Me-Make-MVVM-Apps.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wwf/Anatomy_of_an_MVVM_Application_or_How_Tards_Like_Me_Make_MVVM_Apps_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wwf/Anatomy_of_an_MVVM_Application_or_How_Tards_Like_Me_Make_MVVM_Apps_2</guid>
      <pubDate>Tue, 13 Oct 2009 18:34:39 GMT</pubDate>
    </item>
    <item>
      <title>MVVM for Tarded Folks Like Me </title>
      <description>MVVM for 'tards, not dummies. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjmorrill.hjtcentral.com%2fHome%2ftabid%2f428%2fEntryId%2f432%2fMVVM-for-Tarded-Folks-Like-Me-or-MVVM-and-What-it-Means-to-Me.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjmorrill.hjtcentral.com%2fHome%2ftabid%2f428%2fEntryId%2f432%2fMVVM-for-Tarded-Folks-Like-Me-or-MVVM-and-What-it-Means-to-Me.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/MVVM_for_Tarded_Folks_Like_Me</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/MVVM_for_Tarded_Folks_Like_Me</guid>
      <pubDate>Tue, 13 Oct 2009 17:45:00 GMT</pubDate>
    </item>
    <item>
      <title>YouCube 3.0 - WPF 3D Chromium Browser</title>
      <description>There's an updated version of YouCube (WPF 3D Web Browser) available based on my Awesomium / Chromium WPF control. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2009%2f08%2f27%2fwpf-3d-chromium-browser%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2009%2f08%2f27%2fwpf-3d-chromium-browser%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/YouCube_3_0_WPF_3D_Chromium_Browser</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/YouCube_3_0_WPF_3D_Chromium_Browser</guid>
      <pubDate>Fri, 28 Aug 2009 00:30:02 GMT</pubDate>
    </item>
    <item>
      <title>A Real WPF WebBrowser</title>
      <description>Being able to render and interact with webpages within WPF opens up some great opportunities.  While WPF already includes a WebBrowser, it's just a wrapper around IE's ActiveX control.  Unfortunately this prevents it playing nicely with WPF's layout system.

Mixing Google's Chromium project, a great wrapper called Awesomium and a little WPF pixie dust, we finally have one... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2009%2f08%2f25%2fa-real-wpf-webbrowser%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2009%2f08%2f25%2fa-real-wpf-webbrowser%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/A_Real_WPF_WebBrowser</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/A_Real_WPF_WebBrowser</guid>
      <pubDate>Tue, 25 Aug 2009 14:48:06 GMT</pubDate>
    </item>
    <item>
      <title>Simple Styles for Silverlight from nerdplusart.com</title>
      <description>Finally, we have simple styles for Silverlight!  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.nerdplusart.com%2farchives%2fsilverlightsimplestyles"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.nerdplusart.com%2farchives%2fsilverlightsimplestyles" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Simple_Styles_for_Silverlight_from_nerdplusart_com</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Simple_Styles_for_Silverlight_from_nerdplusart_com</guid>
      <pubDate>Mon, 20 Jul 2009 23:12:47 GMT</pubDate>
    </item>
    <item>
      <title>CLR Injection: Runtime Method Replacer</title>
      <description>how the JIT compiles MSIL and create a utility that allow us to programmatically replace any JIT'ed method with another method at runtime.  We will also create a debugging utility that will intercept JIT calls and print diagnostics information to the console. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fdotnet%2fCLRMethodInjection.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fdotnet%2fCLRMethodInjection.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/CLR_Injection_Runtime_Method_Replacer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/CLR_Injection_Runtime_Method_Replacer</guid>
      <pubDate>Mon, 29 Jun 2009 18:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Var - A Warning</title>
      <description>Don't over-use var keyword. It's not as clear what is going on if you do. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcomputeristsolutions.com%2fblog%2fpost%2fVar-e28093-A-Warning.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcomputeristsolutions.com%2fblog%2fpost%2fVar-e28093-A-Warning.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Var_A_Warning</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Var_A_Warning</guid>
      <pubDate>Mon, 22 Jun 2009 20:20:49 GMT</pubDate>
    </item>
    <item>
      <title>.Net Framework 4.0: Using memory mapped files</title>
      <description>.Net Framework 4.0 introduces memory mapped files. Memory mapped files are useful when you need to do in-memory data manipulation and your data structures are large. For large in-memory data the performance of memory mapped file is the best. It is much faster than MemoryStream. And like files on hard disc, memory mapped files can be shared between different programs. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f06%2f21%2fnet-framework-4-0-using-memory-mapped-files.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f06%2f21%2fnet-framework-4-0-using-memory-mapped-files.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Net_Framework_4_0_Using_memory_mapped_files</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Net_Framework_4_0_Using_memory_mapped_files</guid>
      <pubDate>Sun, 21 Jun 2009 08:05:49 GMT</pubDate>
    </item>
    <item>
      <title>Regions in Prism Video</title>
      <description>Regions in Prism are kind of like Master Pages. They allow us to have master and sub-views. If you're interested in composing views separately and then bringing them together in the running application, Regions are for you. As with all of the things in Prism, Regions are a part of the buffet. You can use them or not at your discretion. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevelopment-guides.silverbaylabs.org%2fVideo%2fPrism-Regions"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevelopment-guides.silverbaylabs.org%2fVideo%2fPrism-Regions" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Regions_in_Prism_Video</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Regions_in_Prism_Video</guid>
      <pubDate>Tue, 09 Jun 2009 16:54:26 GMT</pubDate>
    </item>
    <item>
      <title>Prism for Silverlight 2: Taking 'Hello World' to a Whole New Level</title>
      <description>A demo/reference sample of using Prism 2 for Silverlight with WCF and what I learned. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevelopmentalmadness.blogspot.com%2f2009%2f06%2fprism-for-silverlight-2-taking-hello.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevelopmentalmadness.blogspot.com%2f2009%2f06%2fprism-for-silverlight-2-taking-hello.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Prism_for_Silverlight_2_Taking_Hello_World_to_a_Whole_New_Level</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Prism_for_Silverlight_2_Taking_Hello_World_to_a_Whole_New_Level</guid>
      <pubDate>Tue, 09 Jun 2009 14:43:03 GMT</pubDate>
    </item>
    <item>
      <title>A Viewmodel for the ObservableCollection</title>
      <description>In this post I will describe a viewmodel that holds an ObservableCollection. The viewmodel called ObservableViewModel, can be used to navigate through a collection and make changes to it. I will also give an example on how to use it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2freyntjes.blogspot.com%2f2009%2f06%2fviewmodel-for-observablecollection.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2freyntjes.blogspot.com%2f2009%2f06%2fviewmodel-for-observablecollection.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/A_Viewmodel_for_the_ObservableCollection</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/A_Viewmodel_for_the_ObservableCollection</guid>
      <pubDate>Thu, 04 Jun 2009 12:34:35 GMT</pubDate>
    </item>
    <item>
      <title>Glass Behavior for WPF</title>
      <description>A new custom behavior for WPF that allows for a glass like effect.  Essentially you can place this behavior on any Visual, point to to a target visual and give it an effect and it will create an effect that looks like a piece of glass was placed over the screen.  You pretty much can make your own Aero effects within your application. . . &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjmorrill.hjtcentral.com%2fHome%2ftabid%2f428%2fEntryId%2f403%2fGlass-Behavior-for-WPF.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjmorrill.hjtcentral.com%2fHome%2ftabid%2f428%2fEntryId%2f403%2fGlass-Behavior-for-WPF.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Glass_Behavior_for_WPF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Glass_Behavior_for_WPF</guid>
      <pubDate>Mon, 13 Apr 2009 11:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Thriple - a library of 3D WPF components</title>
      <description>A CodePlex project by Josh Smith that contains 3D WPF components. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fthriple.codeplex.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fthriple.codeplex.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Thriple_a_library_of_3D_WPF_components</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Thriple_a_library_of_3D_WPF_components</guid>
      <pubDate>Sun, 08 Mar 2009 12:08:23 GMT</pubDate>
    </item>
    <item>
      <title>USB FM radio library was published on CodePlex</title>
      <description>Fully managed (C#) open source library to support USB FM radios with RDS and TMC support &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkhason.net%2fdev%2fusb-fm-radio-library-was-published-on-codeplex%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkhason.net%2fdev%2fusb-fm-radio-library-was-published-on-codeplex%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/USB_FM_radio_library_was_published_on_CodePlex</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/USB_FM_radio_library_was_published_on_CodePlex</guid>
      <pubDate>Sun, 04 Jan 2009 15:47:23 GMT</pubDate>
    </item>
    <item>
      <title>How to write WPF or Silverlight program without XAML</title>
      <description>From the moment, 10K MIX09 contest was launched, people keep asking the same question: Is it possible to have Silverlight program up and running without XAML at all? The answer is: YES. This article explains how &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2ftamir%2farchive%2f2008%2f12%2f23%2fquick-silverlight-and-wpf-tip-how-to-write-program-without-xaml.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2ftamir%2farchive%2f2008%2f12%2f23%2fquick-silverlight-and-wpf-tip-how-to-write-program-without-xaml.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/How_to_write_WPF_or_Silverlight_program_without_XAML</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/How_to_write_WPF_or_Silverlight_program_without_XAML</guid>
      <pubDate>Wed, 24 Dec 2008 13:34:47 GMT</pubDate>
    </item>
    <item>
      <title>AttachedCommandBehavior aka ACB</title>
      <description>This is a solution to attach a command to any Event of any Control in WPF &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmarlongrech.wordpress.com%2f2008%2f12%2f04%2fattachedcommandbehavior-aka-acb%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmarlongrech.wordpress.com%2f2008%2f12%2f04%2fattachedcommandbehavior-aka-acb%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/AttachedCommandBehavior_aka_ACB</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/AttachedCommandBehavior_aka_ACB</guid>
      <pubDate>Fri, 05 Dec 2008 03:13:27 GMT</pubDate>
    </item>
    <item>
      <title>Preview of Windows 7</title>
      <description>A preview of Windows 7 Pre-Beta on a high-end laptop. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fazurecoding.net%2fblogs%2fbrownie%2farchive%2f2008%2f11%2f12%2fmissed-it-by-that-much.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fazurecoding.net%2fblogs%2fbrownie%2farchive%2f2008%2f11%2f12%2fmissed-it-by-that-much.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Preview_of_Windows_7</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Preview_of_Windows_7</guid>
      <pubDate>Sat, 15 Nov 2008 03:39:39 GMT</pubDate>
    </item>
  </channel>
</rss>
