<?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>.NET Micro Framework (Archive) &#187; 2.5</title>
	<atom:link href="http://www.microframework.nl/tag/2-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.microframework.nl</link>
	<description>Elze Kool&#039;s experiences with the Micro Framework</description>
	<lastBuildDate>Thu, 07 Apr 2011 21:02:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Binary Serialization with Micro Framework</title>
		<link>http://www.microframework.nl/2008/11/17/binary-serialization-with-micro-framework/</link>
		<comments>http://www.microframework.nl/2008/11/17/binary-serialization-with-micro-framework/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 19:27:38 +0000</pubDate>
		<dc:creator>Elze</dc:creator>
				<category><![CDATA[Just Blog'ing]]></category>
		<category><![CDATA[Tips-n-Tricks]]></category>
		<category><![CDATA[2.5]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[Serialization]]></category>

		<guid isPermaLink="false">http://www.microframework.nl/?p=171</guid>
		<description><![CDATA[Today I came acros this &#160;post on the GHI Electronics forum:

I&#8217;m developing my first application with EM, but sometimes i switch from happyness&#160;&#160;&#160;to sadness&#160;&#160;, this is why:
- Read/Write method in FileStream class of EMLibrary accept only bytes array, but what if I have to write/read int/float/long arrays ?
In C++ it easy: fwrite(&#38;AnyKindOfData, DataLenght, Elements),&#160;
InsertValueIntoArray and [...]]]></description>
		<wfw:commentRss>http://www.microframework.nl/2008/11/17/binary-serialization-with-micro-framework/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WPF, Delegates and Threads</title>
		<link>http://www.microframework.nl/2008/11/08/wpf-delegates-and-threads/</link>
		<comments>http://www.microframework.nl/2008/11/08/wpf-delegates-and-threads/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 07:55:07 +0000</pubDate>
		<dc:creator>Elze</dc:creator>
				<category><![CDATA[Just Blog'ing]]></category>
		<category><![CDATA[Tips-n-Tricks]]></category>
		<category><![CDATA[2.5]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[Dispatcher]]></category>
		<category><![CDATA[Threads]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.microframework.nl/?p=150</guid>
		<description><![CDATA[Introduction:
When I started programming for the .NET Micro Framework one of the things that where a bit difficult to grab was how to update WPF UI elements (Like a text control)&#160;from a thread.
It has all to do with thread safety. Threads run (semi) simultainus and so there is the change that you access the same&#160;variable [...]]]></description>
		<wfw:commentRss>http://www.microframework.nl/2008/11/08/wpf-delegates-and-threads/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>nRF24L01 Tranciever Class</title>
		<link>http://www.microframework.nl/2008/10/28/nrf24l01-tranciever-class/</link>
		<comments>http://www.microframework.nl/2008/10/28/nrf24l01-tranciever-class/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 20:20:15 +0000</pubDate>
		<dc:creator>Elze</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[2.5]]></category>
		<category><![CDATA[nRF24L01]]></category>
		<category><![CDATA[RF]]></category>

		<guid isPermaLink="false">http://www.microframework.nl/?p=98</guid>
		<description><![CDATA[An update on the previous post.. I&#8217;ve started developing the nRF24L01 Tranciever Class as I didn&#8217;t find any code for the .NET Micro Framework. It&#8217;s in an very early stage right now.
To view the current status on this project look for the &#34;nRF24L01 Tranciever Class&#34; project on the projects page or click on this link [...]]]></description>
		<wfw:commentRss>http://www.microframework.nl/2008/10/28/nrf24l01-tranciever-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

