<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Abdelrahman Elogeel&#039;s Blog</title>
	<atom:link href="http://abdelrahmanogail.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://abdelrahmanogail.wordpress.com</link>
	<description>Documenting Experience</description>
	<lastBuildDate>Sat, 08 Oct 2011 21:46:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='abdelrahmanogail.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/ec16ba16546420bddc9fd9c6ebb0bfa7?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Abdelrahman Elogeel&#039;s Blog</title>
		<link>http://abdelrahmanogail.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://abdelrahmanogail.wordpress.com/osd.xml" title="Abdelrahman Elogeel&#039;s Blog" />
	<atom:link rel='hub' href='http://abdelrahmanogail.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to get current path/directory in power shell in C#</title>
		<link>http://abdelrahmanogail.wordpress.com/2011/10/08/how-to-get-current-pathdirectory-in-power-shell-in-c/</link>
		<comments>http://abdelrahmanogail.wordpress.com/2011/10/08/how-to-get-current-pathdirectory-in-power-shell-in-c/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 02:03:41 +0000</pubDate>
		<dc:creator>Zikas</dc:creator>
				<category><![CDATA[Windows Power Shell]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[CmdLet]]></category>
		<category><![CDATA[Current Directory]]></category>
		<category><![CDATA[Current Path]]></category>
		<category><![CDATA[Power Shell]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[SessionState]]></category>

		<guid isPermaLink="false">https://abdelrahmanogail.wordpress.com/2011/10/08/how-to-get-current-pathdirectory-in-power-shell-in-c/</guid>
		<description><![CDATA[This is a quick tutorial which explains how can you get the current directory of the power shell navigator. As an example: Navigator Current Directory PS C:\Windows\System32&#62; C:\Windows\System32 PS C:\Program Files\&#62; C:\Program Files PS E:\MyFile&#62; E:\MyFile This can be done in C# using this piece of code: using System.Management.Automation; // Declare the class as a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdelrahmanogail.wordpress.com&amp;blog=7285665&amp;post=646&amp;subd=abdelrahmanogail&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://abdelrahmanogail.wordpress.com/2011/10/08/how-to-get-current-pathdirectory-in-power-shell-in-c/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/845e2279db97207146d9a29a8223e939?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ZiKaS</media:title>
		</media:content>
	</item>
		<item>
		<title>Shared Assemblies and Strongly Named Assemblies (CLR via C#)</title>
		<link>http://abdelrahmanogail.wordpress.com/2011/08/06/shared-assemblies-and-strongly-named-assemblies-clr-via-c/</link>
		<comments>http://abdelrahmanogail.wordpress.com/2011/08/06/shared-assemblies-and-strongly-named-assemblies-clr-via-c/#comments</comments>
		<pubDate>Sat, 06 Aug 2011 21:45:56 +0000</pubDate>
		<dc:creator>Zikas</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[CLR via C#]]></category>

		<guid isPermaLink="false">http://abdelrahmanogail.wordpress.com/2011/08/06/shared-assemblies-and-strongly-named-assemblies-clr-via-c/</guid>
		<description><![CDATA[The CLR supports two kinds of assemblies: weakly named assemblies and strongly named assemblies. The real difference between weakly named and strongly named assemblies is that a strongly named assembly is signed with a publisher&#8217;s public/private key pair that uniquely identifies the assembly&#8217;s publisher. An assembly can be deployed in two ways: privately or globally. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdelrahmanogail.wordpress.com&amp;blog=7285665&amp;post=644&amp;subd=abdelrahmanogail&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://abdelrahmanogail.wordpress.com/2011/08/06/shared-assemblies-and-strongly-named-assemblies-clr-via-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/845e2279db97207146d9a29a8223e939?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ZiKaS</media:title>
		</media:content>

		<media:content url="http://abdelrahmanogail.files.wordpress.com/2011/08/080611_2145_sharedassem1.jpg" medium="image" />

		<media:content url="http://abdelrahmanogail.files.wordpress.com/2011/08/080611_2145_sharedassem2.png" medium="image" />
	</item>
		<item>
		<title>Building, Packaging, Deploying, and Administering Applications and Types (CLR via C#)</title>
		<link>http://abdelrahmanogail.wordpress.com/2011/08/04/building-packaging-deploying-and-administering-applications-and-types-clr-via-c/</link>
		<comments>http://abdelrahmanogail.wordpress.com/2011/08/04/building-packaging-deploying-and-administering-applications-and-types-clr-via-c/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 20:04:37 +0000</pubDate>
		<dc:creator>Zikas</dc:creator>
				<category><![CDATA[CLR via C#]]></category>

		<guid isPermaLink="false">http://abdelrahmanogail.wordpress.com/2011/08/04/building-packaging-deploying-and-administering-applications-and-types-clr-via-c/</guid>
		<description><![CDATA[A managed PE file has four main parts: PE32(+) headerThe PE32(+) header is the standard information that Windows expects CLR headerThe CLR header is a small block of information that is specific to modules that require the CLR (managed modules). The header includes the major and minor version number of the CLR that the module [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdelrahmanogail.wordpress.com&amp;blog=7285665&amp;post=641&amp;subd=abdelrahmanogail&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://abdelrahmanogail.wordpress.com/2011/08/04/building-packaging-deploying-and-administering-applications-and-types-clr-via-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/845e2279db97207146d9a29a8223e939?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ZiKaS</media:title>
		</media:content>

		<media:content url="http://abdelrahmanogail.files.wordpress.com/2011/08/080411_2004_buildingpac1.png" medium="image" />

		<media:content url="http://abdelrahmanogail.files.wordpress.com/2011/08/080411_2004_buildingpac2.png" medium="image" />

		<media:content url="http://abdelrahmanogail.files.wordpress.com/2011/08/080411_2004_buildingpac3.png" medium="image" />
	</item>
		<item>
		<title>Learning and Disciplines in Computer Science</title>
		<link>http://abdelrahmanogail.wordpress.com/2011/07/24/learning-and-disciplines-in-computer-science/</link>
		<comments>http://abdelrahmanogail.wordpress.com/2011/07/24/learning-and-disciplines-in-computer-science/#comments</comments>
		<pubDate>Sun, 24 Jul 2011 02:09:01 +0000</pubDate>
		<dc:creator>Zikas</dc:creator>
				<category><![CDATA[Orientation]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Programmer]]></category>
		<category><![CDATA[Software Engineer]]></category>

		<guid isPermaLink="false">https://abdelrahmanogail.wordpress.com/2011/07/24/learning-and-disciplines-in-computer-science/</guid>
		<description><![CDATA[No one argues that education and learning has important role in being outstanding. In this post I’ll try to explain from my point of view what are different learning areas in Computer Science. Basic Computer Science This area constructs basic thinking and problem solving skills for computer science student. Examples of this area include: Data [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdelrahmanogail.wordpress.com&amp;blog=7285665&amp;post=634&amp;subd=abdelrahmanogail&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://abdelrahmanogail.wordpress.com/2011/07/24/learning-and-disciplines-in-computer-science/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/845e2279db97207146d9a29a8223e939?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ZiKaS</media:title>
		</media:content>
	</item>
		<item>
		<title>The CLR’s Execution Model</title>
		<link>http://abdelrahmanogail.wordpress.com/2011/06/27/the-clr%e2%80%99s-execution-model/</link>
		<comments>http://abdelrahmanogail.wordpress.com/2011/06/27/the-clr%e2%80%99s-execution-model/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 05:10:08 +0000</pubDate>
		<dc:creator>Zikas</dc:creator>
				<category><![CDATA[CLR via C#]]></category>

		<guid isPermaLink="false">http://abdelrahmanogail.wordpress.com/2011/06/27/the-clr%e2%80%99s-execution-model/</guid>
		<description><![CDATA[Compiling Source Code into Managed Modules: The common language runtime (CLR) is just what its name says it is: a runtime that is usable by different and varied programming languages. The core features of the CLR (such as memory management, assembly loading, security, exception handling, and thread synchronization) are available to any and all programming [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdelrahmanogail.wordpress.com&amp;blog=7285665&amp;post=633&amp;subd=abdelrahmanogail&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://abdelrahmanogail.wordpress.com/2011/06/27/the-clr%e2%80%99s-execution-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/845e2279db97207146d9a29a8223e939?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ZiKaS</media:title>
		</media:content>

		<media:content url="http://abdelrahmanogail.files.wordpress.com/2011/06/062711_0509_theclrsexec1.png" medium="image" />

		<media:content url="http://abdelrahmanogail.files.wordpress.com/2011/06/062711_0509_theclrsexec2.png" medium="image" />

		<media:content url="http://abdelrahmanogail.files.wordpress.com/2011/06/062711_0509_theclrsexec3.png" medium="image" />

		<media:content url="http://abdelrahmanogail.files.wordpress.com/2011/06/062711_0509_theclrsexec4.png" medium="image" />

		<media:content url="http://abdelrahmanogail.files.wordpress.com/2011/06/062711_0509_theclrsexec5.png" medium="image" />
	</item>
		<item>
		<title>Explore your Environment: CLR Fundamentals</title>
		<link>http://abdelrahmanogail.wordpress.com/2011/06/15/explore-your-environment-clr-fundamentals/</link>
		<comments>http://abdelrahmanogail.wordpress.com/2011/06/15/explore-your-environment-clr-fundamentals/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 23:22:48 +0000</pubDate>
		<dc:creator>Zikas</dc:creator>
				<category><![CDATA[.NET Debugging]]></category>

		<guid isPermaLink="false">http://abdelrahmanogail.wordpress.com/2011/06/15/explore-your-environment-clr-fundamentals/</guid>
		<description><![CDATA[As with any form of troubleshooting, the more you understand the underlying system being debugged the greater success you will have at identifying the root cause. In the .NET world, this translates to understanding how the runtime itself functions. Knowing how the garbage collector works will enable you to more efficiently debug memory &#8220;leak&#8221; issues. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdelrahmanogail.wordpress.com&amp;blog=7285665&amp;post=624&amp;subd=abdelrahmanogail&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://abdelrahmanogail.wordpress.com/2011/06/15/explore-your-environment-clr-fundamentals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/845e2279db97207146d9a29a8223e939?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ZiKaS</media:title>
		</media:content>

		<media:content url="http://abdelrahmanogail.files.wordpress.com/2011/06/061511_2322_exploreyour1.png" medium="image" />

		<media:content url="http://abdelrahmanogail.files.wordpress.com/2011/06/061511_2322_exploreyour2.png" medium="image" />

		<media:content url="http://abdelrahmanogail.files.wordpress.com/2011/06/061511_2322_exploreyour3.png" medium="image" />

		<media:content url="http://abdelrahmanogail.files.wordpress.com/2011/06/061511_2322_exploreyour4.png" medium="image" />

		<media:content url="http://abdelrahmanogail.files.wordpress.com/2011/06/061511_2322_exploreyour5.png" medium="image" />

		<media:content url="http://abdelrahmanogail.files.wordpress.com/2011/06/061511_2322_exploreyour6.png" medium="image" />

		<media:content url="http://abdelrahmanogail.files.wordpress.com/2011/06/061511_2322_exploreyour7.png" medium="image" />

		<media:content url="http://abdelrahmanogail.files.wordpress.com/2011/06/061511_2322_exploreyour8.png" medium="image" />

		<media:content url="http://abdelrahmanogail.files.wordpress.com/2011/06/061511_2322_exploreyour9.png" medium="image" />

		<media:content url="http://abdelrahmanogail.files.wordpress.com/2011/06/061511_2322_exploreyour10.png" medium="image" />
	</item>
		<item>
		<title>Introduction to the Debugging Tools</title>
		<link>http://abdelrahmanogail.wordpress.com/2011/06/09/introduction-to-the-debugging-tools/</link>
		<comments>http://abdelrahmanogail.wordpress.com/2011/06/09/introduction-to-the-debugging-tools/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 23:36:01 +0000</pubDate>
		<dc:creator>Zikas</dc:creator>
				<category><![CDATA[.NET Debugging]]></category>

		<guid isPermaLink="false">http://abdelrahmanogail.wordpress.com/2011/06/09/introduction-to-the-debugging-tools/</guid>
		<description><![CDATA[Ad-hoc debugging, is about guessing the general area of the code base where the source of the problem might be and then tracing the code line by line. Using debugging tools may speedup and safe time/efforts for developers while debugging. Here we describe common tools for debugging. Debugging Tools for Windows: Usage scenarios: Collection of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdelrahmanogail.wordpress.com&amp;blog=7285665&amp;post=607&amp;subd=abdelrahmanogail&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://abdelrahmanogail.wordpress.com/2011/06/09/introduction-to-the-debugging-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/845e2279db97207146d9a29a8223e939?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ZiKaS</media:title>
		</media:content>

		<media:content url="http://abdelrahmanogail.files.wordpress.com/2011/06/060911_2335_introductio1.png" medium="image" />

		<media:content url="http://abdelrahmanogail.files.wordpress.com/2011/06/060911_2335_introductio2.png" medium="image" />

		<media:content url="http://abdelrahmanogail.files.wordpress.com/2011/06/060911_2335_introductio3.png" medium="image" />

		<media:content url="http://abdelrahmanogail.files.wordpress.com/2011/06/060911_2335_introductio4.png" medium="image" />
	</item>
		<item>
		<title>CLR via C#</title>
		<link>http://abdelrahmanogail.wordpress.com/2011/06/01/clr-via-c/</link>
		<comments>http://abdelrahmanogail.wordpress.com/2011/06/01/clr-via-c/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 20:05:00 +0000</pubDate>
		<dc:creator>Zikas</dc:creator>
				<category><![CDATA[CLR via C#]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[CLR]]></category>
		<category><![CDATA[Internals]]></category>
		<category><![CDATA[Jeffery Richter]]></category>

		<guid isPermaLink="false">https://abdelrahmanogail.wordpress.com/2011/06/01/clr-via-c/</guid>
		<description><![CDATA[All posts in tagged with CLR via C# are summaries for Jeffery Richter great book CLR via C#. Filed under: CLR via C#<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdelrahmanogail.wordpress.com&amp;blog=7285665&amp;post=645&amp;subd=abdelrahmanogail&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://abdelrahmanogail.wordpress.com/2011/06/01/clr-via-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/845e2279db97207146d9a29a8223e939?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ZiKaS</media:title>
		</media:content>

		<media:content url="http://ecx.images-amazon.com/images/I/412wa7iEt3L.jpg" medium="image" />
	</item>
		<item>
		<title>Starting at Microsoft</title>
		<link>http://abdelrahmanogail.wordpress.com/2011/05/10/starting-at-microsoft/</link>
		<comments>http://abdelrahmanogail.wordpress.com/2011/05/10/starting-at-microsoft/#comments</comments>
		<pubDate>Tue, 10 May 2011 11:45:43 +0000</pubDate>
		<dc:creator>Zikas</dc:creator>
				<category><![CDATA[Orientation]]></category>

		<guid isPermaLink="false">http://abdelrahmanogail.wordpress.com/2011/05/10/starting-at-microsoft/</guid>
		<description><![CDATA[Starting in C#: The key with C# is not about knowing its syntax rather; it&#8217;s about mastering the Framework. CLR via C# is strongly recommended to read. Working as a developer: One of important roles for you as a developer is to know how to develop Framework. You can read Framework Design Guidelines as a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdelrahmanogail.wordpress.com&amp;blog=7285665&amp;post=602&amp;subd=abdelrahmanogail&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://abdelrahmanogail.wordpress.com/2011/05/10/starting-at-microsoft/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/845e2279db97207146d9a29a8223e939?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ZiKaS</media:title>
		</media:content>
	</item>
		<item>
		<title>The Semantics of Constructors</title>
		<link>http://abdelrahmanogail.wordpress.com/2011/03/24/the-semantics-of-constructors/</link>
		<comments>http://abdelrahmanogail.wordpress.com/2011/03/24/the-semantics-of-constructors/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 06:37:31 +0000</pubDate>
		<dc:creator>Zikas</dc:creator>
				<category><![CDATA[C++ Object Model]]></category>

		<guid isPermaLink="false">http://abdelrahmanogail.wordpress.com/2011/03/24/the-semantics-of-constructors/</guid>
		<description><![CDATA[Default Constructor Construction: There are four characteristics of a class under which the compiler needs to synthesize a default constructor for classes that declare no constructor at all. The Standard refers to these as implicit, nontrivial default constructors. The synthesized constructor fulfills only an implementation need. It does this by Invoking member object default constructor [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdelrahmanogail.wordpress.com&amp;blog=7285665&amp;post=597&amp;subd=abdelrahmanogail&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://abdelrahmanogail.wordpress.com/2011/03/24/the-semantics-of-constructors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/845e2279db97207146d9a29a8223e939?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ZiKaS</media:title>
		</media:content>
	</item>
	</channel>
</rss>
