<?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>virgerb-weblog</title>
	<atom:link href="http://www.virgerb-weblog.be/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.virgerb-weblog.be</link>
	<description>Virgerbs weblog</description>
	<lastBuildDate>Fri, 26 Mar 2010 09:28:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>C# cloning objects and lists</title>
		<link>http://www.virgerb-weblog.be/?p=116</link>
		<comments>http://www.virgerb-weblog.be/?p=116#comments</comments>
		<pubDate>Fri, 26 Mar 2010 09:28:07 +0000</pubDate>
		<dc:creator>gerbrand</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.virgerb-weblog.be/?p=116</guid>
		<description><![CDATA[Okay I had a situation where I needed to make a copy of my generic list (as a temporary backup). What I did was in my class I added a method &#8216;Clone&#8217;.
public object Clone()
{
var ms = new MemoryStream();
var bf = new BinaryFormatter();
bf.Serialize(ms, this);
ms.Position = 0;
var obj = bf.Deserialize(ms);
ms.Close();
return obj;
}
With this I could clone each object [...]]]></description>
		<wfw:commentRss>http://www.virgerb-weblog.be/?feed=rss2&amp;p=116</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Telerik Q1 2010 (part 3)</title>
		<link>http://www.virgerb-weblog.be/?p=113</link>
		<comments>http://www.virgerb-weblog.be/?p=113#comments</comments>
		<pubDate>Fri, 26 Mar 2010 08:59:25 +0000</pubDate>
		<dc:creator>gerbrand</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Telerik]]></category>

		<guid isPermaLink="false">http://www.virgerb-weblog.be/?p=113</guid>
		<description><![CDATA[I forgot to add a post about the webinar about the Telerik winform controls, presented by Robert Shoemate (twitter: @shoerob).
In this release the added a new layout for the visual style builder, a list of visual states and repository items. Now a nice feature that I like the most is that you can edit all [...]]]></description>
		<wfw:commentRss>http://www.virgerb-weblog.be/?feed=rss2&amp;p=113</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code Bubbles</title>
		<link>http://www.virgerb-weblog.be/?p=111</link>
		<comments>http://www.virgerb-weblog.be/?p=111#comments</comments>
		<pubDate>Thu, 11 Mar 2010 10:45:00 +0000</pubDate>
		<dc:creator>gerbrand</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.virgerb-weblog.be/?p=111</guid>
		<description><![CDATA[Code bubbles an amazing new way of how developers can work (only Java support for the moment). I saw the video and I was amazed and curious how this development will go further.
I signed myself up for the beta and waiting until it&#8217;s released.
&#8220;The essential goal of this project is to make it  easier [...]]]></description>
		<wfw:commentRss>http://www.virgerb-weblog.be/?feed=rss2&amp;p=111</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Telerik Q1 2010 (part 2)</title>
		<link>http://www.virgerb-weblog.be/?p=104</link>
		<comments>http://www.virgerb-weblog.be/?p=104#comments</comments>
		<pubDate>Thu, 11 Mar 2010 08:10:36 +0000</pubDate>
		<dc:creator>gerbrand</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Telerik]]></category>

		<guid isPermaLink="false">http://www.virgerb-weblog.be/?p=104</guid>
		<description><![CDATA[Yesterday the first release of Telerik controls 2010 was a fact. Today I&#8217;m going to download the release and have a look at the new controls and performances, &#8230;
Evan Hutnick presented yesterdays webinar about the RadControls for Silverlight and WPF. (He can be followed at Twitter:  @evanhutnick) In this release for they have some [...]]]></description>
		<wfw:commentRss>http://www.virgerb-weblog.be/?feed=rss2&amp;p=104</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Telerik Q1 2010</title>
		<link>http://www.virgerb-weblog.be/?p=102</link>
		<comments>http://www.virgerb-weblog.be/?p=102#comments</comments>
		<pubDate>Tue, 09 Mar 2010 22:42:50 +0000</pubDate>
		<dc:creator>gerbrand</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Telerik]]></category>

		<guid isPermaLink="false">http://www.virgerb-weblog.be/?p=102</guid>
		<description><![CDATA[Tomorrow the first release of Telerik controls 2010 will be a fact. Today I allready had a glimps of the new asp.net ajax &#38; mvc at the webinar.
Todd Anglin presented this webinar. (He can be followed at Twitter: @toddanglin) In this release they focussed on performance an productivity features.
If you want to view this webinar, [...]]]></description>
		<wfw:commentRss>http://www.virgerb-weblog.be/?feed=rss2&amp;p=102</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On holiday</title>
		<link>http://www.virgerb-weblog.be/?p=98</link>
		<comments>http://www.virgerb-weblog.be/?p=98#comments</comments>
		<pubDate>Tue, 01 Sep 2009 23:43:48 +0000</pubDate>
		<dc:creator>gerbrand</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.virgerb-weblog.be/?p=98</guid>
		<description><![CDATA[Finally some well deserved rest&#8230; Going to the Dominican Republic for 2 weeks&#8230; resting, diving, swimming, &#8230;
Just me and my wife&#8230;
We are staying at the region of Bayahibe. Not far of a national park.
I&#8217;ll upload some pictures later on this week&#8230;
Greetzz and untill next post
]]></description>
		<wfw:commentRss>http://www.virgerb-weblog.be/?feed=rss2&amp;p=98</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dell Studio 15</title>
		<link>http://www.virgerb-weblog.be/?p=94</link>
		<comments>http://www.virgerb-weblog.be/?p=94#comments</comments>
		<pubDate>Thu, 23 Jul 2009 17:19:01 +0000</pubDate>
		<dc:creator>gerbrand</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>
		<category><![CDATA[Dell Studio 15]]></category>

		<guid isPermaLink="false">http://www.virgerb-weblog.be/?p=94</guid>
		<description><![CDATA[Yesterday my new Dell Studio 15 arrived.
A quick overview of the configuration:
- display: 15.6&#8243; widescreen HD (1366X768) WLED with TrueLife
- Integrated camera 2.0 mega pixels
- Back cover: Jet black matte finish
- Intel core 2 duo T6500(2.1GHz, 800MHz, 2MB)
- Memory: 4096MB (2&#215;2048) 800Mhz DDR2 Dual Channel
- Hard Drive: 320GB Sata (5400rpm)
- Optical drive: 8x DVD +/-RW [...]]]></description>
		<wfw:commentRss>http://www.virgerb-weblog.be/?feed=rss2&amp;p=94</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Laptop</title>
		<link>http://www.virgerb-weblog.be/?p=90</link>
		<comments>http://www.virgerb-weblog.be/?p=90#comments</comments>
		<pubDate>Wed, 15 Jul 2009 16:33:51 +0000</pubDate>
		<dc:creator>gerbrand</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>
		<category><![CDATA[Dell Studio 15]]></category>

		<guid isPermaLink="false">http://www.virgerb-weblog.be/?p=90</guid>
		<description><![CDATA[Finally my new laptop(dell studio 15) will be soon arriving&#8230;
I got confirmation that he is sended. So hopefully I get it on friday.
On arrival I will write a post about it. Specs etc.
Till then&#8230; greetzz
Edit: Just got the word that my laptop will be arriving next week 22/07/09
]]></description>
		<wfw:commentRss>http://www.virgerb-weblog.be/?feed=rss2&amp;p=90</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubles</title>
		<link>http://www.virgerb-weblog.be/?p=86</link>
		<comments>http://www.virgerb-weblog.be/?p=86#comments</comments>
		<pubDate>Fri, 10 Jul 2009 06:17:29 +0000</pubDate>
		<dc:creator>gerbrand</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>

		<guid isPermaLink="false">http://www.virgerb-weblog.be/?p=86</guid>
		<description><![CDATA[Arghhh&#8230; Had some bad days last week. Motherboard of my master computer crashed -&#62; ordered new one together with the harddrives -&#62; now my order seems to be lost. They ordered it again so I have to wait again until next week.
Then 2 days later my laptop crashed (Acer, 5 years old), I ordered a [...]]]></description>
		<wfw:commentRss>http://www.virgerb-weblog.be/?feed=rss2&amp;p=86</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some NAS news (2)</title>
		<link>http://www.virgerb-weblog.be/?p=84</link>
		<comments>http://www.virgerb-weblog.be/?p=84#comments</comments>
		<pubDate>Wed, 01 Jul 2009 16:02:04 +0000</pubDate>
		<dc:creator>gerbrand</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>
		<category><![CDATA[NAS]]></category>

		<guid isPermaLink="false">http://www.virgerb-weblog.be/?p=84</guid>
		<description><![CDATA[Okay A bit later than expected but my hard drives are ordered. So I guess this weekend I will be able to make my own NAS and I&#8217;ll keep you all post it on how it went.
Greetz
]]></description>
		<wfw:commentRss>http://www.virgerb-weblog.be/?feed=rss2&amp;p=84</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
