<?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>Open Coding &#187; WPF</title>
	<atom:link href="http://code.dortikum.net/category/wpf/feed/" rel="self" type="application/rss+xml" />
	<link>http://code.dortikum.net</link>
	<description>Free your imagination</description>
	<lastBuildDate>Wed, 28 Jul 2010 12:45:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>WPF MVVM and Showing Dialogs</title>
		<link>http://code.dortikum.net/2010/01/05/wpf-mvvm-and-showing-dialogs/</link>
		<comments>http://code.dortikum.net/2010/01/05/wpf-mvvm-and-showing-dialogs/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 11:06:01 +0000</pubDate>
		<dc:creator>Boyan Mihaylov</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Design Patterns]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[mvvm]]></category>

		<guid isPermaLink="false">http://code.dortikum.net/?p=194</guid>
		<description><![CDATA[Developing a WPF/Silverlight application using the MVVM (Model-View-ViewModel) pattern is a real challenge. But you know that using this pattern you write low-coupled and fully testable code (I hope). As MVVM says, the View can contain only XAML declarations. That is, no code-behind is present in your .xaml.cs file. The Problem Everythins is so cool till now. But [...]]]></description>
		<wfw:commentRss>http://code.dortikum.net/2010/01/05/wpf-mvvm-and-showing-dialogs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Extending ItemsControl in WPF/Silverlight remark</title>
		<link>http://code.dortikum.net/2009/12/20/extending-itemscontrol-in-wpfsilverlight-remark/</link>
		<comments>http://code.dortikum.net/2009/12/20/extending-itemscontrol-in-wpfsilverlight-remark/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 09:43:20 +0000</pubDate>
		<dc:creator>Boyan Mihaylov</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[itemscontrol]]></category>

		<guid isPermaLink="false">http://code.dortikum.net/?p=186</guid>
		<description><![CDATA[Have you ever tried to extend ItemsControl in WPF/Silverlight? I guess the answer is Yes. In many situations you need to create a custom control, which support items. In this case you can use either ItemsControl or ListBox as a base. ItemsControl provides a couple of methods to help you build your items control. Such methods are IsItemItsOwnContainerOverride, GetContainerForItemOverride [...]]]></description>
		<wfw:commentRss>http://code.dortikum.net/2009/12/20/extending-itemscontrol-in-wpfsilverlight-remark/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Timer vs. DispatcherTimer in WPF</title>
		<link>http://code.dortikum.net/2008/08/06/timer-vs-dispatchertimer-in-wpf/</link>
		<comments>http://code.dortikum.net/2008/08/06/timer-vs-dispatchertimer-in-wpf/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 17:11:46 +0000</pubDate>
		<dc:creator>Boyan Mihaylov</dc:creator>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[dispatcher]]></category>
		<category><![CDATA[timer]]></category>

		<guid isPermaLink="false">http://code.dortikum.net/?p=105</guid>
		<description><![CDATA[Have you ever wondered what is the difference between Timer and DispatcherTimer in WPF / Silverlight? In this post I will try to explain you the little difference. Timer generates recurring events in an application. DispatcherTimer is a timer that is integrated into the Dispatcher queue which is processed at a specified interval of time [...]]]></description>
		<wfw:commentRss>http://code.dortikum.net/2008/08/06/timer-vs-dispatchertimer-in-wpf/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
