<?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>jba blog &#187; mono</title>
	<atom:link href="http://jbablog.com/tag/mono/feed/" rel="self" type="application/rss+xml" />
	<link>http://jbablog.com</link>
	<description>the personal blog of John BouAntoun</description>
	<lastBuildDate>Fri, 18 Nov 2011 01:18:57 +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>Rosetta stone of mobile development for WP7, iOS, Android</title>
		<link>http://jbablog.com/2011/04/rosetta-stone-of-mobile-development-for-wp7-ios-android/</link>
		<comments>http://jbablog.com/2011/04/rosetta-stone-of-mobile-development-for-wp7-ios-android/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 23:57:34 +0000</pubDate>
		<dc:creator>jba</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[WP7]]></category>

		<guid isPermaLink="false">http://jbablog.com/?p=578</guid>
		<description><![CDATA[Cool link with a side-by-side comparison of WP7, iOS, and Android development features and classes from a mono (C#) perspective. iOS WP7 Android &#8220;View&#8221; XIB (Interface Builder) Xaml axml UIViewController PhoneApplicationPage (codebehind) Activity n/a (UIAutoResizing) StackPanel LinearLayout UITableView ListBox ListView UITableViewCell ListBox.ItemTemplate n/a (any view) UITableViewSource n/a (binding, IEnumerable) BaseAdapter Navigation &#8220;Controller&#8221; NavigationController. PushViewController() NavigationService. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://conceptdev.blogspot.com/2011/03/mosetta-stone.html">Cool link</a> with a side-by-side comparison of WP7, iOS, and Android development features and classes from a mono (C#) perspective.</p>
<blockquote>
<table border="1" cellspacing="0">
<tbody>
<tr>
<th></th>
<th><strong>iOS</strong></th>
<th><strong>WP7</strong></th>
<th><strong>Android</strong></th>
</tr>
<tr>
<td><strong>&#8220;View&#8221;</strong></td>
<td>XIB (Interface Builder)</td>
<td>Xaml</td>
<td>axml</td>
</tr>
<tr>
<td></td>
<td>UIViewController</td>
<td>PhoneApplicationPage (codebehind)</td>
<td>Activity</td>
</tr>
<tr>
<td></td>
<td>n/a (UIAutoResizing)</td>
<td>StackPanel</td>
<td>LinearLayout</td>
</tr>
<tr>
<td></td>
<td>UITableView</td>
<td>ListBox</td>
<td>ListView</td>
</tr>
<tr>
<td></td>
<td>UITableViewCell</td>
<td>ListBox.ItemTemplate</td>
<td>n/a (any view)</td>
</tr>
<tr>
<td></td>
<td>UITableViewSource</td>
<td>n/a (binding, IEnumerable)</td>
<td>BaseAdapter</td>
</tr>
<tr>
<td><strong>Navigation &#8220;Controller&#8221;</strong></td>
<td>NavigationController. PushViewController()</td>
<td>NavigationService. Navigate()</td>
<td>StartActivity()</td>
</tr>
<tr>
<td></td>
<td>n/a (object)</td>
<td>Xaml Uri</td>
<td>Intent.SetClass()</td>
</tr>
<tr>
<td></td>
<td>n/a (object properties)</td>
<td>Xaml Uri querystring params</td>
<td>Intent.PutExtra() .AddFlags()</td>
</tr>
<tr>
<td></td>
<td>n/a (object properties)</td>
<td>NavigationContext .QueryString .TryGetValue()</td>
<td>Intent .GetXXXExtra()</td>
</tr>
<tr>
<td><strong>Threading</strong></td>
<td>InvokeOnMainThread</td>
<td>Dispatcher.BeginInvoke</td>
<td>RunOnUiThread</td>
</tr>
<tr>
<td><strong>&#8220;Model&#8221;</strong></td>
<td colspan="3">C# .NET objects &#8211; shared thanks to Mono on <a href="http://monotouch.net/" target="20110306">iOS</a> &amp; <a href="http://monodroid.net/" target="20110306">Android</a>. Also <code>WebClient</code>, <code>Linq</code>, <code>Generics</code>, <code>Xml</code>, <code>Serialization</code>, etc&#8230; <img src='http://jbablog.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </td>
</tr>
</tbody>
</table>
</blockquote>
<p>And while we are on the mono subject, they just released <a href="http://tirania.org/blog/archive/2011/Apr-06.html">a Mono droid update</a>, which means they now have comprahensive tool chains  for C# development for the following systems, iOS (including app store),  Mac (including app store), Android (including app store).</p>
]]></content:encoded>
			<wfw:commentRss>http://jbablog.com/2011/04/rosetta-stone-of-mobile-development-for-wp7-ios-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crossplatform mobile dev with Mono</title>
		<link>http://jbablog.com/2010/10/crossplatform-mobile-dev-with-mono/</link>
		<comments>http://jbablog.com/2010/10/crossplatform-mobile-dev-with-mono/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 00:41:22 +0000</pubDate>
		<dc:creator>jba</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[WP7]]></category>

		<guid isPermaLink="false">http://jbablog.com/?p=451</guid>
		<description><![CDATA[Cool post over on Chris Hardy&#8217;s blog talking about a non-trivial twitter app on winphone 7, iphone and android with the mono toolset. Stick with the preso, the last few slides have the best info about cross platform dev and limitations, and the videos at the actual post are quite cool. WP7, Droid, iPhone, Oh [...]]]></description>
			<content:encoded><![CDATA[<p>Cool post over on <a href="http://weblogs.asp.net/chrishardy/">Chris Hardy&#8217;s</a> blog talking about a non-trivial <a href="http://weblogs.asp.net/chrishardy/archive/2010/10/24/slides-from-my-wp7-iphone-and-android-talk-at-ddd8a.aspx">twitter app on winphone 7, iphone and android</a> with the mono toolset.</p>
<p>Stick with the preso, the last few slides have the best info about cross platform dev and limitations, and the videos at the <a href="http://weblogs.asp.net/chrishardy/archive/2010/10/24/slides-from-my-wp7-iphone-and-android-talk-at-ddd8a.aspx">actual post</a> are quite cool.</p>
<div id="__ss_5544411" style="width: 425px;"><strong style="display: block; margin: 12px 0 4px;"><a title="WP7, Droid, iPhone, Oh my!" href="http://www.slideshare.net/chrisntr/wp7-droid-iphone-oh-my">WP7, Droid, iPhone, Oh my!</a></strong><object id="__sse5544411" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=wp7droidiphoneohmy-101024110929-phpapp02&amp;stripped_title=wp7-droid-iphone-oh-my&amp;userName=chrisntr" /><param name="name" value="__sse5544411" /><param name="allowfullscreen" value="true" /><embed id="__sse5544411" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=wp7droidiphoneohmy-101024110929-phpapp02&amp;stripped_title=wp7-droid-iphone-oh-my&amp;userName=chrisntr" name="__sse5544411" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="padding: 5px 0 12px;">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/chrisntr">Chris Hardy</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jbablog.com/2010/10/crossplatform-mobile-dev-with-mono/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Documentation Driven Development</title>
		<link>http://jbablog.com/2010/08/documentation-driven-development/</link>
		<comments>http://jbablog.com/2010/08/documentation-driven-development/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 01:31:01 +0000</pubDate>
		<dc:creator>jba</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tdd]]></category>

		<guid isPermaLink="false">http://jbablog.com/?p=441</guid>
		<description><![CDATA[Interesting post from a mono hacker about taking Test Driven Development to the next level, Documentation Driven Development. I like it, at least in theory. It definitely sounds like a great way to approach development from a mind-set perspective, if not actually from a practical perspective. So a standard workflow looks something like this: Write [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://jacksonh.tumblr.com/post/912898639/ddd-documentation-driven-development">Interesting post</a> from a mono hacker about taking Test Driven Development to the next level, <a href="http://jacksonh.tumblr.com/post/912898639/ddd-documentation-driven-development">Documentation Driven Development</a>.  I like it, at least in theory. It definitely sounds like a great way to  approach development from a mind-set perspective, if not actually from a  practical perspective.</p>
<blockquote><p>So a standard workflow looks something like this:</p>
<ol>
<li>Write guide for feature A</li>
<li>Write unit tests for feature A</li>
<li>Implement feature A</li>
<li>Eat Burrito</li>
<li>Write API docs for feature A</li>
<li>Update tests with issuelets discovered while writing class docs</li>
<li>Update feature A</li>
</ol>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://jbablog.com/2010/08/documentation-driven-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# for the iPhone</title>
		<link>http://jbablog.com/2009/10/c-for-the-iphone/</link>
		<comments>http://jbablog.com/2009/10/c-for-the-iphone/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 23:14:04 +0000</pubDate>
		<dc:creator>jba</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mono]]></category>

		<guid isPermaLink="false">http://jbablog.com/2009/10/c-for-the-iphone/</guid>
		<description><![CDATA[Awesome post from an Aussie no less which is a non-trivial iPhone application using c# on monotouch. The thing I love about monotouch is that it lets me leverage my .Net Skills (not just c#, but how the .Net run time works) and marries it to the low-level iPhone development infrastructure. The hardest part about [...]]]></description>
			<content:encoded><![CDATA[<p>Awesome post from an Aussie no less which is a <a href="http://conceptdev.blogspot.com/2009/10/monospace-app-1-release.html" target="_blank">non-trivial iPhone application using c#</a> on <a href="http://monotouch.net/" target="_blank">monotouch</a>.</p>
<p>The thing I love about monotouch is that it lets me leverage my .Net Skills (not just c#, but how the .Net run time works) and marries it to the low-level iPhone development infrastructure. The hardest part about getting into iPhone development for me was Objective-C, and now I don’t need to go there.</p>
<p>Points to note: </p>
<ul>
<li>Obviously since interpretation is not allowed on the iPhone the guys at the <a href="http://go-mono.com" target="_blank">mono project</a> had to put together <a href="http://monotouch.net/" target="_blank">monotouch</a>, which statically links the parts of the .net framework needed into each iPhone app.</li>
<li><a href="http://monotouch.net/" target="_blank">Monotouch</a> is a payed for product.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jbablog.com/2009/10/c-for-the-iphone/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Monotouch for iPhone goes 1.0</title>
		<link>http://jbablog.com/2009/09/monotouch-for-iphone-goes-1-0/</link>
		<comments>http://jbablog.com/2009/09/monotouch-for-iphone-goes-1-0/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 23:10:32 +0000</pubDate>
		<dc:creator>jba</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://jbablog.com/?p=330</guid>
		<description><![CDATA[According to miggie, Monotouch for iPhone goes 1.0. This enables you to use a static version of .Net (actual mono) with native C# bindings of the iPhone API, so no Compact Framework concepts for iPhone just yet. I agree with this decision, since people developing for the iPhone want their apps to look like they [...]]]></description>
			<content:encoded><![CDATA[<p>According to <a href="http://tirania.org/blog/archive/2009/Sep-14.html">miggie</a>, Monotouch for iPhone goes 1.0.</p>
<p>This enables you to use a static version of .Net (actual mono) with native C# bindings of the iPhone API, so no Compact Framework concepts for iPhone just yet. I agree with this decision, since people developing for the iPhone want their apps to look like they were developed for the iPhone.</p>
]]></content:encoded>
			<wfw:commentRss>http://jbablog.com/2009/09/monotouch-for-iphone-goes-1-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Toolkit for ADO.Net Data Services</title>
		<link>http://jbablog.com/2009/08/php-toolkit-for-ado-net-data-services/</link>
		<comments>http://jbablog.com/2009/08/php-toolkit-for-ado-net-data-services/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 22:33:34 +0000</pubDate>
		<dc:creator>jba</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://jbablog.com/?p=328</guid>
		<description><![CDATA[Found this interesting link on this post over on monologue. Basically it&#8217;s a PHP toolkit to get access to the data exposed by ADO.Net Data Services, which exposes data in a RESTful manner.]]></description>
			<content:encoded><![CDATA[<p>Found this <a href="http://blogs.msdn.com/interoperability/archive/2009/08/21/a-new-bridge-for-php-developers-to-net-through-rest-php-toolkit-for-ado-net-data-services.aspx">interesting link</a> on this <a href="http://monoblog.blogspot.com/2009/08/php-toolkit-for-adonet-data-services.html">post</a> over on <a href="http://go-mono.com/monologue">monologue</a>.</p>
<p>Basically it&#8217;s a PHP toolkit to get access to the data exposed by ADO.Net Data Services, which exposes data in a RESTful manner.</p>
]]></content:encoded>
			<wfw:commentRss>http://jbablog.com/2009/08/php-toolkit-for-ado-net-data-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managed Port of Sqlite</title>
		<link>http://jbablog.com/2009/08/managed-port-of-sqlite/</link>
		<comments>http://jbablog.com/2009/08/managed-port-of-sqlite/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 22:44:43 +0000</pubDate>
		<dc:creator>jba</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://jbablog.com/?p=324</guid>
		<description><![CDATA[Over on Miggie&#8217;s blog, a post about a line-by-line port of Sqlite to C#. It obviously takes a performance hit (something like 5 times slower) but think of all the opportunities it opens up. I&#8217;m thinking mainly about Windows Phone development using Compact Framework and no longer needing the external Sqlite dll linkage (figuring out [...]]]></description>
			<content:encoded><![CDATA[<p>Over on <a href="http://tirania.org/blog/">Miggie&#8217;s blog</a>, a post about a <a href="http://tirania.org/blog/archive/2009/Aug-06.html">line-by-line port of Sqlite to C#</a>.</p>
<p>It obviously takes a performance hit (something like 5 times slower) but think of all the opportunities it opens up. I&#8217;m thinking mainly about Windows Phone development using Compact Framework and no longer needing the external Sqlite dll linkage (figuring out which one to use was a nightmare).</p>
<p>Miggie mentions using it in Silverlight apps, which is an awesome idea, or in medium trust ASP.Net servers. The Silverlight use will have to wait till they pull all the P/Invokes out of it, which doesn&#8217;t seem to be too far off, as is the possibility for some performance improvements by capitalising on the .Net Framework features instead of being a line-by-line port from C.</p>
]]></content:encoded>
			<wfw:commentRss>http://jbablog.com/2009/08/managed-port-of-sqlite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft extends community promise to ECMA C# and CLI</title>
		<link>http://jbablog.com/2009/07/microsoft-extends-community-promise-to-ecma-c-and-cli/</link>
		<comments>http://jbablog.com/2009/07/microsoft-extends-community-promise-to-ecma-c-and-cli/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 02:01:34 +0000</pubDate>
		<dc:creator>jba</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://jbablog.com/?p=297</guid>
		<description><![CDATA[First seen over on monologue, Miguel writes to say that Microsoft has extended it&#8217;s Community Promise (around patents etc.) to the ECMA standardised C# and CLI components. Quote from the announcement by Peter Galli at MS: It is important to note that, under the Community Promise, anyone can freely implement these specifications with their technology, [...]]]></description>
			<content:encoded><![CDATA[<p>First seen over on <a href="http://go-mono.com/monologue">monologue</a>, Miguel <a href="http://tirania.org/blog/archive/2009/Jul-06.html">writes to say</a> that Microsoft has extended it&#8217;s <a href="http://www.microsoft.com/interop/cp/default.mspx">Community Promise</a> (around patents etc.) to the ECMA standardised C# and CLI components.</p>
<p>Quote from the <a href="http://port25.technet.com/archive/2009/07/06/the-ecma-c-and-cli-standards.aspx">announcement by Peter Galli</a> at MS:</p>
<blockquote><p>It is important to note that, under the Community Promise, 	anyone can freely implement these specifications with their 	technology, code, and solutions.You do not need to sign a license agreement, or otherwise 	communicate to Microsoft how you will implement the 	specifications.</p>
<p>The Promise applies to developers, distributors, and users of 	Covered Implementations without regard to the development 	model that created the implementations, the type of copyright 	licenses under which it is distributed, or the associated 	business model.</p>
<p>Under the Community Promise, Microsoft provides assurance that 	it will not assert its Necessary Claims against anyone who 	makes, uses, sells, offers for sale, imports, or distributes 	any Covered Implementation under any type of development or 	distribution model, including open-source licensing models 	such as the LGPL or GPL.</p></blockquote>
<p>Full Community Promise over at <a href="http://www.microsoft.com/interop/cp/default.mspx">Microsoft</a>.</p>
<p>Note: as Miguel says in his post, mono implements a whole bunch of .Net technology above and beyond ECMA C# and CLI and those parts (ASP.Net ADO.Net etc) aren&#8217;t currently covered by this promise.</p>
]]></content:encoded>
			<wfw:commentRss>http://jbablog.com/2009/07/microsoft-extends-community-promise-to-ecma-c-and-cli/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mono VPC appliance</title>
		<link>http://jbablog.com/2009/07/mono-vpc-appliance/</link>
		<comments>http://jbablog.com/2009/07/mono-vpc-appliance/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 11:12:42 +0000</pubDate>
		<dc:creator>jba</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://jbablog.com/?p=295</guid>
		<description><![CDATA[Over on monologue, a mono virtual PC appliance.]]></description>
			<content:encoded><![CDATA[<p>Over on <a href="http://go-mono.com/monologue/">monologue</a>, a <a href="http://andrew.jorgensenfamily.us/2009/07/mono-appliance-for-virtualpc/">mono virtual PC appliance</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jbablog.com/2009/07/mono-vpc-appliance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Retargeting P/Invoke to managed code</title>
		<link>http://jbablog.com/2009/07/retargeting-pinvoke-to-managed-code/</link>
		<comments>http://jbablog.com/2009/07/retargeting-pinvoke-to-managed-code/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 23:00:23 +0000</pubDate>
		<dc:creator>jba</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://jbablog.com/?p=287</guid>
		<description><![CDATA[Chris Toshok over on monologue post&#8217;s about minvoke, a tool to retarget p/invokes out of unmanged land and into managed code. The potential of this tool is absolutely awesome. As I understood it, the primary reason is to enable the guys to shoe-horn portability onto .Net apps with over-zealous p/invokes into windows api calls. Makes [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://squeedlyspooch.com/blog/">Chris Toshok</a> over on <a href="http://go-mono.com/monologue/">monologue</a> post&#8217;s about <a href="http://squeedlyspooch.com/blog/2009/06/29/minvoke-forcing-portability/">minvoke</a>, a tool to retarget p/invokes out of unmanged land and into managed code.</p>
<p>The potential of this tool is absolutely awesome. As I understood it, the primary reason is to enable the guys to shoe-horn portability onto .Net apps with over-zealous p/invokes into windows api calls. Makes sense.</p>
<p>But that&#8217;s not the only reason you&#8217;d use it. You could use this tool to force managed applications that call into native land to be completely managed, enabling you to ensure that the .Net security model is applied to every aspect of the code, or simply freeing yourself of the need to have developers around that can develop in more than just .Net.</p>
<p>As stupid as that sounds, it&#8217;s getting increasingly hard to find developers around that understand more than one language/framework. Even those that do, generally only understand multiple web-development languages. So if you ever find yourself in a situation where you are working on a Winforms app that needs to interface with a device of some sort you&#8217;d be <em>shit out of luck</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jbablog.com/2009/07/retargeting-pinvoke-to-managed-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

