<?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"
	>
<channel>
	<title>Comments on: Writing Your First Program With Mono And MonoDevelop</title>
	<atom:link href="http://beans.seartipy.com/2006/06/28/writing-your-first-program-with-mono-and-monodevelop/feed/" rel="self" type="application/rss+xml" />
	<link>http://beans.seartipy.com/2006/06/28/writing-your-first-program-with-mono-and-monodevelop/</link>
	<description>"The time has come...to talk of many [technologies]." --Lewis Carroll('The Walrus and the Carpenter')</description>
	<pubDate>Fri, 05 Dec 2008 04:01:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Rocky</title>
		<link>http://beans.seartipy.com/2006/06/28/writing-your-first-program-with-mono-and-monodevelop/#comment-137101</link>
		<dc:creator>Rocky</dc:creator>
		<pubDate>Wed, 28 May 2008 15:58:39 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/06/28/writing-your-first-program-with-mono-and-monodevelop/#comment-137101</guid>
		<description>Man i was really confused but this short and simple tutorial was excellent.. ..Keep up the great job buddy :-)</description>
		<content:encoded><![CDATA[<p>Man i was really confused but this short and simple tutorial was excellent.. ..Keep up the great job buddy :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Strobert</title>
		<link>http://beans.seartipy.com/2006/06/28/writing-your-first-program-with-mono-and-monodevelop/#comment-136939</link>
		<dc:creator>Mark Strobert</dc:creator>
		<pubDate>Wed, 09 Jan 2008 22:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/06/28/writing-your-first-program-with-mono-and-monodevelop/#comment-136939</guid>
		<description>In Ubuntu 7.10 Gutsy, executing a Mono application can result in: bash: ./Foo.exe: cannot execute binary file
Or if using sh: ./Foo.exe: 1: MZ
But if you install the binfmt-support package, it will work.
openSUSE and SLED probably have a similar package.</description>
		<content:encoded><![CDATA[<p>In Ubuntu 7.10 Gutsy, executing a Mono application can result in: bash: ./Foo.exe: cannot execute binary file<br />
Or if using sh: ./Foo.exe: 1: MZ<br />
But if you install the binfmt-support package, it will work.<br />
openSUSE and SLED probably have a similar package.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pranjal Bathia</title>
		<link>http://beans.seartipy.com/2006/06/28/writing-your-first-program-with-mono-and-monodevelop/#comment-31785</link>
		<dc:creator>Pranjal Bathia</dc:creator>
		<pubDate>Thu, 15 Feb 2007 12:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/06/28/writing-your-first-program-with-mono-and-monodevelop/#comment-31785</guid>
		<description>[Comment ID #1592 Will Be Quoted Here]

We are using monodevelop for our BE project.We are having many doubts about using mono.Would u please help us?

Pranjal Bathia</description>
		<content:encoded><![CDATA[<p>Pranjal Bathia on February 15, 2007 at 6:28 pm said:</p>
<blockquote cite="http://beans.seartipy.com/2006/06/28/writing-your-first-program-with-mono-and-monodevelop/#comment-"><p><a href="http://beans.seartipy.com/2006/06/28/writing-your-first-program-with-mono-and-monodevelop/#comment-1592" title="Click here to view the original comment"><em>mohan kalyan on November 8, 2006 at 6:30 pm said:</em></a></p>
<p>Hi All,<br />
MonoDevelop is good for Cross-platform .<br />
iam using Monodevelop for my project.but i still i have one dought in Mono Reports.<br />
MonoDevelop Supports ActiveReports and CrystalReport on linux and window?</p>
<p>Regards<br />
m m Kalyan</p>
</blockquote>
<p>We are using monodevelop for our BE project.We are having many doubts about using mono.Would u please help us?</p>
<p>Pranjal Bathia</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tabrez</title>
		<link>http://beans.seartipy.com/2006/06/28/writing-your-first-program-with-mono-and-monodevelop/#comment-1746</link>
		<dc:creator>tabrez</dc:creator>
		<pubDate>Mon, 13 Nov 2006 08:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/06/28/writing-your-first-program-with-mono-and-monodevelop/#comment-1746</guid>
		<description>You can access the Crystal Reports from C#/Mono on Windows platform. Because CrystalReports.NET makes use of Win32 and COM API, it is not available on gnu/linux platform. You can access Crystal Reports.NET from Mono using the Web Service interface on either platform. ActiveReports is also not available on gnu/linux platform.</description>
		<content:encoded><![CDATA[<p>You can access the Crystal Reports from C#/Mono on Windows platform. Because CrystalReports.NET makes use of Win32 and COM API, it is not available on gnu/linux platform. You can access Crystal Reports.NET from Mono using the Web Service interface on either platform. ActiveReports is also not available on gnu/linux platform.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mohan kalyan</title>
		<link>http://beans.seartipy.com/2006/06/28/writing-your-first-program-with-mono-and-monodevelop/#comment-1592</link>
		<dc:creator>mohan kalyan</dc:creator>
		<pubDate>Wed, 08 Nov 2006 13:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/06/28/writing-your-first-program-with-mono-and-monodevelop/#comment-1592</guid>
		<description>Hi All,
MonoDevelop is good for Cross-platform .
iam using Monodevelop for my project.but i still i have one dought in Mono Reports.
MonoDevelop Supports ActiveReports and CrystalReport on linux and window?

Regards
m m Kalyan</description>
		<content:encoded><![CDATA[<p>Hi All,<br />
MonoDevelop is good for Cross-platform .<br />
iam using Monodevelop for my project.but i still i have one dought in Mono Reports.<br />
MonoDevelop Supports ActiveReports and CrystalReport on linux and window?</p>
<p>Regards<br />
m m Kalyan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://beans.seartipy.com/2006/06/28/writing-your-first-program-with-mono-and-monodevelop/#comment-853</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Wed, 11 Oct 2006 21:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/06/28/writing-your-first-program-with-mono-and-monodevelop/#comment-853</guid>
		<description>Quick and easy tutorial. Thanks!</description>
		<content:encoded><![CDATA[<p>Quick and easy tutorial. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Painter</title>
		<link>http://beans.seartipy.com/2006/06/28/writing-your-first-program-with-mono-and-monodevelop/#comment-336</link>
		<dc:creator>Michael Painter</dc:creator>
		<pubDate>Fri, 11 Aug 2006 06:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/06/28/writing-your-first-program-with-mono-and-monodevelop/#comment-336</guid>
		<description>Thank you, that undoes all of the confusion!</description>
		<content:encoded><![CDATA[<p>Thank you, that undoes all of the confusion!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tabrez</title>
		<link>http://beans.seartipy.com/2006/06/28/writing-your-first-program-with-mono-and-monodevelop/#comment-335</link>
		<dc:creator>tabrez</dc:creator>
		<pubDate>Fri, 11 Aug 2006 05:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/06/28/writing-your-first-program-with-mono-and-monodevelop/#comment-335</guid>
		<description>The rules are like this:
&lt;ol&gt;
&lt;li&gt; Use './HelloWorld.exe' to execute the binary with the .NET framework on Windows(whether it is generated on Windows or GNU/Linux; using .NET or Mono framework).&lt;/li&gt;
&lt;li&gt; Use 'mono HelloWorld.exe' if it is a file containing compiled IL code(generated using mcs, for eg) and you want to execute it on GNU/Linux or with the Mono(and not .NET) framework on Windows.&lt;/li&gt;
&lt;li&gt; Use './HelloWorld.exe' in GNU/Linux if it is generated as an X86 executable file (and not as compiled IL code). This executable will not run on a different platform as it contains specific x86 instructions.&lt;/li&gt;
&lt;/ol&gt;
Instead of explaining all this in every example on Mono, people generally tend to just say 'execute the Mono app using `./HelloWorld.exe`' and let the user use whatever is appropriate in their case. I have adjusted the post to now use 'mono' to run the application.</description>
		<content:encoded><![CDATA[<p>The rules are like this:</p>
<ol>
<li> Use &#8216;./HelloWorld.exe&#8217; to execute the binary with the .NET framework on Windows(whether it is generated on Windows or GNU/Linux; using .NET or Mono framework).</li>
<li> Use &#8216;mono HelloWorld.exe&#8217; if it is a file containing compiled IL code(generated using mcs, for eg) and you want to execute it on GNU/Linux or with the Mono(and not .NET) framework on Windows.</li>
<li> Use &#8216;./HelloWorld.exe&#8217; in GNU/Linux if it is generated as an X86 executable file (and not as compiled IL code). This executable will not run on a different platform as it contains specific x86 instructions.</li>
</ol>
<p>Instead of explaining all this in every example on Mono, people generally tend to just say &#8216;execute the Mono app using `./HelloWorld.exe`&#8217; and let the user use whatever is appropriate in their case. I have adjusted the post to now use &#8216;mono&#8217; to run the application.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
