<?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 for Sam Shrefler</title>
	<atom:link href="http://blog.shrefler.net/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.shrefler.net</link>
	<description>Deuce is Wild</description>
	<pubDate>Sun,  5 Sep 2010 03:51:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Flex + JSON + .Net Sample Application / Tutorial by Veena</title>
		<link>http://blog.shrefler.net/?p=5&cpage=1#comment-118486</link>
		<dc:creator>Veena</dc:creator>
		<pubDate>Mon, 19 Oct 2009 13:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shrefler.net/?p=5#comment-118486</guid>
		<description>Hi ,
I have a method

public static string Serialize(this object dataToSerialize)
		{
			var jsonSerializer = new JsonSerializer();
			var stringWriter = new StringWriter();
			var writer = new JsonTextWriter(stringWriter) { Formatting = Formatting.Indented };
			jsonSerializer.Converters.Add(new UtcDateConverter());
			jsonSerializer.Serialize(writer, dataToSerialize);
			return stringWriter.ToString();
		}

if a photoFile which a property of object is 172 kb, then after serialization it becomes very large, which takes too much time to upload to server. Is there any way, I can optimize serialization in terms of data size.

Thanks,
Veena</description>
		<content:encoded><![CDATA[<p>Hi ,<br />
I have a method</p>
<p>public static string Serialize(this object dataToSerialize)<br />
		{<br />
			var jsonSerializer = new JsonSerializer();<br />
			var stringWriter = new StringWriter();<br />
			var writer = new JsonTextWriter(stringWriter) { Formatting = Formatting.Indented };<br />
			jsonSerializer.Converters.Add(new UtcDateConverter());<br />
			jsonSerializer.Serialize(writer, dataToSerialize);<br />
			return stringWriter.ToString();<br />
		}</p>
<p>if a photoFile which a property of object is 172 kb, then after serialization it becomes very large, which takes too much time to upload to server. Is there any way, I can optimize serialization in terms of data size.</p>
<p>Thanks,<br />
Veena</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using WebOrb Role-Based Security with the Flex Mate Framework by Des</title>
		<link>http://blog.shrefler.net/?p=30&cpage=1#comment-118463</link>
		<dc:creator>Des</dc:creator>
		<pubDate>Sun, 18 Oct 2009 22:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shrefler.net/?p=30#comment-118463</guid>
		<description>Sam

I am trying to use your example to do Spring security login. Since you only have snippets of the code it is proving hard to follow and I had to make a few assumptions on the Services. Is it possible to post all the code referenced? (Services)

Also do you know if it is possible to use the channelSet.login version of this instead of SetCredentials? I cannot find anything on the Mate website on this and also nobody replying on the forums there.

Thanks</description>
		<content:encoded><![CDATA[<p>Sam</p>
<p>I am trying to use your example to do Spring security login. Since you only have snippets of the code it is proving hard to follow and I had to make a few assumptions on the Services. Is it possible to post all the code referenced? (Services)</p>
<p>Also do you know if it is possible to use the channelSet.login version of this instead of SetCredentials? I cannot find anything on the Mate website on this and also nobody replying on the forums there.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex for .NET Developers on Flex.org&#8230;Sweet! by JB</title>
		<link>http://blog.shrefler.net/?p=19&cpage=1#comment-118428</link>
		<dc:creator>JB</dc:creator>
		<pubDate>Sun, 18 Oct 2009 00:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shrefler.net/?p=19#comment-118428</guid>
		<description>Hello Sam.  Props for posting your questions and your lessons.  I have learned alot from following your posts.  I have recently moved from WebORB to Fluorine because of the IP limitation.  It was hard getting Fluorine up and running compared to WebORB but i've got it up and running.  I saw your post on Nabble about sending strong typed data tables from to Flex.  I am also trying to see what the best approach is.  Is it better to send plain VO's to Flex or the strong typed DataTables?  Can the VO's be mapped to VO's in Flex?  I have yet to learn how to send data back from Flex but I imagine it would be the same process.  I have heard a little about NHibernate but i haven't started looking at it.  Any advice you would give would be so appreciated.  I hope its ok to ask you this.  Please feel free to email me if you want.  

Thanks alot.
J</description>
		<content:encoded><![CDATA[<p>Hello Sam.  Props for posting your questions and your lessons.  I have learned alot from following your posts.  I have recently moved from WebORB to Fluorine because of the IP limitation.  It was hard getting Fluorine up and running compared to WebORB but i&#8217;ve got it up and running.  I saw your post on Nabble about sending strong typed data tables from to Flex.  I am also trying to see what the best approach is.  Is it better to send plain VO&#8217;s to Flex or the strong typed DataTables?  Can the VO&#8217;s be mapped to VO&#8217;s in Flex?  I have yet to learn how to send data back from Flex but I imagine it would be the same process.  I have heard a little about NHibernate but i haven&#8217;t started looking at it.  Any advice you would give would be so appreciated.  I hope its ok to ask you this.  Please feel free to email me if you want.  </p>
<p>Thanks alot.<br />
J</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex + JSON + .Net Sample Application / Tutorial by Balaji</title>
		<link>http://blog.shrefler.net/?p=5&cpage=1#comment-115410</link>
		<dc:creator>Balaji</dc:creator>
		<pubDate>Tue, 18 Aug 2009 06:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shrefler.net/?p=5#comment-115410</guid>
		<description>Hi Vinitha
You dont need to open a aspx dialog box in Flex. The file open dialig box is available in the Flex too</description>
		<content:encoded><![CDATA[<p>Hi Vinitha<br />
You dont need to open a aspx dialog box in Flex. The file open dialig box is available in the Flex too</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex + JSON + .Net Sample Application / Tutorial by Kunal Sidhpura</title>
		<link>http://blog.shrefler.net/?p=5&cpage=1#comment-111979</link>
		<dc:creator>Kunal Sidhpura</dc:creator>
		<pubDate>Mon, 01 Jun 2009 07:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shrefler.net/?p=5#comment-111979</guid>
		<description>Hi,
    can you tell me how to send a arraycollection from flex and handle it in .NET using JSON</description>
		<content:encoded><![CDATA[<p>Hi,<br />
    can you tell me how to send a arraycollection from flex and handle it in .NET using JSON</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex + Cairngorm + WebOrb 2.0 Standard (Free) + .NET Sample Application / Tutorial by Alan</title>
		<link>http://blog.shrefler.net/?p=6&cpage=1#comment-111819</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Thu, 28 May 2009 15:49:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shrefler.net/?p=6#comment-111819</guid>
		<description>Hi,

My name's Alan. Thank's for the example. The problem's that I can't access the Flex source code. Where can I find it ?

Thank's

Alan</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>My name&#8217;s Alan. Thank&#8217;s for the example. The problem&#8217;s that I can&#8217;t access the Flex source code. Where can I find it ?</p>
<p>Thank&#8217;s</p>
<p>Alan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex + JSON + .Net Sample Application / Tutorial by Priyobrata S. K.</title>
		<link>http://blog.shrefler.net/?p=5&cpage=1#comment-106656</link>
		<dc:creator>Priyobrata S. K.</dc:creator>
		<pubDate>Wed, 04 Mar 2009 10:28:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shrefler.net/?p=5#comment-106656</guid>
		<description>I was going through the whole conversations. I was just wondering why JSON serialization in the SOAP message as Ricardo has exactly pointed out correctly. Besides all, Flex can directly work with .NET Web Services itself.

I have a differrent idea what if we could directly talk with ADO.NET Data Service with REST? Anybody tried that? What about security implementation? Please suggest...</description>
		<content:encoded><![CDATA[<p>I was going through the whole conversations. I was just wondering why JSON serialization in the SOAP message as Ricardo has exactly pointed out correctly. Besides all, Flex can directly work with .NET Web Services itself.</p>
<p>I have a differrent idea what if we could directly talk with ADO.NET Data Service with REST? Anybody tried that? What about security implementation? Please suggest&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe Flex 2.0 + Cairngorm + Fluorine + ASP.NET Sample Application / Tutorial by Jimmy</title>
		<link>http://blog.shrefler.net/?p=10&cpage=1#comment-100808</link>
		<dc:creator>Jimmy</dc:creator>
		<pubDate>Sat, 13 Dec 2008 09:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shrefler.net/?p=10#comment-100808</guid>
		<description>Hello..

I am new with Flex, and i am wondering if i could call DLL from flex without the technologies of weborb or flourine.. is that possible?

Pls, help me..thanks</description>
		<content:encoded><![CDATA[<p>Hello..</p>
<p>I am new with Flex, and i am wondering if i could call DLL from flex without the technologies of weborb or flourine.. is that possible?</p>
<p>Pls, help me..thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex + Cairngorm + WebOrb 2.0 Standard (Free) + .NET Sample Application / Tutorial by hi ,i want to ask a question</title>
		<link>http://blog.shrefler.net/?p=6&cpage=1#comment-87759</link>
		<dc:creator>hi ,i want to ask a question</dc:creator>
		<pubDate>Mon, 08 Sep 2008 07:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shrefler.net/?p=6#comment-87759</guid>
		<description>i want to ask, how can i download a weborb.dll from the web. or the file have the orther name. thanks 
commas</description>
		<content:encoded><![CDATA[<p>i want to ask, how can i download a weborb.dll from the web. or the file have the orther name. thanks<br />
commas</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Does Flex need to assume AMF3 Date&#8217;s are UTC? by Fabian</title>
		<link>http://blog.shrefler.net/?p=13&cpage=1#comment-87564</link>
		<dc:creator>Fabian</dc:creator>
		<pubDate>Sat, 06 Sep 2008 14:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shrefler.net/?p=13#comment-87564</guid>
		<description>I Sam. 
U can solution the problem with dates?.  I have the same problem.

Thank You</description>
		<content:encoded><![CDATA[<p>I Sam.<br />
U can solution the problem with dates?.  I have the same problem.</p>
<p>Thank You</p>
]]></content:encoded>
	</item>
</channel>
</rss>
