<?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 Serious Technobabble</title>
	<atom:link href="http://blog.istepaniuk.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.istepaniuk.com</link>
	<description>Iván Stepaniuk&#039;s blog about software craftsmanship</description>
	<lastBuildDate>Tue, 29 Jan 2013 23:41:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on LINQ to SQL pitfalls: Nullable types by Iván Stepaniuk</title>
		<link>http://blog.istepaniuk.com/linq-to-sql-nullable-types-null-comparison/#comment-2306</link>
		<dc:creator>Iván Stepaniuk</dc:creator>
		<pubDate>Tue, 29 Jan 2013 23:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.istepaniuk.com/?p=344#comment-2306</guid>
		<description><![CDATA[Entity framework suffered from the same problem, but it was fixed in EF4.5 See:http://data.uservoice.com/forums/72025-ado-net-entity-framework-ef-feature-suggestions/suggestions/1015361-incorrect-handling-of-null-variables-in-where-cl?ref=title%23suggestion-1015361

I am currently working with a large codebase that still relies on LINQ to SQL. Since Microsoft has already pulled the plug from it,  moving to EF seems the logical next step, sadly that&#039;s not going to happen overnight.]]></description>
		<content:encoded><![CDATA[<p>Entity framework suffered from the same problem, but it was fixed in EF4.5 See:<a href="http://data.uservoice.com/forums/72025-ado-net-entity-framework-ef-feature-suggestions/suggestions/1015361-incorrect-handling-of-null-variables-in-where-cl?ref=title%23suggestion-1015361" rel="nofollow">http://data.uservoice.com/forums/72025-ado-net-entity-framework-ef-feature-suggestions/suggestions/1015361-incorrect-handling-of-null-variables-in-where-cl?ref=title%23suggestion-1015361</a></p>
<p>I am currently working with a large codebase that still relies on LINQ to SQL. Since Microsoft has already pulled the plug from it,  moving to EF seems the logical next step, sadly that&#8217;s not going to happen overnight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LINQ to SQL pitfalls: Nullable types by Alexander M. Batishchev</title>
		<link>http://blog.istepaniuk.com/linq-to-sql-nullable-types-null-comparison/#comment-2305</link>
		<dc:creator>Alexander M. Batishchev</dc:creator>
		<pubDate>Tue, 29 Jan 2013 23:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.istepaniuk.com/?p=344#comment-2305</guid>
		<description><![CDATA[Why do you use LINQ to SQL but not Entity Framework?
Don&#039;t you know does the same issue exist in EF too?]]></description>
		<content:encoded><![CDATA[<p>Why do you use LINQ to SQL but not Entity Framework?<br />
Don&#8217;t you know does the same issue exist in EF too?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LINQ to SQL pitfalls: Nullable types by Iván Stepaniuk</title>
		<link>http://blog.istepaniuk.com/linq-to-sql-nullable-types-null-comparison/#comment-1822</link>
		<dc:creator>Iván Stepaniuk</dc:creator>
		<pubDate>Mon, 14 Jan 2013 11:26:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.istepaniuk.com/?p=344#comment-1822</guid>
		<description><![CDATA[Thanks Fran (&lt;a href=&quot;https://twitter.com/fran_reyes&quot; rel=&quot;nofollow&quot;&gt;@fran_reyes&lt;/a&gt;) for pointing out that option2 causes the same problem. Just clarified that in the post.]]></description>
		<content:encoded><![CDATA[<p>Thanks Fran (<a href="https://twitter.com/fran_reyes" rel="nofollow">@fran_reyes</a>) for pointing out that option2 causes the same problem. Just clarified that in the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Client-side data compression with JavaScript by Iván Stepaniuk</title>
		<link>http://blog.istepaniuk.com/client-side-compression-with-javascript/#comment-1799</link>
		<dc:creator>Iván Stepaniuk</dc:creator>
		<pubDate>Sat, 12 Jan 2013 21:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.istepaniuk.com/?p=63#comment-1799</guid>
		<description><![CDATA[Hey Pierre, 
I&#039;m sure the library can handle Chinese characters correctly. Just tried &#039;唐&#039; to be sure, with jSend 2.0.0. PHP class. I also tried with long articles from the Chinese Wikipedia, no problem.

About handling &#039;all&#039; Unicode characters; When translating the PHP class to .NET, I discovered that there are four Unicode 3.2 blocks that can&#039;t pass a round trip (compress in the browser, compare to the uncompressed backend result).

The 4 offending blocks are:
- Private Use Area
- Supplementary Private Use Area-A
- Supplementary Private Use Area-B
- Arabic Presentation Forms-A

It probably fails because of the underlying Unicode implementations differ between the browser and the server. I&#039;m not sure.

You can find a sample of every Unicode block here: &lt;a href=&quot;http://www.ltg.ed.ac.uk/~richard/unicode-sample-3-2.html&quot; rel=&quot;nofollow&quot;&gt;http://www.ltg.ed.ac.uk/~richard/unicode-sample-3-2.html&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>Hey Pierre,<br />
I&#8217;m sure the library can handle Chinese characters correctly. Just tried &#8216;唐&#8217; to be sure, with jSend 2.0.0. PHP class. I also tried with long articles from the Chinese Wikipedia, no problem.</p>
<p>About handling &#8216;all&#8217; Unicode characters; When translating the PHP class to .NET, I discovered that there are four Unicode 3.2 blocks that can&#8217;t pass a round trip (compress in the browser, compare to the uncompressed backend result).</p>
<p>The 4 offending blocks are:<br />
- Private Use Area<br />
- Supplementary Private Use Area-A<br />
- Supplementary Private Use Area-B<br />
- Arabic Presentation Forms-A</p>
<p>It probably fails because of the underlying Unicode implementations differ between the browser and the server. I&#8217;m not sure.</p>
<p>You can find a sample of every Unicode block here: <a href="http://www.ltg.ed.ac.uk/~richard/unicode-sample-3-2.html" rel="nofollow">http://www.ltg.ed.ac.uk/~richard/unicode-sample-3-2.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Client-side data compression with JavaScript by Pierre Clouthier</title>
		<link>http://blog.istepaniuk.com/client-side-compression-with-javascript/#comment-1793</link>
		<dc:creator>Pierre Clouthier</dc:creator>
		<pubDate>Sat, 12 Jan 2013 15:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.istepaniuk.com/?p=63#comment-1793</guid>
		<description><![CDATA[Hi Iván -

We are using jsend in our app. There seems to be an error when we try to compress Asian characters (eg: 唐). We get garbage when the PHP decompresses on the server.

Are you aware if jsend can handle all Unicode characters?

Thanks very much for your help.

Pierre]]></description>
		<content:encoded><![CDATA[<p>Hi Iván -</p>
<p>We are using jsend in our app. There seems to be an error when we try to compress Asian characters (eg: 唐). We get garbage when the PHP decompresses on the server.</p>
<p>Are you aware if jsend can handle all Unicode characters?</p>
<p>Thanks very much for your help.</p>
<p>Pierre</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Client-side data compression with JavaScript by Iván Stepaniuk</title>
		<link>http://blog.istepaniuk.com/client-side-compression-with-javascript/#comment-1678</link>
		<dc:creator>Iván Stepaniuk</dc:creator>
		<pubDate>Mon, 07 Jan 2013 20:16:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.istepaniuk.com/?p=63#comment-1678</guid>
		<description><![CDATA[The jsend.org domain seems to be down for a while. Note that the JavaScript part of this library is now added to my github repo under /jsend.]]></description>
		<content:encoded><![CDATA[<p>The jsend.org domain seems to be down for a while. Note that the JavaScript part of this library is now added to my github repo under /jsend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on List of speakers at the Agile Testing Days 2012 conference, and their Twitter by Carlos Ble</title>
		<link>http://blog.istepaniuk.com/twitter-for-speakers-at-the-agile-testing-days-2012-conference/#comment-826</link>
		<dc:creator>Carlos Ble</dc:creator>
		<pubDate>Sat, 03 Nov 2012 21:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.istepaniuk.com/?p=247#comment-826</guid>
		<description><![CDATA[Nice list Ivan!
I will come back to it during the event as I meet speakers in person. This way I won&#039;t have to ask for their twitter, just the name :-)

Thanks]]></description>
		<content:encoded><![CDATA[<p>Nice list Ivan!<br />
I will come back to it during the event as I meet speakers in person. This way I won&#8217;t have to ask for their twitter, just the name :-)</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Twitter is currently down for &lt;%= reason %&gt;. by Iván Stepaniuk</title>
		<link>http://blog.istepaniuk.com/twitter-is-currently-down/#comment-588</link>
		<dc:creator>Iván Stepaniuk</dc:creator>
		<pubDate>Mon, 10 Sep 2012 13:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.istepaniuk.com/?p=208#comment-588</guid>
		<description><![CDATA[At the end, it was just a coincidence :)]]></description>
		<content:encoded><![CDATA[<p>At the end, it was just a coincidence :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Twitter is currently down for &lt;%= reason %&gt;. by Alejandro Piriz</title>
		<link>http://blog.istepaniuk.com/twitter-is-currently-down/#comment-435</link>
		<dc:creator>Alejandro Piriz</dc:creator>
		<pubDate>Thu, 26 Jul 2012 18:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.istepaniuk.com/?p=208#comment-435</guid>
		<description><![CDATA[Maybe some of these share some common datacenter, that could explain the outages]]></description>
		<content:encoded><![CDATA[<p>Maybe some of these share some common datacenter, that could explain the outages</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Castle Dynamic Proxy and moq by Robert</title>
		<link>http://blog.istepaniuk.com/castle-dynamic-proxy-and-moq/#comment-433</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Thu, 26 Jul 2012 17:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.istepaniuk.com/?p=141#comment-433</guid>
		<description><![CDATA[Glad I came across this post, I was having the same problem and googled for the exact title of this post! Finally did the same thing (using reflection to skip the proxy creation) Thanks for sharing]]></description>
		<content:encoded><![CDATA[<p>Glad I came across this post, I was having the same problem and googled for the exact title of this post! Finally did the same thing (using reflection to skip the proxy creation) Thanks for sharing</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Object Caching 266/287 objects using disk: basic

 Served from: blog.istepaniuk.com @ 2013-05-22 10:07:18 by W3 Total Cache -->