<?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: Porting a Windows Phone app to iOS</title>
	<atom:link href="http://damianblog.com/2012/07/24/porting-a-windows-phone-app-to-ios/feed/" rel="self" type="application/rss+xml" />
	<link>http://damianblog.com/2012/07/24/porting-a-windows-phone-app-to-ios/</link>
	<description>.NET from Geneva, Switzerland</description>
	<lastBuildDate>Tue, 04 Jun 2013 10:03:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: damian</title>
		<link>http://damianblog.com/2012/07/24/porting-a-windows-phone-app-to-ios/comment-page-1/#comment-46671</link>
		<dc:creator>damian</dc:creator>
		<pubDate>Thu, 26 Jul 2012 12:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://damianblog.com/?p=470#comment-46671</guid>
		<description><![CDATA[Hi Daniel,

It was perfectly fine on my MacBook Air - no noticeable hangs, etc.

Damian]]></description>
		<content:encoded><![CDATA[<p>Hi Daniel,</p>
<p>It was perfectly fine on my MacBook Air &#8211; no noticeable hangs, etc.</p>
<p>Damian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Vaughan</title>
		<link>http://damianblog.com/2012/07/24/porting-a-windows-phone-app-to-ios/comment-page-1/#comment-46662</link>
		<dc:creator>Daniel Vaughan</dc:creator>
		<pubDate>Thu, 26 Jul 2012 10:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://damianblog.com/?p=470#comment-46662</guid>
		<description><![CDATA[Hi Damian,

Thanks for sharing your experiences on porting to iOS. Very interesting stuff. How did you find the performance of VS within a VM on iOS?

Cheers,
Daniel]]></description>
		<content:encoded><![CDATA[<p>Hi Damian,</p>
<p>Thanks for sharing your experiences on porting to iOS. Very interesting stuff. How did you find the performance of VS within a VM on iOS?</p>
<p>Cheers,<br />
Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: damian</title>
		<link>http://damianblog.com/2012/07/24/porting-a-windows-phone-app-to-ios/comment-page-1/#comment-46600</link>
		<dc:creator>damian</dc:creator>
		<pubDate>Tue, 24 Jul 2012 22:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://damianblog.com/?p=470#comment-46600</guid>
		<description><![CDATA[Thanks Colin - your article was excellent too :-)  Synchronicity at work - Xamarin announces US$12M in funding, and we both put out blog posts - I&#039;d been working on mine for 2-3 weeks - just happened to get to the point I could publish it today.

I&#039;m not very concerned about the cons - as an iOS user I really don&#039;t notice the app size unless it is ridiculous, and rolling your own bindings is a small price to pay.

I agree re the pros out-weighing the cons, especially for a seasoned .NET developer.  In fact I&#039;m inclined to think that even a Java developer wanting to develop for iOS could well benefit from using MonoTouch too, since the languages have a lot in common.

Of course we could invest in becoming intimately familiar with writing Objective-C, but having gone through many many language and development environment shifts in my years as a developer, it is nice to be able to re-use a familiar language and (especially) the familiar development environment combination of Visual Studio and Resharper.]]></description>
		<content:encoded><![CDATA[<p>Thanks Colin &#8211; your article was excellent too <img src='http://damianblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   Synchronicity at work &#8211; Xamarin announces US$12M in funding, and we both put out blog posts &#8211; I&#8217;d been working on mine for 2-3 weeks &#8211; just happened to get to the point I could publish it today.</p>
<p>I&#8217;m not very concerned about the cons &#8211; as an iOS user I really don&#8217;t notice the app size unless it is ridiculous, and rolling your own bindings is a small price to pay.</p>
<p>I agree re the pros out-weighing the cons, especially for a seasoned .NET developer.  In fact I&#8217;m inclined to think that even a Java developer wanting to develop for iOS could well benefit from using MonoTouch too, since the languages have a lot in common.</p>
<p>Of course we could invest in becoming intimately familiar with writing Objective-C, but having gone through many many language and development environment shifts in my years as a developer, it is nice to be able to re-use a familiar language and (especially) the familiar development environment combination of Visual Studio and Resharper.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: damian</title>
		<link>http://damianblog.com/2012/07/24/porting-a-windows-phone-app-to-ios/comment-page-1/#comment-46598</link>
		<dc:creator>damian</dc:creator>
		<pubDate>Tue, 24 Jul 2012 22:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://damianblog.com/?p=470#comment-46598</guid>
		<description><![CDATA[Hi Valeriu,

I find my current setup very usable, so I probably won&#039;t invest in Objective-C beyond being able to read it and understand it.  There are too many C# patterns that I&#039;ve grown used to, as well as the Visual Studio and Resharper development environment.

In the past I&#039;ve been intimately familiar with Ada, C, C++, etc. but I place a high value on being able to reuse most if not all of my C# knowledge and idioms - learning the iOS frameworks is another matter - there is no escaping the effort required to grok them.

Regards,
    Damian]]></description>
		<content:encoded><![CDATA[<p>Hi Valeriu,</p>
<p>I find my current setup very usable, so I probably won&#8217;t invest in Objective-C beyond being able to read it and understand it.  There are too many C# patterns that I&#8217;ve grown used to, as well as the Visual Studio and Resharper development environment.</p>
<p>In the past I&#8217;ve been intimately familiar with Ada, C, C++, etc. but I place a high value on being able to reuse most if not all of my C# knowledge and idioms &#8211; learning the iOS frameworks is another matter &#8211; there is no escaping the effort required to grok them.</p>
<p>Regards,<br />
    Damian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin E.</title>
		<link>http://damianblog.com/2012/07/24/porting-a-windows-phone-app-to-ios/comment-page-1/#comment-46592</link>
		<dc:creator>Colin E.</dc:creator>
		<pubDate>Tue, 24 Jul 2012 20:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://damianblog.com/?p=470#comment-46592</guid>
		<description><![CDATA[A great blog post and a very interesting read. I have been very impressed with MonoTouch so far.

I do like you approach where you are able to use Visual Studio. MonoDevelop is useable, but really rather basic, lacking modern refactoring tools.

Are you at all concerned by the other &#039;cons&#039; of MonoTouch? The large application size? the need to roll your own bindings for third party controls?

I do think that pros for MonoTouch out-weigh the cons in general. Although I am seriously considering learning iOS development &#039;properly&#039;!]]></description>
		<content:encoded><![CDATA[<p>A great blog post and a very interesting read. I have been very impressed with MonoTouch so far.</p>
<p>I do like you approach where you are able to use Visual Studio. MonoDevelop is useable, but really rather basic, lacking modern refactoring tools.</p>
<p>Are you at all concerned by the other &#8216;cons&#8217; of MonoTouch? The large application size? the need to roll your own bindings for third party controls?</p>
<p>I do think that pros for MonoTouch out-weigh the cons in general. Although I am seriously considering learning iOS development &#8216;properly&#8217;!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valeriu Caraulean</title>
		<link>http://damianblog.com/2012/07/24/porting-a-windows-phone-app-to-ios/comment-page-1/#comment-46588</link>
		<dc:creator>Valeriu Caraulean</dc:creator>
		<pubDate>Tue, 24 Jul 2012 19:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://damianblog.com/?p=470#comment-46588</guid>
		<description><![CDATA[Great post.

So, having this experience and have stepped already over the learning curve of MonoTouch &amp; Cocoa Touch, would you choose to invest more into Apple&#039;s own developer tools &amp; infrastructure? Or the current setup is good enough to be productive and get the work done?

When one&#039;s porting an app from WP7 or reusing large portions of an existing app/library, then I see how Xamarin&#039;s products are giving benefits and a faster time-to-market cycles. But what about developing a ground new native app for iOS? Will a .NET developer be better diving a bit more and getting used with Objective-C and X-Code?

Thanks for sharing your experience!]]></description>
		<content:encoded><![CDATA[<p>Great post.</p>
<p>So, having this experience and have stepped already over the learning curve of MonoTouch &amp; Cocoa Touch, would you choose to invest more into Apple&#8217;s own developer tools &amp; infrastructure? Or the current setup is good enough to be productive and get the work done?</p>
<p>When one&#8217;s porting an app from WP7 or reusing large portions of an existing app/library, then I see how Xamarin&#8217;s products are giving benefits and a faster time-to-market cycles. But what about developing a ground new native app for iOS? Will a .NET developer be better diving a bit more and getting used with Objective-C and X-Code?</p>
<p>Thanks for sharing your experience!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: damian</title>
		<link>http://damianblog.com/2012/07/24/porting-a-windows-phone-app-to-ios/comment-page-1/#comment-46586</link>
		<dc:creator>damian</dc:creator>
		<pubDate>Tue, 24 Jul 2012 18:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://damianblog.com/?p=470#comment-46586</guid>
		<description><![CDATA[By total coincidence Colin Eberhardt wrote a great blog post on &quot;An Introduction and Thoughts on Developing iOS Applications with MonoTouch&quot; which is well worth checking out: http://www.scottlogic.co.uk/blog/colin/2012/07/an-introduction-to-developing-ios-applications-with-monotouch/]]></description>
		<content:encoded><![CDATA[<p>By total coincidence Colin Eberhardt wrote a great blog post on &#8220;An Introduction and Thoughts on Developing iOS Applications with MonoTouch&#8221; which is well worth checking out: <a href="http://www.scottlogic.co.uk/blog/colin/2012/07/an-introduction-to-developing-ios-applications-with-monotouch/" rel="nofollow">http://www.scottlogic.co.uk/blog/colin/2012/07/an-introduction-to-developing-ios-applications-with-monotouch/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
