<?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>Meseret Gebre &#187; C++</title>
	<atom:link href="http://meseretgebre.com/archives/tag/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://meseretgebre.com</link>
	<description></description>
	<lastBuildDate>Fri, 04 Jun 2010 07:15:05 +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>WPF Series</title>
		<link>http://meseretgebre.com/archives/wpf-series/</link>
		<comments>http://meseretgebre.com/archives/wpf-series/#comments</comments>
		<pubDate>Sun, 02 May 2010 02:50:17 +0000</pubDate>
		<dc:creator>mez</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://meseretgebre.com/?p=191</guid>
		<description><![CDATA[I am starting a record here, to document my learning experience with WPF (Windows Presentation Foundation). Learning because of a business need. I have started a cool project at work and in order to make our latest product the greatest it can be, I have to learn as much as possible about WPF in order [...]]]></description>
			<content:encoded><![CDATA[<p>I am starting a record here, to document my learning experience with WPF (Windows Presentation Foundation). Learning because of a business need. I have started a cool project at work and in order to make our latest product the greatest it can be, I have to learn as much as possible about WPF in order to max out the user experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://meseretgebre.com/archives/wpf-series/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C Sharp .NET 3.0 and Beyond</title>
		<link>http://meseretgebre.com/archives/c-sharp-net-3-0-and-beyond/</link>
		<comments>http://meseretgebre.com/archives/c-sharp-net-3-0-and-beyond/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 00:28:40 +0000</pubDate>
		<dc:creator>mez</dc:creator>
				<category><![CDATA[CSharp]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[NET 3.0]]></category>
		<category><![CDATA[NET 4.0]]></category>

		<guid isPermaLink="false">http://meseretgebre.com/?p=180</guid>
		<description><![CDATA[I have started learning everything .NET lately. Among the vast amount of information I have taken a liking to C# and the features it offers with .NET! I jumped into the .NET game at version 3.5 this means I have a lot to learn in a short span of time. I decided to concentrate on [...]]]></description>
			<content:encoded><![CDATA[<p>I have started learning everything .NET lately. Among the vast amount of information I have taken a liking to C# and the features it offers with .NET! I jumped into the .NET game at version 3.5 this means I have a lot to learn in a short span of time. I decided to concentrate on features starting from .NET 3.0 and up. I know this is super late and probably everyone knows about these features of the language, but I am going to talk about them anyways <img src='http://meseretgebre.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />   The next article will be on the following features, that make my life as a developer so much easier.</p>
<ul>
<li>Automatic Properties</li>
<li>Implicitly typed local variables</li>
<li>Anonymous types</li>
<li>Object and collection initializers</li>
<li>Query expressions (LINQ)</li>
</ul>
<p>I am doing this mostly as a primer/base for my next article some time in the future. This future article will be about the cool features in the up and coming C# .NET 4.0!</p>
]]></content:encoded>
			<wfw:commentRss>http://meseretgebre.com/archives/c-sharp-net-3-0-and-beyond/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Research Work Issues</title>
		<link>http://meseretgebre.com/archives/research-work-issues/</link>
		<comments>http://meseretgebre.com/archives/research-work-issues/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 09:31:13 +0000</pubDate>
		<dc:creator>mez</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Issues]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://meseretgebre.com/?p=106</guid>
		<description><![CDATA[I had a freaking break down today. There are just so many things going on with research and at times can feel very over whelming. I took this day off to get a hold of myself and to reorganize my current attack plan. Things on my list that have to be done for research include:

Thesis [...]]]></description>
			<content:encoded><![CDATA[<p>I had a freaking break down today. There are just so many things going on with research and at times can feel very over whelming. I took this day off to get a hold of myself and to reorganize my current attack plan. Things on my list that have to be done for research include:</p>
<ul>
<li>Thesis write up</li>
<li>muse benchmarking</li>
<li>muse website</li>
</ul>
<p>My issue today was with testing.  Ignoring the fact that I am not a c++ expert (in my opinion the shear complexities of c++ requires many years of development to master, and the word expert should not be used to lightly),  dealing with code that runs in parallel is just a pain the a**. There is no easy way to test, no easy way to unit test. When a bug is discovered, well, good luck because hunting that bug down will consume valuable time. I have managed to make good progress on the muse website <a href="http://musesimulation.org">musesimulation.org</a>. However my work on the thesis writeup has been at a stand still for the last week and a half because I have been developing simulations for my benchmarking.</p>
<p>Benchmarking is a whole other ball game. I found the best way to find bugs in the kernel is to create different types of simulations and see if they work. Everytime I create a benchmark simulation I find an error. This got me thinking, why is there no good way to test parallel code? However I am determined to create something useful and I will give it all I got <img src='http://meseretgebre.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Anyways, this is my rant for the day and if you have some tips about parallel development please feel free to leave some hints.</p>
]]></content:encoded>
			<wfw:commentRss>http://meseretgebre.com/archives/research-work-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
