<?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: Speaking at MAX on Flex and .NET Interoperability</title>
	<atom:link href="http://rewindlife.com/2006/10/18/speaking-at-max-on-flex-and-net-interoperability/feed/" rel="self" type="application/rss+xml" />
	<link>http://rewindlife.com/2006/10/18/speaking-at-max-on-flex-and-net-interoperability/</link>
	<description>Technical discussion of Flex, Flash, and RIA development</description>
	<lastBuildDate>Sun, 05 Feb 2012 05:54:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Alex Bernhard</title>
		<link>http://rewindlife.com/2006/10/18/speaking-at-max-on-flex-and-net-interoperability/comment-page-1/#comment-39758</link>
		<dc:creator>Alex Bernhard</dc:creator>
		<pubDate>Thu, 11 Jan 2007 13:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://rewindlife.com/2006/10/18/speaking-at-max-on-flex-and-net-interoperability/#comment-39758</guid>
		<description>Hi Chafic, Hi Larry

MAX is a little too far away from Switzerland however, the local .NET application capabilities of our Janus, connected to the Server capabilities of WebOrb might give a quite strong couple. I will definitely take a look at the possibilities.

Alex</description>
		<content:encoded><![CDATA[<p>Hi Chafic, Hi Larry</p>
<p>MAX is a little too far away from Switzerland however, the local .NET application capabilities of our Janus, connected to the Server capabilities of WebOrb might give a quite strong couple. I will definitely take a look at the possibilities.</p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry Snyder</title>
		<link>http://rewindlife.com/2006/10/18/speaking-at-max-on-flex-and-net-interoperability/comment-page-1/#comment-36809</link>
		<dc:creator>Larry Snyder</dc:creator>
		<pubDate>Wed, 03 Jan 2007 14:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://rewindlife.com/2006/10/18/speaking-at-max-on-flex-and-net-interoperability/#comment-36809</guid>
		<description>Hi Chafic,
I understand that you met Mark Piller from Midnight Coders at the show and the two of you discussed WebORB, our platform enabling the Flex to .NET connection.  We have just delivered our WebORB 3.0 release and you should take a look at it.  

If you have any questions or would like to give it a whirl, please get hold of me.

We are looking forward to seeing you around our site soon.

Larry</description>
		<content:encoded><![CDATA[<p>Hi Chafic,<br />
I understand that you met Mark Piller from Midnight Coders at the show and the two of you discussed WebORB, our platform enabling the Flex to .NET connection.  We have just delivered our WebORB 3.0 release and you should take a look at it.  </p>
<p>If you have any questions or would like to give it a whirl, please get hold of me.</p>
<p>We are looking forward to seeing you around our site soon.</p>
<p>Larry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Pettersson</title>
		<link>http://rewindlife.com/2006/10/18/speaking-at-max-on-flex-and-net-interoperability/comment-page-1/#comment-25874</link>
		<dc:creator>Erik Pettersson</dc:creator>
		<pubDate>Fri, 17 Nov 2006 12:37:32 +0000</pubDate>
		<guid isPermaLink="false">http://rewindlife.com/2006/10/18/speaking-at-max-on-flex-and-net-interoperability/#comment-25874</guid>
		<description>Well, as for it being more work with strongly typed datasets, in my experience it&#039;s twice as much work not to do them strongly typed.

When developing later on you&#039;ll get the intellisense and you&#039;ll. never. make. typos. and. get. runtime. errors.

I use it more like a custom object though, so it&#039;s kinda spraed throughout the system.</description>
		<content:encoded><![CDATA[<p>Well, as for it being more work with strongly typed datasets, in my experience it&#8217;s twice as much work not to do them strongly typed.</p>
<p>When developing later on you&#8217;ll get the intellisense and you&#8217;ll. never. make. typos. and. get. runtime. errors.</p>
<p>I use it more like a custom object though, so it&#8217;s kinda spraed throughout the system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chafic Kazoun</title>
		<link>http://rewindlife.com/2006/10/18/speaking-at-max-on-flex-and-net-interoperability/comment-page-1/#comment-22020</link>
		<dc:creator>Chafic Kazoun</dc:creator>
		<pubDate>Thu, 02 Nov 2006 17:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://rewindlife.com/2006/10/18/speaking-at-max-on-flex-and-net-interoperability/#comment-22020</guid>
		<description>Eric: Thanks for adding the link and example! I&#039;ve been meaning on preparing an example for this but haven&#039;t gotten around to it.

In my sessions I mentioned that by default you won&#039;t be able to work with datasets and webservices, but you can either use strongly typed datasets (like your example does) or manually handle the conversion. In my session I showed only how to handle it manually as I didn&#039;t have time to show both methods. I might have not stressed enough the strongly typed dataset method (I know I did a better job mentioning it in the Thursday session vs the Wednesday one), but this is definitely is one good approach. I personally don&#039;t use it as I find having to keep creating all the strongly typed datasets can be more work, and in general when developing our apps, we don&#039;t use datasets a lot outside of the data layer.</description>
		<content:encoded><![CDATA[<p>Eric: Thanks for adding the link and example! I&#8217;ve been meaning on preparing an example for this but haven&#8217;t gotten around to it.</p>
<p>In my sessions I mentioned that by default you won&#8217;t be able to work with datasets and webservices, but you can either use strongly typed datasets (like your example does) or manually handle the conversion. In my session I showed only how to handle it manually as I didn&#8217;t have time to show both methods. I might have not stressed enough the strongly typed dataset method (I know I did a better job mentioning it in the Thursday session vs the Wednesday one), but this is definitely is one good approach. I personally don&#8217;t use it as I find having to keep creating all the strongly typed datasets can be more work, and in general when developing our apps, we don&#8217;t use datasets a lot outside of the data layer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Pettersson</title>
		<link>http://rewindlife.com/2006/10/18/speaking-at-max-on-flex-and-net-interoperability/comment-page-1/#comment-22015</link>
		<dc:creator>Erik Pettersson</dc:creator>
		<pubDate>Thu, 02 Nov 2006 16:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://rewindlife.com/2006/10/18/speaking-at-max-on-flex-and-net-interoperability/#comment-22015</guid>
		<description>Hey,

A couple of guys from the company I work for saw your presentation and from what I&#039;ve heard you mentioned the difficulties with DataSets.
I&#039;m of a different opinion on that point, here&#039;s why: 

http://develop.itmaskinen.se/labs/snoozenet/

Best regards,
Erik Petterson</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>A couple of guys from the company I work for saw your presentation and from what I&#8217;ve heard you mentioned the difficulties with DataSets.<br />
I&#8217;m of a different opinion on that point, here&#8217;s why: </p>
<p><a href="http://develop.itmaskinen.se/labs/snoozenet/" rel="nofollow">http://develop.itmaskinen.se/labs/snoozenet/</a></p>
<p>Best regards,<br />
Erik Petterson</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron Connal</title>
		<link>http://rewindlife.com/2006/10/18/speaking-at-max-on-flex-and-net-interoperability/comment-page-1/#comment-21632</link>
		<dc:creator>Ron Connal</dc:creator>
		<pubDate>Tue, 31 Oct 2006 19:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://rewindlife.com/2006/10/18/speaking-at-max-on-flex-and-net-interoperability/#comment-21632</guid>
		<description>Belated Happy B&#039;day ... enjoyed your session at Max2006. When will the slides be available for download? There was a very short mention of one other AMF compatible protocol for Remoting with Flex besides WebORB, open source if I recall correctly ... but less tested ... I would appreciate it if you could send me the product name. Thanks.</description>
		<content:encoded><![CDATA[<p>Belated Happy B&#8217;day &#8230; enjoyed your session at Max2006. When will the slides be available for download? There was a very short mention of one other AMF compatible protocol for Remoting with Flex besides WebORB, open source if I recall correctly &#8230; but less tested &#8230; I would appreciate it if you could send me the product name. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rewindlife.com &#187; Blog Archive &#187; MAXUP Looks Great! MAX Just Got Better</title>
		<link>http://rewindlife.com/2006/10/18/speaking-at-max-on-flex-and-net-interoperability/comment-page-1/#comment-18418</link>
		<dc:creator>rewindlife.com &#187; Blog Archive &#187; MAXUP Looks Great! MAX Just Got Better</dc:creator>
		<pubDate>Fri, 20 Oct 2006 19:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://rewindlife.com/2006/10/18/speaking-at-max-on-flex-and-net-interoperability/#comment-18418</guid>
		<description>[...] I always thought MAX was a great conference, but this year thanks to MAXUP it has gotten even better. The thing that I always found not enough of at MAX was the community, and MAXUP brings just that. With 38 confirmed speakers, and a ton of interesting sessions, make sure you don&#8217;t miss it. It&#8217;s going to be tough scheduling between MAXUP and MAX, but I&#8217;ll have to find a way. Along with my session at MAX which I will be giving twice, I also will be giving two mini-sessions (I say mini cause MAXUP sessions are 15 minutes) on developing Application Components and Missions Critical Application Architecture. [...]</description>
		<content:encoded><![CDATA[<p>[...] I always thought MAX was a great conference, but this year thanks to MAXUP it has gotten even better. The thing that I always found not enough of at MAX was the community, and MAXUP brings just that. With 38 confirmed speakers, and a ton of interesting sessions, make sure you don&#8217;t miss it. It&#8217;s going to be tough scheduling between MAXUP and MAX, but I&#8217;ll have to find a way. Along with my session at MAX which I will be giving twice, I also will be giving two mini-sessions (I say mini cause MAXUP sessions are 15 minutes) on developing Application Components and Missions Critical Application Architecture. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://rewindlife.com/2006/10/18/speaking-at-max-on-flex-and-net-interoperability/comment-page-1/#comment-18073</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Thu, 19 Oct 2006 00:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://rewindlife.com/2006/10/18/speaking-at-max-on-flex-and-net-interoperability/#comment-18073</guid>
		<description>thank you very much.

this topic thrills me a lot ;)</description>
		<content:encoded><![CDATA[<p>thank you very much.</p>
<p>this topic thrills me a lot <img src='http://rewindlife.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chafic Kazoun</title>
		<link>http://rewindlife.com/2006/10/18/speaking-at-max-on-flex-and-net-interoperability/comment-page-1/#comment-18072</link>
		<dc:creator>Chafic Kazoun</dc:creator>
		<pubDate>Thu, 19 Oct 2006 00:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://rewindlife.com/2006/10/18/speaking-at-max-on-flex-and-net-interoperability/#comment-18072</guid>
		<description>Will: I would have loved to cover that sort of integration, but for this session I&#039;ll be focusing on Client  Server communication. I have given session dedicated just on the topic of integrating Flash and .Net on the desktop in the past, maybe I&#039;ll update that sometime for Flex. In case you would like to take a look at the session I have given in the past, you can find the source here http://rewindlife.com/2005/03/04/flash-and-net-integration-on-the-desktop-presentation-notessource/</description>
		<content:encoded><![CDATA[<p>Will: I would have loved to cover that sort of integration, but for this session I&#8217;ll be focusing on Client  Server communication. I have given session dedicated just on the topic of integrating Flash and .Net on the desktop in the past, maybe I&#8217;ll update that sometime for Flex. In case you would like to take a look at the session I have given in the past, you can find the source here <a href="http://rewindlife.com/2005/03/04/flash-and-net-integration-on-the-desktop-presentation-notessource/" rel="nofollow">http://rewindlife.com/2005/03/04/flash-and-net-integration-on-the-desktop-presentation-notessource/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://rewindlife.com/2006/10/18/speaking-at-max-on-flex-and-net-interoperability/comment-page-1/#comment-17985</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Wed, 18 Oct 2006 22:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://rewindlife.com/2006/10/18/speaking-at-max-on-flex-and-net-interoperability/#comment-17985</guid>
		<description>Will you touch also flex2 wrappers/.net exe makers like Janus argument?

it seems to be a nice piece of software

here, www.spaghettisort.com/forum they let you download the trial beta</description>
		<content:encoded><![CDATA[<p>Will you touch also flex2 wrappers/.net exe makers like Janus argument?</p>
<p>it seems to be a nice piece of software</p>
<p>here, <a href="http://www.spaghettisort.com/forum" rel="nofollow">http://www.spaghettisort.com/forum</a> they let you download the trial beta</p>
]]></content:encoded>
	</item>
</channel>
</rss>

