<?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: .NET development in OSX</title>
	<atom:link href="http://blog.fakedarren.com/2010/01/net-development-in-osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fakedarren.com/2010/01/net-development-in-osx/</link>
	<description>Adventures in teh interwebz</description>
	<lastBuildDate>Mon, 09 Aug 2010 21:33:15 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: fakedarren</title>
		<link>http://blog.fakedarren.com/2010/01/net-development-in-osx/comment-page-1/#comment-123</link>
		<dc:creator>fakedarren</dc:creator>
		<pubDate>Mon, 09 Aug 2010 21:33:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fakedarren.com/?p=226#comment-123</guid>
		<description>@HaterTot: It is just that. For C# coding I just stick to VS; if I&#039;m just editing views, XSL, anything entirely front-end, anything that does not need to compile, the tools I have on my mac are far superior.</description>
		<content:encoded><![CDATA[<p>@HaterTot: It is just that. For C# coding I just stick to VS; if I&#8217;m just editing views, XSL, anything entirely front-end, anything that does not need to compile, the tools I have on my mac are far superior.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HaterTot</title>
		<link>http://blog.fakedarren.com/2010/01/net-development-in-osx/comment-page-1/#comment-122</link>
		<dc:creator>HaterTot</dc:creator>
		<pubDate>Mon, 09 Aug 2010 21:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fakedarren.com/?p=226#comment-122</guid>
		<description>cool --  It sounds to me that using OSX in this manner is simply another option for you to edit .NET files and preview pages without leaving the comfort of OSX.  Is this how you see it, or do the advantages run deeper?  Either way, I love it anyways... just the thought of spending more time in OSX while developing .NET puts a smile on my face.</description>
		<content:encoded><![CDATA[<p>cool &#8212;  It sounds to me that using OSX in this manner is simply another option for you to edit .NET files and preview pages without leaving the comfort of OSX.  Is this how you see it, or do the advantages run deeper?  Either way, I love it anyways&#8230; just the thought of spending more time in OSX while developing .NET puts a smile on my face.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fakedarren</title>
		<link>http://blog.fakedarren.com/2010/01/net-development-in-osx/comment-page-1/#comment-121</link>
		<dc:creator>fakedarren</dc:creator>
		<pubDate>Mon, 09 Aug 2010 20:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fakedarren.com/?p=226#comment-121</guid>
		<description>@HaterTot: Same as normal. Open up Visual Studio and compile. I tend to switch to full-screen Visual Studio if I&#039;m doing any hardcore C#. You can&#039;t really beat VS as an IDE.</description>
		<content:encoded><![CDATA[<p>@HaterTot: Same as normal. Open up Visual Studio and compile. I tend to switch to full-screen Visual Studio if I&#8217;m doing any hardcore C#. You can&#8217;t really beat VS as an IDE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HaterTot</title>
		<link>http://blog.fakedarren.com/2010/01/net-development-in-osx/comment-page-1/#comment-120</link>
		<dc:creator>HaterTot</dc:creator>
		<pubDate>Mon, 09 Aug 2010 20:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fakedarren.com/?p=226#comment-120</guid>
		<description>this article has been of huge interest to me, thanks.

I&#039;m curious though, how do you compile?</description>
		<content:encoded><![CDATA[<p>this article has been of huge interest to me, thanks.</p>
<p>I&#8217;m curious though, how do you compile?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fakedarren</title>
		<link>http://blog.fakedarren.com/2010/01/net-development-in-osx/comment-page-1/#comment-103</link>
		<dc:creator>fakedarren</dc:creator>
		<pubDate>Fri, 21 May 2010 20:47:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fakedarren.com/?p=226#comment-103</guid>
		<description>@Conrad: it&#039;s not that I need to be able to run C# code; I work in a .NET house where everyone else uses PCs and a standard setup. I love Mono but unfortunately it&#039;s not a viability in my workplace.</description>
		<content:encoded><![CDATA[<p>@Conrad: it&#8217;s not that I need to be able to run C# code; I work in a .NET house where everyone else uses PCs and a standard setup. I love Mono but unfortunately it&#8217;s not a viability in my workplace.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Conrad</title>
		<link>http://blog.fakedarren.com/2010/01/net-development-in-osx/comment-page-1/#comment-102</link>
		<dc:creator>Conrad</dc:creator>
		<pubDate>Fri, 21 May 2010 20:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fakedarren.com/?p=226#comment-102</guid>
		<description>Hi, why don&#039;t you just use the Mono-Project to write C# code that runs on the Mac? (see www.mono-project.com). There isn&#039;t always a need to run a virtual machine.

You can get your .NET code running on Windows/Unix/Linux/BSD/OSX etc using Mono</description>
		<content:encoded><![CDATA[<p>Hi, why don&#8217;t you just use the Mono-Project to write C# code that runs on the Mac? (see <a href="http://www.mono-project.com" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.mono-project.com?referer=');">http://www.mono-project.com</a>). There isn&#8217;t always a need to run a virtual machine.</p>
<p>You can get your .NET code running on Windows/Unix/Linux/BSD/OSX etc using Mono</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fakedarren</title>
		<link>http://blog.fakedarren.com/2010/01/net-development-in-osx/comment-page-1/#comment-62</link>
		<dc:creator>fakedarren</dc:creator>
		<pubDate>Tue, 12 Jan 2010 00:39:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fakedarren.com/?p=226#comment-62</guid>
		<description>@Andih: You want to limit hard disk access by setting a fixed size Virtual Memory partition in Windows; you also want to set Fusion to not dynamically add hard disk space accordingly. Set it to reserve it from the off. 2gb should be enough for a test VM. I do get some minor problems with multiple VMs; I&#039;ll post a more detailed article about high performance tweaks towards the end of the month.</description>
		<content:encoded><![CDATA[<p>@Andih: You want to limit hard disk access by setting a fixed size Virtual Memory partition in Windows; you also want to set Fusion to not dynamically add hard disk space accordingly. Set it to reserve it from the off. 2gb should be enough for a test VM. I do get some minor problems with multiple VMs; I&#8217;ll post a more detailed article about high performance tweaks towards the end of the month.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andiih</title>
		<link>http://blog.fakedarren.com/2010/01/net-development-in-osx/comment-page-1/#comment-61</link>
		<dc:creator>Andiih</dc:creator>
		<pubDate>Mon, 11 Jan 2010 10:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fakedarren.com/?p=226#comment-61</guid>
		<description>I&#039;ve been doing something similar for a while on a Core 7 iMac. with 8GB using Fusion. Its fine for one VM but Oliver said you sometimes use 3 ? When I try that performance (especially in OS X) tails of hugely - much worse than running the same machines on a lower spec windows box.

How have you gotten on with multiple machines - any tricks or settings ?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been doing something similar for a while on a Core 7 iMac. with 8GB using Fusion. Its fine for one VM but Oliver said you sometimes use 3 ? When I try that performance (especially in OS X) tails of hugely &#8211; much worse than running the same machines on a lower spec windows box.</p>
<p>How have you gotten on with multiple machines &#8211; any tricks or settings ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
