<?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: Integrating Adobe Flex and .NET with ASP.NET MVC</title>
	<atom:link href="http://www.thegrubbsian.com/2009/01/02/integrating-adobe-flex-and-net-with-aspnet-mvc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegrubbsian.com/2009/01/02/integrating-adobe-flex-and-net-with-aspnet-mvc/</link>
	<description>Writings on .NET, Ruby, JavaScript, HTML/CSS, Design, and all things Web.</description>
	<lastBuildDate>Mon, 30 Aug 2010 03:35:19 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: JC Grubbs</title>
		<link>http://www.thegrubbsian.com/2009/01/02/integrating-adobe-flex-and-net-with-aspnet-mvc/comment-page-1/#comment-86</link>
		<dc:creator>JC Grubbs</dc:creator>
		<pubDate>Sat, 18 Apr 2009 23:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegrubbsian.com/?p=104#comment-86</guid>
		<description>I haven&#039;t actually tried doing anything with ADO.NET Data Services and Flex but I imagine it wouldn&#039;t be too difficult.  From what I know of ADO.NET Data Services you have a pretty wide range of possible formats to work with (XML, JSON, WCF, etc).  Using XML or JSON within flex is pretty straightforward as I describe in the post.  Once you&#039;ve got stuff serialized in XML or JSON you pretty much can do anything you want with the data, this is one of the best things about the web today...these two formats are accepted by almost any environment.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t actually tried doing anything with ADO.NET Data Services and Flex but I imagine it wouldn&#8217;t be too difficult.  From what I know of ADO.NET Data Services you have a pretty wide range of possible formats to work with (XML, JSON, WCF, etc).  Using XML or JSON within flex is pretty straightforward as I describe in the post.  Once you&#8217;ve got stuff serialized in XML or JSON you pretty much can do anything you want with the data, this is one of the best things about the web today&#8230;these two formats are accepted by almost any environment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmed Aljabri</title>
		<link>http://www.thegrubbsian.com/2009/01/02/integrating-adobe-flex-and-net-with-aspnet-mvc/comment-page-1/#comment-85</link>
		<dc:creator>Ahmed Aljabri</dc:creator>
		<pubDate>Sat, 18 Apr 2009 10:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegrubbsian.com/?p=104#comment-85</guid>
		<description>did you succeed in ado.net data service with Flex integration ?????</description>
		<content:encoded><![CDATA[<p>did you succeed in ado.net data service with Flex integration ?????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NeCkEr</title>
		<link>http://www.thegrubbsian.com/2009/01/02/integrating-adobe-flex-and-net-with-aspnet-mvc/comment-page-1/#comment-57</link>
		<dc:creator>NeCkEr</dc:creator>
		<pubDate>Thu, 19 Mar 2009 13:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegrubbsian.com/?p=104#comment-57</guid>
		<description>yeah,so the main problem is how i serialize my objects to AMF right? but isnt there any library to serialize objects to AMF like that one to serialize objects to Json? can&#039;t we only grab that libraries from webOrb AMF.NET FluorinFX or something else, and use the same logic that u posted to Json objects but insted of serialize to Json serialize to AMF?</description>
		<content:encoded><![CDATA[<p>yeah,so the main problem is how i serialize my objects to AMF right? but isnt there any library to serialize objects to AMF like that one to serialize objects to Json? can&#8217;t we only grab that libraries from webOrb AMF.NET FluorinFX or something else, and use the same logic that u posted to Json objects but insted of serialize to Json serialize to AMF?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JC Grubbs</title>
		<link>http://www.thegrubbsian.com/2009/01/02/integrating-adobe-flex-and-net-with-aspnet-mvc/comment-page-1/#comment-56</link>
		<dc:creator>JC Grubbs</dc:creator>
		<pubDate>Thu, 19 Mar 2009 02:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegrubbsian.com/?p=104#comment-56</guid>
		<description>I don&#039;t think so, I looked into that a while back and at the time the only way to do AMF on the .NET platform was to use a tool like WebORB.  Technically it would be possible to emulate the AMF spec natively in .NET, but that&#039;s a pretty big undertaking.  If you really need AMF then WebORB or one of the other proxy like implementations is probably your best bet.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think so, I looked into that a while back and at the time the only way to do AMF on the .NET platform was to use a tool like WebORB.  Technically it would be possible to emulate the AMF spec natively in .NET, but that&#8217;s a pretty big undertaking.  If you really need AMF then WebORB or one of the other proxy like implementations is probably your best bet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NeCkEr</title>
		<link>http://www.thegrubbsian.com/2009/01/02/integrating-adobe-flex-and-net-with-aspnet-mvc/comment-page-1/#comment-55</link>
		<dc:creator>NeCkEr</dc:creator>
		<pubDate>Tue, 17 Mar 2009 14:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegrubbsian.com/?p=104#comment-55</guid>
		<description>great example, do u know if is possible to return a AMF object insted of a Json Object in a Controller Action? thanks</description>
		<content:encoded><![CDATA[<p>great example, do u know if is possible to return a AMF object insted of a Json Object in a Controller Action? thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
