<?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: Annoying people with code: A gentle introduction to C# and Mono Part 3: Creating a GUI (Graphical) Mono / C# Program</title>
	<atom:link href="http://www.sharms.org/blog/2009/07/20/creating-a-gui-graphical-mono-c-program/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharms.org/blog/2009/07/20/creating-a-gui-graphical-mono-c-program/</link>
	<description>Technology, Linux, Life</description>
	<lastBuildDate>Wed, 10 Mar 2010 22:35:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: scimmia</title>
		<link>http://www.sharms.org/blog/2009/07/20/creating-a-gui-graphical-mono-c-program/comment-page-1/#comment-5827</link>
		<dc:creator>scimmia</dc:creator>
		<pubDate>Tue, 18 Aug 2009 20:45:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharms.org/blog/?p=528#comment-5827</guid>
		<description>Are you going to write a part 4? I&#039;m just curious, and looking forward to read it.

thanks.</description>
		<content:encoded><![CDATA[<p>Are you going to write a part 4? I&#8217;m just curious, and looking forward to read it.</p>
<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fazil</title>
		<link>http://www.sharms.org/blog/2009/07/20/creating-a-gui-graphical-mono-c-program/comment-page-1/#comment-5696</link>
		<dc:creator>Fazil</dc:creator>
		<pubDate>Tue, 21 Jul 2009 09:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharms.org/blog/?p=528#comment-5696</guid>
		<description>can the exe created while compiling in linux environment run in windows environment.

does that need mono runtime in windows or does it use the .net framework itself</description>
		<content:encoded><![CDATA[<p>can the exe created while compiling in linux environment run in windows environment.</p>
<p>does that need mono runtime in windows or does it use the .net framework itself</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fazil</title>
		<link>http://www.sharms.org/blog/2009/07/20/creating-a-gui-graphical-mono-c-program/comment-page-1/#comment-5695</link>
		<dc:creator>Fazil</dc:creator>
		<pubDate>Tue, 21 Jul 2009 09:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharms.org/blog/?p=528#comment-5695</guid>
		<description>I want to write an application in windows environment. I will need mySql database to store data. I was planning to use visual studio .net 2008. Can I use mono for that purpose. Are there any mono applications that are developed for windows environment.</description>
		<content:encoded><![CDATA[<p>I want to write an application in windows environment. I will need mySql database to store data. I was planning to use visual studio .net 2008. Can I use mono for that purpose. Are there any mono applications that are developed for windows environment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rbroen</title>
		<link>http://www.sharms.org/blog/2009/07/20/creating-a-gui-graphical-mono-c-program/comment-page-1/#comment-5693</link>
		<dc:creator>rbroen</dc:creator>
		<pubDate>Tue, 21 Jul 2009 07:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharms.org/blog/?p=528#comment-5693</guid>
		<description>Thank you for this clear and easy to read insight into C# and Mono, very refreshing.</description>
		<content:encoded><![CDATA[<p>Thank you for this clear and easy to read insight into C# and Mono, very refreshing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fazil</title>
		<link>http://www.sharms.org/blog/2009/07/20/creating-a-gui-graphical-mono-c-program/comment-page-1/#comment-5692</link>
		<dc:creator>Fazil</dc:creator>
		<pubDate>Tue, 21 Jul 2009 07:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharms.org/blog/?p=528#comment-5692</guid>
		<description>how is makefile useful. when working using the monodevelop IDE do we need to write makefiles.

is monodevelop IDE used to develop softwares like gnome-do,banshee</description>
		<content:encoded><![CDATA[<p>how is makefile useful. when working using the monodevelop IDE do we need to write makefiles.</p>
<p>is monodevelop IDE used to develop softwares like gnome-do,banshee</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phrostbyte</title>
		<link>http://www.sharms.org/blog/2009/07/20/creating-a-gui-graphical-mono-c-program/comment-page-1/#comment-5691</link>
		<dc:creator>phrostbyte</dc:creator>
		<pubDate>Tue, 21 Jul 2009 03:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharms.org/blog/?p=528#comment-5691</guid>
		<description>Awesome! :)

Jeff,
C# is very &quot;enterprise-like&quot; and quite verbose compared to Python. TBH I&#039;m not the hugest fan of the language because of this. Mono supports other languages though including one that is similar to Python called Boo. It hasn&#039;t got designer support in MonoDevelop AFAIK. IMO it&#039;s a very underrated language, I never hear about it ever. 

Some ideas for programs:
Guess the number (very easy)
A calculator
A wget frontend (might actually be useful) :)</description>
		<content:encoded><![CDATA[<p>Awesome! <img src='http://www.sharms.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Jeff,<br />
C# is very &#8220;enterprise-like&#8221; and quite verbose compared to Python. TBH I&#8217;m not the hugest fan of the language because of this. Mono supports other languages though including one that is similar to Python called Boo. It hasn&#8217;t got designer support in MonoDevelop AFAIK. IMO it&#8217;s a very underrated language, I never hear about it ever. </p>
<p>Some ideas for programs:<br />
Guess the number (very easy)<br />
A calculator<br />
A wget frontend (might actually be useful) <img src='http://www.sharms.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Schroeder</title>
		<link>http://www.sharms.org/blog/2009/07/20/creating-a-gui-graphical-mono-c-program/comment-page-1/#comment-5689</link>
		<dc:creator>Jeff Schroeder</dc:creator>
		<pubDate>Mon, 20 Jul 2009 22:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharms.org/blog/?p=528#comment-5689</guid>
		<description>Great job on these Tutorials Steven. While not personally a fan of mono simply because it is too java-like and not python-ish enough I do love to see this sort of thing. Flames aside, more programmers working on FLOSS is not a bad thing no matter how you look at it.

Keep up the good work.</description>
		<content:encoded><![CDATA[<p>Great job on these Tutorials Steven. While not personally a fan of mono simply because it is too java-like and not python-ish enough I do love to see this sort of thing. Flames aside, more programmers working on FLOSS is not a bad thing no matter how you look at it.</p>
<p>Keep up the good work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
