<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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: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>Comments on: About Me</title>
	<atom:link href="http://vicky4147.wordpress.com/about/feed/" rel="self" type="application/rss+xml" />
	<link>http://vicky4147.wordpress.com</link>
	<description>Food for Dynamics AX newbies!</description>
	<lastBuildDate>Sat, 21 Mar 2009 17:35:50 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: J.Veichselfish</title>
		<link>http://vicky4147.wordpress.com/about/#comment-328</link>
		<dc:creator>J.Veichselfish</dc:creator>
		<pubDate>Sat, 17 Nov 2007 16:47:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-328</guid>
		<description>Hi vicky4147
Thank you very much for your help.
Regards,
xyoavx</description>
		<content:encoded><![CDATA[<p>Hi vicky4147<br />
Thank you very much for your help.<br />
Regards,<br />
xyoavx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vicky4147</title>
		<link>http://vicky4147.wordpress.com/about/#comment-326</link>
		<dc:creator>vicky4147</dc:creator>
		<pubDate>Fri, 16 Nov 2007 08:48:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-326</guid>
		<description>Hi, 
You can try this - http://72.14.235.104/search?q=cache:rIRL23o1cm4J:research.microsoft.com/users/drh/pubs/CSharpCompiler.pdf+C%23+compiler+pdf&amp;hl=en&amp;ct=clnk&amp;cd=2
Regards...</description>
		<content:encoded><![CDATA[<p>Hi,<br />
You can try this &#8211; <a href="http://72.14.235.104/search?q=cache:rIRL23o1cm4J:research.microsoft.com/users/drh/pubs/CSharpCompiler.pdf+C%23+compiler+pdf&amp;hl=en&amp;ct=clnk&amp;cd=2" rel="nofollow">http://72.14.235.104/search?q=cache:rIRL23o1cm4J:research.microsoft.com/users/drh/pubs/CSharpCompiler.pdf+C%23+compiler+pdf&amp;hl=en&amp;ct=clnk&amp;cd=2</a><br />
Regards&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vicky4147</title>
		<link>http://vicky4147.wordpress.com/about/#comment-324</link>
		<dc:creator>vicky4147</dc:creator>
		<pubDate>Wed, 14 Nov 2007 07:11:37 +0000</pubDate>
		<guid isPermaLink="false">#comment-324</guid>
		<description>Hi,
I tried to open the pdf and it&#039;s working right now. I think you can try once more.
Regards...</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I tried to open the pdf and it&#8217;s working right now. I think you can try once more.<br />
Regards&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J.Veichselfish</title>
		<link>http://vicky4147.wordpress.com/about/#comment-322</link>
		<dc:creator>J.Veichselfish</dc:creator>
		<pubDate>Tue, 13 Nov 2007 13:16:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-322</guid>
		<description>Hi vicky4147
Thanks a lot for your answer. I tried download the pdf file but got an error from the server( 426 connection closed; transfer aborted). Can you give me another link ?
Regards,
xyoavx,
xyoavx@netvision.net.il</description>
		<content:encoded><![CDATA[<p>Hi vicky4147<br />
Thanks a lot for your answer. I tried download the pdf file but got an error from the server( 426 connection closed; transfer aborted). Can you give me another link ?<br />
Regards,<br />
xyoavx,<br />
<a href="mailto:xyoavx@netvision.net.il">xyoavx@netvision.net.il</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vicky4147</title>
		<link>http://vicky4147.wordpress.com/about/#comment-321</link>
		<dc:creator>vicky4147</dc:creator>
		<pubDate>Tue, 13 Nov 2007 10:33:31 +0000</pubDate>
		<guid isPermaLink="false">#comment-321</guid>
		<description>Hello,

I am not sure if C# is a one pass compiler. 
As far as I could make out from the following source, C# compiler is a multi-pass compiler.

ftp://ftp.research.microsoft.com/pub/tr/tr-2003-32.pdf</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I am not sure if C# is a one pass compiler.<br />
As far as I could make out from the following source, C# compiler is a multi-pass compiler.</p>
<p><a href="ftp://ftp.research.microsoft.com/pub/tr/tr-2003-32.pdf" rel="nofollow">ftp://ftp.research.microsoft.com/pub/tr/tr-2003-32.pdf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J.Veichselfish</title>
		<link>http://vicky4147.wordpress.com/about/#comment-320</link>
		<dc:creator>J.Veichselfish</dc:creator>
		<pubDate>Tue, 13 Nov 2007 08:35:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-320</guid>
		<description>Hello,
I have a question:
In c# an object can be created before its class definition.For example:
abc z = new abc();
class abc{}
It is a kind of forward reference.I don&#039;t understand how it can be done because as I know, c# compiler is a one pass compiler.
Thanks in advance
xyoavx</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I have a question:<br />
In c# an object can be created before its class definition.For example:<br />
abc z = new abc();<br />
class abc{}<br />
It is a kind of forward reference.I don&#8217;t understand how it can be done because as I know, c# compiler is a one pass compiler.<br />
Thanks in advance<br />
xyoavx</p>
]]></content:encoded>
	</item>
</channel>
</rss>
