<?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: C# &amp; Java conversion</title>
	<atom:link href="http://www.kevingao.net/csharp-java-conversion/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kevingao.net</link>
	<description>SourceSafe, Source Control, Software Development</description>
	<lastBuildDate>Mon, 08 Mar 2010 10:35:10 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sunilkumar</title>
		<link>http://www.kevingao.net/csharp-java-conversion/comment-page-1#comment-2450</link>
		<dc:creator>sunilkumar</dc:creator>
		<pubDate>Fri, 13 Nov 2009 12:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevingao.net/?page_id=621#comment-2450</guid>
		<description>Good Tutorial indeed. Thanks for posting.</description>
		<content:encoded><![CDATA[<p>Good Tutorial indeed. Thanks for posting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSharpJavaMerger Framework To Convert Between Java And C# &#171; Jasper Blog</title>
		<link>http://www.kevingao.net/csharp-java-conversion/comment-page-1#comment-2446</link>
		<dc:creator>CSharpJavaMerger Framework To Convert Between Java And C# &#171; Jasper Blog</dc:creator>
		<pubDate>Sun, 08 Nov 2009 15:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevingao.net/?page_id=621#comment-2446</guid>
		<description>[...] more: astahostBlog: Kevin.Gao.Blog()Official site: [...]</description>
		<content:encoded><![CDATA[<p>[...] more: astahostBlog: Kevin.Gao.Blog()Official site: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [Java] Achieve interoperability between C# and Java with - DotA Forums</title>
		<link>http://www.kevingao.net/csharp-java-conversion/comment-page-1#comment-2433</link>
		<dc:creator>[Java] Achieve interoperability between C# and Java with - DotA Forums</dc:creator>
		<pubDate>Thu, 29 Oct 2009 06:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevingao.net/?page_id=621#comment-2433</guid>
		<description>[...] public void AddTwoValues() { try { CString strValue1 = m_mainForm.GetFirstTextBoxValue(); CString strValue2 = m_mainForm.GetSecondTextBoxValue(); int iValue1 = strValue1.ToInteger(); int iValue2 = strValue2.ToInteger(); int iResult = iValue1 + iValue2; CString strShowResult = CString.ValueOf(iResult); m_mainForm.ShowResult(strShowResult); CString strSaveResult = new CString(strValue1.GetValue() + &quot; + &quot; + strValue2.GetValue() + &quot; = &quot; + strShowResult.GetValue() + &quot;n&quot;); m_mainForm.SaveResult(strSaveResult); } catch (Exception ee) { m_mainForm.SaveResult(new CString(ee.Message + &quot;n&quot;)); m_mainForm.ShowResult(new CString(&quot;Error&quot;)); } } More info on CSharpJavaMerger:  C# &amp; Java interoperability [...]</description>
		<content:encoded><![CDATA[<p>[...] public void AddTwoValues() { try { CString strValue1 = m_mainForm.GetFirstTextBoxValue(); CString strValue2 = m_mainForm.GetSecondTextBoxValue(); int iValue1 = strValue1.ToInteger(); int iValue2 = strValue2.ToInteger(); int iResult = iValue1 + iValue2; CString strShowResult = CString.ValueOf(iResult); m_mainForm.ShowResult(strShowResult); CString strSaveResult = new CString(strValue1.GetValue() + &quot; + &quot; + strValue2.GetValue() + &quot; = &quot; + strShowResult.GetValue() + &quot;n&quot;); m_mainForm.SaveResult(strSaveResult); } catch (Exception ee) { m_mainForm.SaveResult(new CString(ee.Message + &quot;n&quot;)); m_mainForm.ShowResult(new CString(&quot;Error&quot;)); } } More info on CSharpJavaMerger:  C# &amp; Java interoperability [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Achieve interoperability between C# and Java with CSharpJavaMerger - BizHat Forums</title>
		<link>http://www.kevingao.net/csharp-java-conversion/comment-page-1#comment-2432</link>
		<dc:creator>Achieve interoperability between C# and Java with CSharpJavaMerger - BizHat Forums</dc:creator>
		<pubDate>Thu, 29 Oct 2009 06:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevingao.net/?page_id=621#comment-2432</guid>
		<description>[...] public void AddTwoValues() { try { CString strValue1 = m_mainForm.GetFirstTextBoxValue(); CString strValue2 = m_mainForm.GetSecondTextBoxValue(); int iValue1 = strValue1.ToInteger(); int iValue2 = strValue2.ToInteger(); int iResult = iValue1 + iValue2; CString strShowResult = CString.ValueOf(iResult); m_mainForm.ShowResult(strShowResult); CString strSaveResult = new CString(strValue1.GetValue() + &quot; + &quot; + strValue2.GetValue() + &quot; = &quot; + strShowResult.GetValue() + &quot;n&quot;); m_mainForm.SaveResult(strSaveResult); } catch (Exception ee) { m_mainForm.SaveResult(new CString(ee.Message + &quot;n&quot;)); m_mainForm.ShowResult(new CString(&quot;Error&quot;)); } } More info on CSharpJavaMerger:  C# &amp; Java interoperability [...]</description>
		<content:encoded><![CDATA[<p>[...] public void AddTwoValues() { try { CString strValue1 = m_mainForm.GetFirstTextBoxValue(); CString strValue2 = m_mainForm.GetSecondTextBoxValue(); int iValue1 = strValue1.ToInteger(); int iValue2 = strValue2.ToInteger(); int iResult = iValue1 + iValue2; CString strShowResult = CString.ValueOf(iResult); m_mainForm.ShowResult(strShowResult); CString strSaveResult = new CString(strValue1.GetValue() + &quot; + &quot; + strValue2.GetValue() + &quot; = &quot; + strShowResult.GetValue() + &quot;n&quot;); m_mainForm.SaveResult(strSaveResult); } catch (Exception ee) { m_mainForm.SaveResult(new CString(ee.Message + &quot;n&quot;)); m_mainForm.ShowResult(new CString(&quot;Error&quot;)); } } More info on CSharpJavaMerger:  C# &amp; Java interoperability [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A free C#-Java conversion tool - CodeCall Programming Forum</title>
		<link>http://www.kevingao.net/csharp-java-conversion/comment-page-1#comment-2344</link>
		<dc:creator>A free C#-Java conversion tool - CodeCall Programming Forum</dc:creator>
		<pubDate>Fri, 14 Aug 2009 06:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevingao.net/?page_id=621#comment-2344</guid>
		<description>[...] free C#-Java conversion tool             CSharpJavaMerger is a framework that enables you to write one set of code which can be used both by C# and Java. [...]</description>
		<content:encoded><![CDATA[<p>[...] free C#-Java conversion tool             CSharpJavaMerger is a framework that enables you to write one set of code which can be used both by C# and Java. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
