<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
	>
<channel>
	<title>Comments on: Is C# like Robby Williams?</title>
	<atom:link href="http://www.blog.methodsinexcel.co.uk/2009/02/04/is-c-like-robby-william/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.methodsinexcel.co.uk/2009/02/04/is-c-like-robby-william/</link>
	<description></description>
	<lastBuildDate>Tue,  7 Feb 2012 16:37:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: .Net 4.0 imporvments, Good for Office Devlopers! &#171; Methods In Excel</title>
		<link>http://www.blog.methodsinexcel.co.uk/2009/02/04/is-c-like-robby-william/comment-page-1/#comment-77379</link>
		<dc:creator>.Net 4.0 imporvments, Good for Office Devlopers! &#171; Methods In Excel</dc:creator>
		<pubDate>Tue, 24 Nov 2009 12:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/2009/02/04/is-c-like-robby-william/#comment-77379</guid>
		<description>[...] bogged before about what version 4 of .Net could mean for Office devs. Now the beta&#8217;s been out for a while too. [...]</description>
		<content:encoded><![CDATA[<p>[...] bogged before about what version 4 of .Net could mean for Office devs. Now the beta&#8217;s been out for a while too. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://www.blog.methodsinexcel.co.uk/2009/02/04/is-c-like-robby-william/comment-page-1/#comment-68738</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Tue, 24 Feb 2009 19:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/2009/02/04/is-c-like-robby-william/#comment-68738</guid>
		<description>Yeah, I wish that they would just make VB, &quot;simple&quot;, it&#039;s not like you cant drop in to C# if you need to. I just dont, and never have seen the point of having C# and VB!
Crazy fools!

Maybe they know something we don&#039;t - well they certainly do, but you know what I mean!</description>
		<content:encoded><![CDATA[<p>Yeah, I wish that they would just make VB, &#8220;simple&#8221;, it&#8217;s not like you cant drop in to C# if you need to. I just dont, and never have seen the point of having C# and VB!<br />
Crazy fools!</p>
<p>Maybe they know something we don&#8217;t &#8211; well they certainly do, but you know what I mean!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simon</title>
		<link>http://www.blog.methodsinexcel.co.uk/2009/02/04/is-c-like-robby-william/comment-page-1/#comment-68644</link>
		<dc:creator>simon</dc:creator>
		<pubDate>Mon, 23 Feb 2009 21:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/2009/02/04/is-c-like-robby-william/#comment-68644</guid>
		<description>Ross
I&#039;ve been wondering (roughly) the same thing.

I remember C# being trumpeteted as being as powerful as C++ but safer and simpler. In reality of course it was just missing  a chunk of useful C++ language features. they have almost added them all back now so C# 4 is now almost as powerful and complex as C++.</description>
		<content:encoded><![CDATA[<p>Ross<br />
I&#8217;ve been wondering (roughly) the same thing.</p>
<p>I remember C# being trumpeteted as being as powerful as C++ but safer and simpler. In reality of course it was just missing  a chunk of useful C++ language features. they have almost added them all back now so C# 4 is now almost as powerful and complex as C++.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ross</title>
		<link>http://www.blog.methodsinexcel.co.uk/2009/02/04/is-c-like-robby-william/comment-page-1/#comment-66667</link>
		<dc:creator>ross</dc:creator>
		<pubDate>Wed, 04 Feb 2009 10:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/2009/02/04/is-c-like-robby-william/#comment-66667</guid>
		<description>lol! Yeah, believe it or not I did notice that, but then I though, copyright, trademark, liable!</description>
		<content:encoded><![CDATA[<p>lol! Yeah, believe it or not I did notice that, but then I though, copyright, trademark, liable!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gordon</title>
		<link>http://www.blog.methodsinexcel.co.uk/2009/02/04/is-c-like-robby-william/comment-page-1/#comment-66654</link>
		<dc:creator>Gordon</dc:creator>
		<pubDate>Wed, 04 Feb 2009 06:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/2009/02/04/is-c-like-robby-william/#comment-66654</guid>
		<description>[VBA]
Function realName(blogSubjectName as string) as string
    blogSubjectName = Replace(blogSubjectName, &quot;y&quot;, &quot;ie&quot;)
    blogSubjectName = Replace(blogSubjectName, &quot;m&quot;, &quot;ms&quot;)
    realName = blogSubjectName
End Function
[/VBA]</description>
		<content:encoded><![CDATA[<p>[VBA]<br />
Function realName(blogSubjectName as string) as string<br />
    blogSubjectName = Replace(blogSubjectName, &#8220;y&#8221;, &#8220;ie&#8221;)<br />
    blogSubjectName = Replace(blogSubjectName, &#8220;m&#8221;, &#8220;ms&#8221;)<br />
    realName = blogSubjectName<br />
End Function<br />
[/VBA]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

