<?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/"
		>
<channel>
	<title>Comments on: Convert your site from VB.NET to C#</title>
	<atom:link href="http://www.sharpdeveloper.net/content/archive/2008/02/12/convert-from-vbnet-to-csharp-code.aspx/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sharpdeveloper.net/content/archive/2008/02/12/convert-from-vbnet-to-csharp-code.aspx</link>
	<description>C# articles and tutorials on SharpDeveloper.NET</description>
	<lastBuildDate>Sun, 05 Sep 2010 04:33:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Sameer </title>
		<link>http://www.sharpdeveloper.net/content/archive/2008/02/12/convert-from-vbnet-to-csharp-code.aspx/comment-page-1#comment-45</link>
		<dc:creator>Sameer </dc:creator>
		<pubDate>Fri, 13 Jun 2008 16:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://migrate.sharpdeveloper.net/content/?p=204#comment-45</guid>
		<description>  But what if you want to convert to a web application project? In that case its necessary to convert to C# since your web site can have only 1 language type. </description>
		<content:encoded><![CDATA[<p>But what if you want to convert to a web application project? In that case its necessary to convert to C# since your web site can have only 1 language type.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Switch programmer</title>
		<link>http://www.sharpdeveloper.net/content/archive/2008/02/12/convert-from-vbnet-to-csharp-code.aspx/comment-page-1#comment-29</link>
		<dc:creator>Switch programmer</dc:creator>
		<pubDate>Mon, 25 Feb 2008 16:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://migrate.sharpdeveloper.net/content/?p=204#comment-29</guid>
		<description>Dim sw As New StringWriter
sw.WriteLine(&quot;Summary: {0}&quot;, description.Value.ToString)
sw.WriteLine(&quot;Summary: {0}&quot;, description.Value.ToString)
sw.WriteLine(&quot;Summary: {0}&quot;, description.Value.ToString)
and so on....

Return (sw.ToString())

NO &amp; _
never use &amp; use +

txtLocation.Text = (IIf(GetLocation() Is Nothing, &quot;&quot;, GetLocation())).ToString()
does the same thing

I write in both C# and VB.NET

If its written in VB.Net don&#039;t waste your time and money converting it to c#.... It&#039;s NOT worth it.
Just start your new apps in c#</description>
		<content:encoded><![CDATA[<p>Dim sw As New StringWriter<br />
sw.WriteLine(&#8220;Summary: {0}&#8221;, description.Value.ToString)<br />
sw.WriteLine(&#8220;Summary: {0}&#8221;, description.Value.ToString)<br />
sw.WriteLine(&#8220;Summary: {0}&#8221;, description.Value.ToString)<br />
and so on&#8230;.</p>
<p>Return (sw.ToString())</p>
<p>NO &#038; _<br />
never use &#038; use +</p>
<p>txtLocation.Text = (IIf(GetLocation() Is Nothing, &#8220;&#8221;, GetLocation())).ToString()<br />
does the same thing</p>
<p>I write in both C# and VB.NET</p>
<p>If its written in VB.Net don&#8217;t waste your time and money converting it to c#&#8230;. It&#8217;s NOT worth it.<br />
Just start your new apps in c#</p>
]]></content:encoded>
	</item>
</channel>
</rss>
