<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.windowsclient.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Articles</title><link>http://blogs.windowsclient.net/articles/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20423.869)</generator><item><title>WPF Treeview DataBinding with Dataset</title><link>http://blogs.windowsclient.net/articles/archive/2010/03/16/wpf-treeview-databinding-with-dataset.aspx</link><pubDate>Tue, 16 Mar 2010 14:05:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:309964</guid><dc:creator>Pon Saravanan</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.windowsclient.net/articles/rsscomments.aspx?PostID=309964</wfw:commentRss><comments>http://blogs.windowsclient.net/articles/archive/2010/03/16/wpf-treeview-databinding-with-dataset.aspx#comments</comments><description>Treeview will work if the dataset given is the Relational Database with proper relationships added. And give a name that describes the relationships well. Add a TextBlock for displaying the header table information. In this article we refer categories as the Header. Remember to provide a unique Key for the object. &lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=309964" width="1" height="1"&gt;</description></item><item><title>Weak Events Without The Fuss With A ‘WeakReference’ Event Proxy</title><link>http://blogs.windowsclient.net/articles/archive/2010/03/15/weak-events-without-the-fuss-with-a-weakreference-event-proxy.aspx</link><pubDate>Mon, 15 Mar 2010 14:30:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:310103</guid><dc:creator>Dean Chalk</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.windowsclient.net/articles/rsscomments.aspx?PostID=310103</wfw:commentRss><comments>http://blogs.windowsclient.net/articles/archive/2010/03/15/weak-events-without-the-fuss-with-a-weakreference-event-proxy.aspx#comments</comments><description>We all get clobbered at least once by memory leaks in our shiny new applications. One of the main causes of this is when objects that are expected to be garbage collected are not because we have not (or are unable) to unsubscribe them from the event handlers of longer living (static) objects. The de-facto solution is to implement Microsoft’s ‘WeakEventManager’, but it takes a lot of coding, and adds another layer of complexity to your applications. Wouldn’t it be great to do something a bit easier.......&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=310103" width="1" height="1"&gt;</description></item><item><title>Creating a Weather Gadget for Windows 7 </title><link>http://blogs.windowsclient.net/articles/archive/2010/03/11/creating-a-weather-gadget-for-windows-7.aspx</link><pubDate>Thu, 11 Mar 2010 15:19:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:309988</guid><dc:creator>Shoban Kumar</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.windowsclient.net/articles/rsscomments.aspx?PostID=309988</wfw:commentRss><comments>http://blogs.windowsclient.net/articles/archive/2010/03/11/creating-a-weather-gadget-for-windows-7.aspx#comments</comments><description>In this article we will see how you can develop a Weather gadget for Windows 7 which uses Yahoo Weather API for fetching Weather data. The application will also have some of the latest exciting features of Windows 7 like Thumbnail Toolbar and Progress bar. &lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=309988" width="1" height="1"&gt;</description></item><item><title>A WPF UML Editor</title><link>http://blogs.windowsclient.net/articles/archive/2010/03/10/a-wpf-uml-editor.aspx</link><pubDate>Wed, 10 Mar 2010 19:11:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:309871</guid><dc:creator>Omar AL Zabir</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.windowsclient.net/articles/rsscomments.aspx?PostID=309871</wfw:commentRss><comments>http://blogs.windowsclient.net/articles/archive/2010/03/10/a-wpf-uml-editor.aspx#comments</comments><description>PlantUML Editor, built using WPF and .NET 3.5, is an IDE for drawing UML diagram using the amazing PlantUML tool. If you have used PlantUML before, you know you can code UML diagrams super fast without struggling with a designer environment. You can *write* UML diagrams in plain English, following a simple syntax and get diagrams generated on-the-fly. &lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=309871" width="1" height="1"&gt;</description></item><item><title>Windows 7 Multitouch Application Development (Part - I)</title><link>http://blogs.windowsclient.net/articles/archive/2010/03/09/windows-7-multitouch-application-development-part-i.aspx</link><pubDate>Tue, 09 Mar 2010 15:01:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:309536</guid><dc:creator>Kunal Chowdhury</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.windowsclient.net/articles/rsscomments.aspx?PostID=309536</wfw:commentRss><comments>http://blogs.windowsclient.net/articles/archive/2010/03/09/windows-7-multitouch-application-development-part-i.aspx#comments</comments><description>Windows 7 came up with lots of goodies including better resource management, better performance, jumplist management, multitouch functionality &amp;amp; many more. Here I will discuss on developing a simple multitouch application using .Net 3.5 SP1.&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=309536" width="1" height="1"&gt;</description></item><item><title>Simplest Way to Implement Multilingual WPF Application</title><link>http://blogs.windowsclient.net/articles/archive/2010/03/08/simplest-way-to-implement-multilingual-wpf-application.aspx</link><pubDate>Mon, 08 Mar 2010 14:59:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:309534</guid><dc:creator>Abhishek Sur</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.windowsclient.net/articles/rsscomments.aspx?PostID=309534</wfw:commentRss><comments>http://blogs.windowsclient.net/articles/archive/2010/03/08/simplest-way-to-implement-multilingual-wpf-application.aspx#comments</comments><description>Easiest way to handle Globalization in your WPF application.&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=309534" width="1" height="1"&gt;</description></item><item><title>Asynchronous Method Invocation</title><link>http://blogs.windowsclient.net/articles/archive/2010/03/05/asynchronous-method-invocation.aspx</link><pubDate>Fri, 05 Mar 2010 15:42:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:309245</guid><dc:creator>Abhishek Sur</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.windowsclient.net/articles/rsscomments.aspx?PostID=309245</wfw:commentRss><comments>http://blogs.windowsclient.net/articles/archive/2010/03/05/asynchronous-method-invocation.aspx#comments</comments><description>Here I am showing how you can invoke a method asynchronously using delegates and AsyncCallback.&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=309245" width="1" height="1"&gt;</description></item><item><title>Polyline in WPF</title><link>http://blogs.windowsclient.net/articles/archive/2010/03/04/polyline-in-wpf.aspx</link><pubDate>Thu, 04 Mar 2010 15:13:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:306327</guid><dc:creator>dbeniwal21</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.windowsclient.net/articles/rsscomments.aspx?PostID=306327</wfw:commentRss><comments>http://blogs.windowsclient.net/articles/archive/2010/03/04/polyline-in-wpf.aspx#comments</comments><description>A polyline is a collection of connected straight lines. This article demonstrates how to create a polyline in WPF and XAML.&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=306327" width="1" height="1"&gt;</description></item><item><title>Show Parent Child Records in Windows Form like Ms Access</title><link>http://blogs.windowsclient.net/articles/archive/2010/03/03/show-parent-child-records-in-windows-form-like-ms-access.aspx</link><pubDate>Wed, 03 Mar 2010 13:36:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:307645</guid><dc:creator>Kirtan</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.windowsclient.net/articles/rsscomments.aspx?PostID=307645</wfw:commentRss><comments>http://blogs.windowsclient.net/articles/archive/2010/03/03/show-parent-child-records-in-windows-form-like-ms-access.aspx#comments</comments><description>In this article, I am going to teach you how to show records in a hierarchical view.&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=307645" width="1" height="1"&gt;</description></item><item><title>Scrolling Text Marquee Control</title><link>http://blogs.windowsclient.net/articles/archive/2010/03/02/scrolling-text-marquee-control.aspx</link><pubDate>Tue, 02 Mar 2010 17:24:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:305723</guid><dc:creator>dbeniwal21</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.windowsclient.net/articles/rsscomments.aspx?PostID=305723</wfw:commentRss><comments>http://blogs.windowsclient.net/articles/archive/2010/03/02/scrolling-text-marquee-control.aspx#comments</comments><description>The following article is a simple sample of a scrolling text marquee control for a Windows Forms application.&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=305723" width="1" height="1"&gt;</description></item><item><title>Polygon in WPF</title><link>http://blogs.windowsclient.net/articles/archive/2010/03/01/polygon-in-wpf.aspx</link><pubDate>Mon, 01 Mar 2010 16:12:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:305521</guid><dc:creator>dbeniwal21</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.windowsclient.net/articles/rsscomments.aspx?PostID=305521</wfw:commentRss><comments>http://blogs.windowsclient.net/articles/archive/2010/03/01/polygon-in-wpf.aspx#comments</comments><description>A polygon is a series of connected lines which is a closed shape. A closed shape is a shape that has same start point and end point. This article demonstrates how to create and use a polygon in WPF using XAML.&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=305521" width="1" height="1"&gt;</description></item><item><title>Layered Architecture for WPF Applications</title><link>http://blogs.windowsclient.net/articles/archive/2010/02/26/layered-architecture-for-wpf-applications.aspx</link><pubDate>Fri, 26 Feb 2010 14:29:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:307537</guid><dc:creator>jbe</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.windowsclient.net/articles/rsscomments.aspx?PostID=307537</wfw:commentRss><comments>http://blogs.windowsclient.net/articles/archive/2010/02/26/layered-architecture-for-wpf-applications.aspx#comments</comments><description>Layering is a very useful tool in structuring object-oriented software systems. It helps to organize the types and namespaces into a large-scale structure. The article shows how a Layered Architecture can be applied to a WPF application.&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=307537" width="1" height="1"&gt;</description></item><item><title>Building a GUI Editor</title><link>http://blogs.windowsclient.net/articles/archive/2010/02/25/building-a-gui-editor.aspx</link><pubDate>Thu, 25 Feb 2010 13:27:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:307020</guid><dc:creator>Ibrahim Ersoy</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.windowsclient.net/articles/rsscomments.aspx?PostID=307020</wfw:commentRss><comments>http://blogs.windowsclient.net/articles/archive/2010/02/25/building-a-gui-editor.aspx#comments</comments><description>In this article I&amp;#39;ll show you how to build a simple GUI Editor using C#.&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=307020" width="1" height="1"&gt;</description></item><item><title>Cropping or Clipping in WPF</title><link>http://blogs.windowsclient.net/articles/archive/2010/02/24/cropping-or-clipping-in-wpf.aspx</link><pubDate>Wed, 24 Feb 2010 15:08:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:306504</guid><dc:creator>Raj Kumar</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.windowsclient.net/articles/rsscomments.aspx?PostID=306504</wfw:commentRss><comments>http://blogs.windowsclient.net/articles/archive/2010/02/24/cropping-or-clipping-in-wpf.aspx#comments</comments><description>The Clip property of an element (defined in the UIElement class) is used to clip a region and represents the geometry that defines the content of an element. &lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=306504" width="1" height="1"&gt;</description></item><item><title>Move windows form without Border</title><link>http://blogs.windowsclient.net/articles/archive/2010/02/23/move-windows-form-without-border.aspx</link><pubDate>Tue, 23 Feb 2010 14:26:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:305724</guid><dc:creator>dbeniwal21</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.windowsclient.net/articles/rsscomments.aspx?PostID=305724</wfw:commentRss><comments>http://blogs.windowsclient.net/articles/archive/2010/02/23/move-windows-form-without-border.aspx#comments</comments><description>At&amp;nbsp;time its necessary that we want to move a&amp;nbsp;form without border. So here is the solution to move that type of form.&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=305724" width="1" height="1"&gt;</description></item></channel></rss>