<?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/"
	>

<channel>
	<title>Chakkrit Tantithamthavorn&#039;s Official Personal Website &#187; csharp</title>
	<atom:link href="http://www.klainfo.com/category/programming/csharp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.klainfo.com</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 13:12:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>[Ubuntu] Mono C# installation with terminal</title>
		<link>http://www.klainfo.com/2009/06/18/ubuntu-mono-c-installation-with-terminal/</link>
		<comments>http://www.klainfo.com/2009/06/18/ubuntu-mono-c-installation-with-terminal/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 17:05:07 +0000</pubDate>
		<dc:creator>klainfo</dc:creator>
				<category><![CDATA[csharp]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[mono]]></category>

		<guid isPermaLink="false">http://blog.klainfo.com/?p=106</guid>
		<description><![CDATA[ตะกี๊ @pamon ไม่สามารถ run C# บน Ubuntu ไปดูวิธี Setup Environment กันหน่อยดีกว่า คุ้นๆกันดีว่า มี โมโน(Mono) บนระบบ Unix ที่สามารถ Run .Net Framework ได้ Cross-Platform ทั้ง Unix, Windows และ Mac ซึ่งปัจจุบันออกไปถึง Version 2.4 ซะแล้ว(ณ วันที่ 18 June 2009) วิธีการลง Mono บน Ubuntu ทำตามนี้โลด sudo apt-get install mono-devel mono-mcs วิธีใช้งานตามนี้เลยครับ 1.) Compiled helloworld.cs mcs helloworld.cs 2.) Run helloworld.exe mono [...]]]></description>
			<content:encoded><![CDATA[<p>ตะกี๊ <a href="http://www.twitter.com/pamon" target="_blank">@pamon</a> ไม่สามารถ run C# บน Ubuntu ไปดูวิธี Setup Environment กันหน่อยดีกว่า</p>
<p>คุ้นๆกันดีว่า มี โมโน(<a href="http://www.mono-project.com/Main_Page" target="_blank">Mono</a>) บนระบบ Unix ที่สามารถ Run .Net Framework ได้ Cross-Platform ทั้ง Unix, Windows และ Mac ซึ่งปัจจุบันออกไปถึง Version 2.4 ซะแล้ว(ณ วันที่ 18 June 2009)</p>
<p>วิธีการลง Mono บน Ubuntu ทำตามนี้โลด</p>
<div class="wp_syntax">
<div class="code">
<pre class="shell" style="font-family:monospace;">sudo apt-get install mono-devel mono-mcs</pre>
</div>
</div>
<p><span id="more-106"></span><br />
วิธีใช้งานตามนี้เลยครับ</p>
<p>1.) Compiled helloworld.cs</p>
<div class="wp_syntax">
<div class="code">
<pre class="shell" style="font-family:monospace;">mcs helloworld.cs</pre>
</div>
</div>
<p>2.) Run helloworld.exe</p>
<div class="wp_syntax">
<div class="code">
<pre class="shell" style="font-family:monospace;">mono helloworld.exe</pre>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.klainfo.com/2009/06/18/ubuntu-mono-c-installation-with-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.klainfo.com @ 2012-02-08 07:56:13 -->
