<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>linqjs Issue Tracker Rss Feed</title><link>http://linqjs.codeplex.com/WorkItem/List.aspx</link><description>linqjs Issue Tracker Rss Description</description><item><title>Edited Unassigned: Join issue [5161]</title><link>http://linqjs.codeplex.com/workitem/5161</link><description>I what use Join in Linq.js,  Is Different with C&amp;#35;&amp;#63;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96; C&amp;#35;&lt;br /&gt;var table &amp;#61; from c in ctx.Users&lt;br /&gt;                 join p in ctx.Structure&lt;br /&gt;                 on c.StructureID equals p.StructureID.ToString&amp;#40;&amp;#41;&lt;br /&gt;                 where c.UserID &amp;#60; 276234&lt;br /&gt;                 select c&amp;#59;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;What can I do using linq.js achieve the above functions,it&amp;#39;s two tables join by  foreign key&amp;#40;ID&amp;#41;&lt;br /&gt;</description><author>lxp270</author><pubDate>Tue, 07 May 2013 06:56:27 GMT</pubDate><guid isPermaLink="false">Edited Unassigned: Join issue [5161] 20130507065627A</guid></item><item><title>Created Unassigned: Join issue [5161]</title><link>http://linqjs.codeplex.com/workitem/5161</link><description>var table &amp;#61; from c in ctx.Users&lt;br /&gt;                 join p in ctx.Structure&lt;br /&gt;                 on c.StructureID equals p.StructureID.ToString&amp;#40;&amp;#41;&lt;br /&gt;                 where c.UserID &amp;#60; 276234&lt;br /&gt;                 select c&amp;#59;&lt;br /&gt;What can I do using linq.js achieve the above functions,it&amp;#39;s two tables join by  foreign key&amp;#40;ID&amp;#41;&lt;br /&gt;</description><author>lxp270</author><pubDate>Tue, 07 May 2013 06:46:38 GMT</pubDate><guid isPermaLink="false">Created Unassigned: Join issue [5161] 20130507064638A</guid></item><item><title>Created Issue: Function-members of object is discarded from enumeration [5160]</title><link>http://linqjs.codeplex.com/workitem/5160</link><description>&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;var obj1 &amp;#61; &amp;#123;&lt;br /&gt;&amp;#9;f&amp;#58; function &amp;#40;&amp;#41; &amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;return &amp;#34;a&amp;#34;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#125;&lt;br /&gt;&amp;#125;&amp;#59;&lt;br /&gt;&lt;br /&gt;Enumerable.From&amp;#40;obj1&amp;#41;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;&lt;br /&gt;In the sample above with an object containing a function.&lt;br /&gt;The function will be discarded from the enumeration on line 133 of linq.js &amp;#40;v.2.2.0.2&amp;#41;. Excerpt below&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;for &amp;#40;var key in obj&amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt;    if &amp;#40;&amp;#33;&amp;#40;obj&amp;#91;key&amp;#93; instanceof Function&amp;#41;&amp;#41; &amp;#47;&amp;#47; &amp;#60;----- if clause that removes the function&lt;br /&gt;    &amp;#123;&lt;br /&gt;        array.push&amp;#40;&amp;#123; Key&amp;#58; key, Value&amp;#58; obj&amp;#91;key&amp;#93; &amp;#125;&amp;#41;&amp;#59;&lt;br /&gt;    &amp;#125;&lt;br /&gt;&amp;#125;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;&lt;br /&gt;Is this the intended behavior&amp;#63; If so, why, and is there any workaround for enumerating over function pointers in an object&amp;#63;&lt;br /&gt;</description><author>andhaug</author><pubDate>Sun, 10 Feb 2013 20:12:15 GMT</pubDate><guid isPermaLink="false">Created Issue: Function-members of object is discarded from enumeration [5160] 20130210081215P</guid></item><item><title>Created Issue: ToObject selectors with indexes [5159]</title><link>http://linqjs.codeplex.com/workitem/5159</link><description>Right now the Enumerable.ToObject&amp;#40;&amp;#41; method &amp;#40;and possibly ToDictionary and ToLookup&amp;#41; do not provide an index argument for the key and value selectors. Providing this &amp;#40;as is done in Select&amp;#41;, would be helpful.&lt;br /&gt;</description><author>MgSam</author><pubDate>Tue, 05 Feb 2013 17:33:26 GMT</pubDate><guid isPermaLink="false">Created Issue: ToObject selectors with indexes [5159] 20130205053326P</guid></item><item><title>Edited Issue: Use a better Dictionary class [5158]</title><link>http://linqjs.codeplex.com/workitem/5158</link><description>Right now the Dictionary class used in linq.js is fairly basic and not all that useful over a vanilla object. It also has the major drawback in that it can only use strings as keys. A more generic Dictionary that can use any object as keys would be a lot more useful.&lt;br /&gt;&lt;br /&gt;Here is a good reference example&amp;#58; http&amp;#58;&amp;#47;&amp;#47;www.timdown.co.uk&amp;#47;jshashtable&amp;#47;&lt;br /&gt;&lt;br /&gt;This example also includes a HashSet, which is another collection that would be really useful if integrated into linq.js &amp;#40;perhaps using an Enumerable.ToHashSet&amp;#40;&amp;#41; method&amp;#41;.&lt;br /&gt;</description><author>MgSam</author><pubDate>Tue, 05 Feb 2013 17:30:58 GMT</pubDate><guid isPermaLink="false">Edited Issue: Use a better Dictionary class [5158] 20130205053058P</guid></item><item><title>Created Issue: Use a better Dictionary class [5158]</title><link>http://linqjs.codeplex.com/workitem/5158</link><description>Right now the Dictionary class used in linq.js is fairly basic and not all that useful over a vanilla object. It also has the major drawback in that it can only use strings as keys. A more generic Dictionary that can use any object as keys would be a lot more useful.&lt;br /&gt;&lt;br /&gt;Here is a good reference example&amp;#58; http&amp;#58;&amp;#47;&amp;#47;www.timdown.co.uk&amp;#47;jshashtable&amp;#47;&lt;br /&gt;&lt;br /&gt;This example also includes a HashSet, which is another collection that would be really useful if integrated into linq.js.&lt;br /&gt;</description><author>MgSam</author><pubDate>Tue, 05 Feb 2013 17:30:25 GMT</pubDate><guid isPermaLink="false">Created Issue: Use a better Dictionary class [5158] 20130205053025P</guid></item><item><title>Commented Issue: Using linq.js with Knockout.js causes weird dictionary issue [5157]</title><link>http://linqjs.codeplex.com/workitem/5157</link><description>Given an object used as a plain key value dictionary, Enumerable.From will fail to consider any keys whose values are an observableArray. For example&amp;#58;&lt;br /&gt;&lt;br /&gt;Enumerable.From&amp;#40;&amp;#123; &amp;#39;example&amp;#39;&amp;#58; ko.observableArray&amp;#40;&amp;#41; &amp;#125;&amp;#41;.ToArray&amp;#40;&amp;#41;&lt;br /&gt;&amp;#61;&amp;#62; &amp;#91;&amp;#93;&lt;br /&gt;Comments: Thanks for report.&amp;#10;&amp;#10;ko.observableArray is strange, ko.observableArray is function.&amp;#10;Enumerable.from filter function value.&amp;#10;Therefore result is empty.&amp;#10;&amp;#10;Please make an exclusive method.&amp;#10;&amp;#10;&amp;#96;&amp;#96;&amp;#96;&amp;#10;Enumerable.fromObject &amp;#61; function &amp;#40;obj&amp;#41; &amp;#123;&amp;#10;    return Enumerable.Utils.createEnumerable&amp;#40;function &amp;#40;&amp;#41; &amp;#123;&amp;#10;        var array &amp;#61; &amp;#91;&amp;#93;&amp;#59;&amp;#10;        var index &amp;#61; 0&amp;#59;&amp;#10;&amp;#10;        return Enumerable.Utils.createEnumerator&amp;#40;&amp;#10;            function &amp;#40;&amp;#41; &amp;#123;&amp;#10;                for &amp;#40;var key in obj&amp;#41; &amp;#123;&amp;#10;                    var value &amp;#61; obj&amp;#91;key&amp;#93;&amp;#59;&amp;#10;                    if &amp;#40;Object.prototype.hasOwnProperty.call&amp;#40;obj, key&amp;#41;&amp;#41; &amp;#123;&amp;#10;                        array.push&amp;#40;&amp;#123; key&amp;#58; key, value&amp;#58; value &amp;#125;&amp;#41;&amp;#59;&amp;#10;                    &amp;#125;&amp;#10;                &amp;#125;&amp;#10;            &amp;#125;,&amp;#10;            function &amp;#40;&amp;#41; &amp;#123;&amp;#10;                return &amp;#40;index &amp;#60; array.length&amp;#41;&amp;#10;                    &amp;#63; this.yieldReturn&amp;#40;array&amp;#91;index&amp;#43;&amp;#43;&amp;#93;&amp;#41;&amp;#10;                    &amp;#58; this.yieldBreak&amp;#40;&amp;#41;&amp;#59;&amp;#10;            &amp;#125;,&amp;#10;            function &amp;#40;&amp;#41; &amp;#123; &amp;#125;&amp;#41;&amp;#59;&amp;#10;    &amp;#125;&amp;#41;&amp;#10;&amp;#125;&amp;#59;&amp;#10;&amp;#96;&amp;#96;&amp;#96;&amp;#10;&amp;#10;usage&amp;#10;&amp;#10;&amp;#96;&amp;#96;&amp;#96;&amp;#10;var xs &amp;#61; Enumerable.fromObject&amp;#40;&amp;#123; &amp;#39;example&amp;#39;&amp;#58; ko.observableArray&amp;#40;&amp;#41; &amp;#125;&amp;#41;.toArray&amp;#40;&amp;#41;&amp;#59;&amp;#10;&amp;#96;&amp;#96;&amp;#96;</description><author>neuecc</author><pubDate>Tue, 22 Jan 2013 07:48:31 GMT</pubDate><guid isPermaLink="false">Commented Issue: Using linq.js with Knockout.js causes weird dictionary issue [5157] 20130122074831A</guid></item><item><title>Commented Issue: Using linq.js with Knockout.js causes weird dictionary issue [5157]</title><link>http://linqjs.codeplex.com/workitem/5157</link><description>Given an object used as a plain key value dictionary, Enumerable.From will fail to consider any keys whose values are an observableArray. For example&amp;#58;&lt;br /&gt;&lt;br /&gt;Enumerable.From&amp;#40;&amp;#123; &amp;#39;example&amp;#39;&amp;#58; ko.observableArray&amp;#40;&amp;#41; &amp;#125;&amp;#41;.ToArray&amp;#40;&amp;#41;&lt;br /&gt;&amp;#61;&amp;#62; &amp;#91;&amp;#93;&lt;br /&gt;Comments: Thanks for report.&amp;#10;&amp;#10;ko.observableArray is strange, ko.observableArray is function.&amp;#10;Enumerable.from filter function value.&amp;#10;Therefore result is empty.&amp;#10;&amp;#10;Please make an exclusive method.&amp;#10;&amp;#10;&amp;#96;&amp;#96;&amp;#96;&amp;#10;Enumerable.fromObject &amp;#61; function &amp;#40;obj&amp;#41; &amp;#123;&amp;#10;    return Enumerable.Utils.createEnumerable&amp;#40;function &amp;#40;&amp;#41; &amp;#123;&amp;#10;        var array &amp;#61; &amp;#91;&amp;#93;&amp;#59;&amp;#10;        var index &amp;#61; 0&amp;#59;&amp;#10;&amp;#10;        return Enumerable.Utils.createEnumerator&amp;#40;&amp;#10;            function &amp;#40;&amp;#41; &amp;#123;&amp;#10;                for &amp;#40;var key in obj&amp;#41; &amp;#123;&amp;#10;                    var value &amp;#61; obj&amp;#91;key&amp;#93;&amp;#59;&amp;#10;                    if &amp;#40;Object.prototype.hasOwnProperty.call&amp;#40;obj, key&amp;#41;&amp;#41; &amp;#123;&amp;#10;                        array.push&amp;#40;&amp;#123; key&amp;#58; key, value&amp;#58; value &amp;#125;&amp;#41;&amp;#59;&amp;#10;                    &amp;#125;&amp;#10;                &amp;#125;&amp;#10;            &amp;#125;,&amp;#10;            function &amp;#40;&amp;#41; &amp;#123;&amp;#10;                return &amp;#40;index &amp;#60; array.length&amp;#41;&amp;#10;                    &amp;#63; this.yieldReturn&amp;#40;array&amp;#91;index&amp;#43;&amp;#43;&amp;#93;&amp;#41;&amp;#10;                    &amp;#58; false&amp;#59;&amp;#10;            &amp;#125;,&amp;#10;            function &amp;#40;&amp;#41; &amp;#123; &amp;#125;&amp;#41;&amp;#59;&amp;#10;    &amp;#125;&amp;#41;&amp;#10;&amp;#125;&amp;#59;&amp;#10;&amp;#96;&amp;#96;&amp;#96;&amp;#10;&amp;#10;usage example&amp;#10;&amp;#96;&amp;#96;&amp;#96;&amp;#10;var xs &amp;#61; Enumerable.fromObject&amp;#40;&amp;#123; &amp;#39;example&amp;#39;&amp;#58; ko.observableArray&amp;#40;&amp;#41; &amp;#125;&amp;#41;.toArray&amp;#40;&amp;#41;&amp;#59;&amp;#10;&amp;#96;&amp;#96;&amp;#96;</description><author>neuecc</author><pubDate>Tue, 22 Jan 2013 07:45:45 GMT</pubDate><guid isPermaLink="false">Commented Issue: Using linq.js with Knockout.js causes weird dictionary issue [5157] 20130122074545A</guid></item><item><title>Commented Issue: Using linq.js with Knockout.js causes weird dictionary issue [5157]</title><link>http://linqjs.codeplex.com/workitem/5157</link><description>Given an object used as a plain key value dictionary, Enumerable.From will fail to consider any keys whose values are an observableArray. For example&amp;#58;&lt;br /&gt;&lt;br /&gt;Enumerable.From&amp;#40;&amp;#123; &amp;#39;example&amp;#39;&amp;#58; ko.observableArray&amp;#40;&amp;#41; &amp;#125;&amp;#41;.ToArray&amp;#40;&amp;#41;&lt;br /&gt;&amp;#61;&amp;#62; &amp;#91;&amp;#93;&lt;br /&gt;Comments: ver 3.0.3-Beta4, same problem.</description><author>Igorbek</author><pubDate>Sun, 20 Jan 2013 22:42:23 GMT</pubDate><guid isPermaLink="false">Commented Issue: Using linq.js with Knockout.js causes weird dictionary issue [5157] 20130120104223P</guid></item><item><title>Commented Issue: Any should stop searching when first item matches condition [5156]</title><link>http://linqjs.codeplex.com/workitem/5156</link><description>Hi&amp;#33;&amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;I think that, in order to increase performance, you should  stop the Any search when an element matches the condition. For example&amp;#58;&amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;var list&amp;#61;&amp;#91;&amp;#123;id&amp;#58;1&amp;#125;,&amp;#123;id&amp;#58;2&amp;#125;,&amp;#123;id&amp;#58;3&amp;#125;&amp;#93;&amp;#59;&amp;#60;br &amp;#47;&amp;#62;Enumarable.From&amp;#40;list&amp;#41;.Any&amp;#40;function&amp;#40;x&amp;#41;&amp;#123;&amp;#60;br &amp;#47;&amp;#62;   return x.id&amp;#61;&amp;#61;1&amp;#59;    &amp;#60;br &amp;#47;&amp;#62;&amp;#125;&amp;#41;&amp;#59;&amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;This Any should not search in all items if the first item matches. Result will not vary if more than one element matches.&amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;Currently Any is searching in all the items of the enumerable.&amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;Anyway, awesome library, congratulations&amp;#33;&lt;br /&gt;Comments: Thank you.&amp;#10;&amp;#10;But &amp;#10;&amp;#62; Currently Any is searching in all the items of the enumerable.&amp;#10;Is this right&amp;#63;&amp;#10;&amp;#10;Currently Any implementation&amp;#40;ver 2.2.0.2&amp;#41; is&amp;#10;&amp;#10;---&amp;#10;if &amp;#40;arguments.length &amp;#61;&amp;#61; 0&amp;#41; return enumerator.MoveNext&amp;#40;&amp;#41;&amp;#59; &amp;#47;&amp;#47; case&amp;#58;function&amp;#40;&amp;#41;&amp;#10;&amp;#10;while &amp;#40;enumerator.MoveNext&amp;#40;&amp;#41;&amp;#41; &amp;#47;&amp;#47; case&amp;#58;function&amp;#40;predicate&amp;#41;&amp;#10;&amp;#123;&amp;#10;    if &amp;#40;predicate&amp;#40;enumerator.Current&amp;#40;&amp;#41;&amp;#41;&amp;#41; return true&amp;#59;&amp;#10;&amp;#125;&amp;#10;return false&amp;#59;&amp;#10;&amp;#10;---&amp;#10;&amp;#10;search is stopped.</description><author>neuecc</author><pubDate>Fri, 14 Dec 2012 17:51:28 GMT</pubDate><guid isPermaLink="false">Commented Issue: Any should stop searching when first item matches condition [5156] 20121214055128P</guid></item><item><title>Created Issue: Using linq.js with Knockout.js causes weird dictionary issue [5157]</title><link>http://linqjs.codeplex.com/workitem/5157</link><description>Given an object used as a plain key value dictionary, Enumerable.From will fail to consider any keys whose values are an observableArray. For example&amp;#58;&lt;br /&gt;&lt;br /&gt;Enumerable.From&amp;#40;&amp;#123; &amp;#39;example&amp;#39;&amp;#58; ko.observableArray&amp;#40;&amp;#41; &amp;#125;&amp;#41;.ToArray&amp;#40;&amp;#41;&lt;br /&gt;&amp;#61;&amp;#62; &amp;#91;&amp;#93;&lt;br /&gt;</description><author>bytenik</author><pubDate>Thu, 13 Dec 2012 13:39:41 GMT</pubDate><guid isPermaLink="false">Created Issue: Using linq.js with Knockout.js causes weird dictionary issue [5157] 20121213013941P</guid></item><item><title>Edited Issue: Any should stop searching when first item matches condition [5156]</title><link>http://linqjs.codeplex.com/workitem/5156</link><description>Hi&amp;#33;&amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;I think that, in order to increase performance, you should  stop the Any search when an element matches the condition. For example&amp;#58;&amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;var list&amp;#61;&amp;#91;&amp;#123;id&amp;#58;1&amp;#125;,&amp;#123;id&amp;#58;2&amp;#125;,&amp;#123;id&amp;#58;3&amp;#125;&amp;#93;&amp;#59;&amp;#60;br &amp;#47;&amp;#62;Enumarable.From&amp;#40;list&amp;#41;.Any&amp;#40;function&amp;#40;x&amp;#41;&amp;#123;&amp;#60;br &amp;#47;&amp;#62;   return x.id&amp;#61;&amp;#61;1&amp;#59;    &amp;#60;br &amp;#47;&amp;#62;&amp;#125;&amp;#41;&amp;#59;&amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;This Any should not search in all items if the first item matches. Result will not vary if more than one element matches.&amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;Currently Any is searching in all the items of the enumerable.&amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;Anyway, awesome library, congratulations&amp;#33;&lt;br /&gt;</description><author>wikimetal</author><pubDate>Sun, 09 Dec 2012 22:38:27 GMT</pubDate><guid isPermaLink="false">Edited Issue: Any should stop searching when first item matches condition [5156] 20121209103827P</guid></item><item><title>Created Issue: Any should stop search when an item matches [5156]</title><link>http://linqjs.codeplex.com/workitem/5156</link><description>Hi&amp;#33;&lt;br /&gt;&lt;br /&gt;I think that, in order to increase performance, you should  stop the Any search when an element matches the condition. For example&amp;#58;&lt;br /&gt;&lt;br /&gt;var list&amp;#61;&amp;#91;&amp;#123;id&amp;#58;1&amp;#125;,&amp;#123;id&amp;#58;2&amp;#125;,&amp;#123;id&amp;#58;3&amp;#125;&amp;#93;&amp;#59;&lt;br /&gt;Enumarable.From&amp;#40;list&amp;#41;.Any&amp;#40;function&amp;#40;x&amp;#41;&amp;#123;&lt;br /&gt;   return x.id&amp;#61;&amp;#61;1&amp;#59;    &lt;br /&gt;&amp;#125;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;This Any should not search in all items if the first item matches. Result will not vary if more than one element matches.&lt;br /&gt;&lt;br /&gt;Currently Any is searching in all the items of the enumerable.&lt;br /&gt;&lt;br /&gt;Anyway, awesome library, congratulations&amp;#33;&lt;br /&gt;</description><author>wikimetal</author><pubDate>Sun, 09 Dec 2012 22:37:40 GMT</pubDate><guid isPermaLink="false">Created Issue: Any should stop search when an item matches [5156] 20121209103740P</guid></item><item><title>Commented Issue: First() and FirstOrDefault() return different results [5144]</title><link>http://linqjs.codeplex.com/workitem/5144</link><description>Hi,&lt;br /&gt;This is the first time I&amp;#39;ve used linq.js, so I could have the wrong end of the stick. From my C&amp;#35; experience I&amp;#39;d expect First&amp;#40;&amp;#41; and FirstOrDefault&amp;#40;&amp;#41; to return the same value, so long as the predicate finds a match. In my brief test, that doesn&amp;#39;t appear to be the case. &lt;br /&gt;&lt;br /&gt;Here&amp;#39;s a quick node script to demonstrate&amp;#58;&lt;br /&gt;&lt;br /&gt;require&amp;#40;&amp;#39;.&amp;#47;linq&amp;#39;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;var x &amp;#61; &amp;#91; 1 , 2, 3, 4, 5 &amp;#93;&amp;#59;&lt;br /&gt;&lt;br /&gt;console.log&amp;#40;Enumerable.From&amp;#40;x&amp;#41;.First&amp;#40;&amp;#39;&amp;#36;&amp;#62;2&amp;#39;&amp;#41;&amp;#41;&amp;#59; &amp;#47;&amp;#47; &amp;#61;&amp;#62; 3, as expected&lt;br /&gt;console.log&amp;#40;Enumerable.From&amp;#40;x&amp;#41;.FirstOrDefault&amp;#40;&amp;#39;&amp;#36;&amp;#62;2&amp;#39;&amp;#41;&amp;#41;&amp;#59; &amp;#47;&amp;#47; &amp;#61;&amp;#62; 1 &amp;#63;&amp;#63;&amp;#63;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Have I misunderstood something about how linq.js works, or is this a bug&amp;#63;&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;&lt;br /&gt;Ben&lt;br /&gt;Comments: Nice Post.&amp;#10;this explains more about the use or first&amp;#40;&amp;#41; and firstordefault&amp;#40;&amp;#41;.&amp;#10;http&amp;#58;&amp;#47;&amp;#47;dotnet-programming-solutions.blogspot.com&amp;#47;2012&amp;#47;10&amp;#47;when-to-use-first-and-firstordefault.html </description><author>habeeb_matrix</author><pubDate>Sat, 17 Nov 2012 10:01:18 GMT</pubDate><guid isPermaLink="false">Commented Issue: First() and FirstOrDefault() return different results [5144] 20121117100118A</guid></item><item><title>Commented Issue: Sorting scandinavian alphabets [5139]</title><link>http://linqjs.codeplex.com/workitem/5139</link><description>The default sort in javascript does not handle scandinavian alphabets correctly, sorting the special characters in the wrong order by default because of the letter order in unicode. This can be fixed using &amp;#34;localeCompare&amp;#34;.&lt;br /&gt;Comments: Why don&amp;#39;t you just uppercase all the values and then do the compare. That should solve your compatibility problem.</description><author>dvela1</author><pubDate>Thu, 08 Nov 2012 14:17:44 GMT</pubDate><guid isPermaLink="false">Commented Issue: Sorting scandinavian alphabets [5139] 20121108021744P</guid></item><item><title>Created Issue: Enumerable.Utils should have more basic function. [5155]</title><link>http://linqjs.codeplex.com/workitem/5155</link><description>For plugin developers, it is better to expose internal functions, like following&amp;#58;&lt;br /&gt;Enumerable.Utils.blank &amp;#61; Functions.Blank&amp;#59;&lt;br /&gt;Enumerable.Utils.alwaysTrue &amp;#61; Functions.True&amp;#59;&lt;br /&gt;Enumerable.Utils.identity &amp;#61; Functions.Identity&amp;#59;&lt;br /&gt;Enumerable.Utils.dispose &amp;#61; Utils.dispose&amp;#59;&lt;br /&gt;&lt;br /&gt;Because it reduces lines of plugin by eliminating re-definition.&lt;br /&gt;1st, Functions.Blank are often used, because IEnumerator will do nothing at initializing and&amp;#47;or disposing in many cases, as you know.&lt;br /&gt;2nd, Functions.Identity are also used to implement operators that accept function, like selectMany operator.&lt;br /&gt;3rd, null-safe-dispose is useful to dispose enumerator that quit in the middle enumeration.&lt;br /&gt;&lt;br /&gt;I think Functions.True is rarely used, but uniformity is better, maybe.&lt;br /&gt;</description><author>mogami</author><pubDate>Sat, 27 Oct 2012 01:01:57 GMT</pubDate><guid isPermaLink="false">Created Issue: Enumerable.Utils should have more basic function. [5155] 20121027010157A</guid></item><item><title>Commented Issue: Filter is not working on datetime field (Column) [5147]</title><link>http://linqjs.codeplex.com/workitem/5147</link><description>I have data having datetime field, and want to filter by date then it will return whole collection &amp;#40;didnt filter on specific datetime&amp;#41;. Please check this issue because i am stuck in my project because i am using your library.&lt;br /&gt;&lt;br /&gt;&amp;#47;&amp;#47;Sample Data&lt;br /&gt;var jsonResultTble &amp;#61; &amp;#91;&amp;#123;&amp;#34;ItemPostingId&amp;#34;&amp;#58;3599,&amp;#34;Condition&amp;#34;&amp;#58;&amp;#34;Very Good&amp;#34;,&amp;#34;Seller&amp;#34;&amp;#58;&amp;#34;friendimran&amp;#64;hotmail.com&amp;#34;,&amp;#34;Rating&amp;#34;&amp;#58;0,&amp;#34;School&amp;#34;&amp;#58;&amp;#34;University of California-Los Angeles&amp;#34;,&amp;#34;City&amp;#34;&amp;#58;&amp;#34; &amp;#34;,&amp;#34;State&amp;#34;&amp;#58;&amp;#34; &amp;#34;,&amp;#34;Comments&amp;#34;&amp;#58;&amp;#34;N&amp;#47;A&amp;#34;,&amp;#34;RetailPrice&amp;#34;&amp;#58;0,&amp;#34;TradeCredit&amp;#34;&amp;#58;0,&amp;#34;AvailabilityDate&amp;#34;&amp;#58;&amp;#34;4&amp;#47;30&amp;#47;2012 12&amp;#58;00&amp;#58;00 AM&amp;#34;,&amp;#34;SwapOptId&amp;#34;&amp;#58;3,&amp;#34;IsAvailable&amp;#34;&amp;#58;false,&amp;#34;BookConditionId&amp;#34;&amp;#58;2,&amp;#34;ConditionValue&amp;#34;&amp;#58;0.85,&amp;#34;SchoolId&amp;#34;&amp;#58;1128,&amp;#34;DeliveryId&amp;#34;&amp;#58;1,&amp;#34;IsSell&amp;#34;&amp;#58;false,&amp;#34;SellPrice&amp;#34;&amp;#58;0,&amp;#34;PostedImages&amp;#34;&amp;#58;null&amp;#125;,&amp;#123;&amp;#34;ItemPostingId&amp;#34;&amp;#58;3600,&amp;#34;Condition&amp;#34;&amp;#58;&amp;#34;Very Good&amp;#34;,&amp;#34;Seller&amp;#34;&amp;#58;&amp;#34;imran.raza&amp;#64;esoulconsultancy.com&amp;#34;,&amp;#34;Rating&amp;#34;&amp;#58;18,&amp;#34;School&amp;#34;&amp;#58;&amp;#34;Mississippi Valley State University&amp;#34;,&amp;#34;City&amp;#34;&amp;#58;&amp;#34; &amp;#34;,&amp;#34;State&amp;#34;&amp;#58;&amp;#34; &amp;#34;,&amp;#34;Comments&amp;#34;&amp;#58;&amp;#34;N&amp;#47;A&amp;#34;,&amp;#34;RetailPrice&amp;#34;&amp;#58;0,&amp;#34;TradeCredit&amp;#34;&amp;#58;0,&amp;#34;AvailabilityDate&amp;#34;&amp;#58;&amp;#34;4&amp;#47;10&amp;#47;2012 12&amp;#58;00&amp;#58;00 AM&amp;#34;,&amp;#34;SwapOptId&amp;#34;&amp;#58;3,&amp;#34;IsAvailable&amp;#34;&amp;#58;true,&amp;#34;BookConditionId&amp;#34;&amp;#58;2,&amp;#34;ConditionValue&amp;#34;&amp;#58;0.85,&amp;#34;SchoolId&amp;#34;&amp;#58;679,&amp;#34;DeliveryId&amp;#34;&amp;#58;1,&amp;#34;IsSell&amp;#34;&amp;#58;false,&amp;#34;SellPrice&amp;#34;&amp;#58;0,&amp;#34;PostedImages&amp;#34;&amp;#58;null&amp;#125;&amp;#93;&amp;#59;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#47;&amp;#47;Apply Filter on AvailabilityDate field&lt;br /&gt;var queryResult &amp;#61; &amp;#36;.Enumerable.From&amp;#40;jsonResultTble&amp;#41;&lt;br /&gt;.Where&amp;#40;&amp;#34;&amp;#36;.AvailabilityDate &amp;#61;&amp;#61; &amp;#39;04&amp;#47;30&amp;#47;2012 12&amp;#58;00&amp;#58;00 AM&amp;#39;&amp;#34;&amp;#41;&lt;br /&gt;.Select&amp;#40;&amp;#34;&amp;#36;.ItemPostingId&amp;#34;&amp;#41;.ToArray&amp;#40;&amp;#41;&amp;#59; &lt;br /&gt;&lt;br /&gt;It should return one record but it didnt.&lt;br /&gt;Comments: sorry, I can&amp;#39;t understand which point is bad yet.&amp;#10;Please write a concrete example of data.</description><author>neuecc</author><pubDate>Mon, 20 Aug 2012 12:19:59 GMT</pubDate><guid isPermaLink="false">Commented Issue: Filter is not working on datetime field (Column) [5147] 20120820121959P</guid></item><item><title>Commented Issue: Filter is not working on datetime field (Column) [5147]</title><link>http://linqjs.codeplex.com/workitem/5147</link><description>I have data having datetime field, and want to filter by date then it will return whole collection &amp;#40;didnt filter on specific datetime&amp;#41;. Please check this issue because i am stuck in my project because i am using your library.&lt;br /&gt;&lt;br /&gt;&amp;#47;&amp;#47;Sample Data&lt;br /&gt;var jsonResultTble &amp;#61; &amp;#91;&amp;#123;&amp;#34;ItemPostingId&amp;#34;&amp;#58;3599,&amp;#34;Condition&amp;#34;&amp;#58;&amp;#34;Very Good&amp;#34;,&amp;#34;Seller&amp;#34;&amp;#58;&amp;#34;friendimran&amp;#64;hotmail.com&amp;#34;,&amp;#34;Rating&amp;#34;&amp;#58;0,&amp;#34;School&amp;#34;&amp;#58;&amp;#34;University of California-Los Angeles&amp;#34;,&amp;#34;City&amp;#34;&amp;#58;&amp;#34; &amp;#34;,&amp;#34;State&amp;#34;&amp;#58;&amp;#34; &amp;#34;,&amp;#34;Comments&amp;#34;&amp;#58;&amp;#34;N&amp;#47;A&amp;#34;,&amp;#34;RetailPrice&amp;#34;&amp;#58;0,&amp;#34;TradeCredit&amp;#34;&amp;#58;0,&amp;#34;AvailabilityDate&amp;#34;&amp;#58;&amp;#34;4&amp;#47;30&amp;#47;2012 12&amp;#58;00&amp;#58;00 AM&amp;#34;,&amp;#34;SwapOptId&amp;#34;&amp;#58;3,&amp;#34;IsAvailable&amp;#34;&amp;#58;false,&amp;#34;BookConditionId&amp;#34;&amp;#58;2,&amp;#34;ConditionValue&amp;#34;&amp;#58;0.85,&amp;#34;SchoolId&amp;#34;&amp;#58;1128,&amp;#34;DeliveryId&amp;#34;&amp;#58;1,&amp;#34;IsSell&amp;#34;&amp;#58;false,&amp;#34;SellPrice&amp;#34;&amp;#58;0,&amp;#34;PostedImages&amp;#34;&amp;#58;null&amp;#125;,&amp;#123;&amp;#34;ItemPostingId&amp;#34;&amp;#58;3600,&amp;#34;Condition&amp;#34;&amp;#58;&amp;#34;Very Good&amp;#34;,&amp;#34;Seller&amp;#34;&amp;#58;&amp;#34;imran.raza&amp;#64;esoulconsultancy.com&amp;#34;,&amp;#34;Rating&amp;#34;&amp;#58;18,&amp;#34;School&amp;#34;&amp;#58;&amp;#34;Mississippi Valley State University&amp;#34;,&amp;#34;City&amp;#34;&amp;#58;&amp;#34; &amp;#34;,&amp;#34;State&amp;#34;&amp;#58;&amp;#34; &amp;#34;,&amp;#34;Comments&amp;#34;&amp;#58;&amp;#34;N&amp;#47;A&amp;#34;,&amp;#34;RetailPrice&amp;#34;&amp;#58;0,&amp;#34;TradeCredit&amp;#34;&amp;#58;0,&amp;#34;AvailabilityDate&amp;#34;&amp;#58;&amp;#34;4&amp;#47;10&amp;#47;2012 12&amp;#58;00&amp;#58;00 AM&amp;#34;,&amp;#34;SwapOptId&amp;#34;&amp;#58;3,&amp;#34;IsAvailable&amp;#34;&amp;#58;true,&amp;#34;BookConditionId&amp;#34;&amp;#58;2,&amp;#34;ConditionValue&amp;#34;&amp;#58;0.85,&amp;#34;SchoolId&amp;#34;&amp;#58;679,&amp;#34;DeliveryId&amp;#34;&amp;#58;1,&amp;#34;IsSell&amp;#34;&amp;#58;false,&amp;#34;SellPrice&amp;#34;&amp;#58;0,&amp;#34;PostedImages&amp;#34;&amp;#58;null&amp;#125;&amp;#93;&amp;#59;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#47;&amp;#47;Apply Filter on AvailabilityDate field&lt;br /&gt;var queryResult &amp;#61; &amp;#36;.Enumerable.From&amp;#40;jsonResultTble&amp;#41;&lt;br /&gt;.Where&amp;#40;&amp;#34;&amp;#36;.AvailabilityDate &amp;#61;&amp;#61; &amp;#39;04&amp;#47;30&amp;#47;2012 12&amp;#58;00&amp;#58;00 AM&amp;#39;&amp;#34;&amp;#41;&lt;br /&gt;.Select&amp;#40;&amp;#34;&amp;#36;.ItemPostingId&amp;#34;&amp;#41;.ToArray&amp;#40;&amp;#41;&amp;#59; &lt;br /&gt;&lt;br /&gt;It should return one record but it didnt.&lt;br /&gt;Comments: To be able to use OrderBy on date or datetime fields in string format, I used to tweak the compare methods by using date.js&amp;#58;&amp;#10;&amp;#10;Compare&amp;#58; function&amp;#40;a, b&amp;#41; &amp;#123;&amp;#10;&amp;#10;            var DateA &amp;#61; Date.parse&amp;#40;a&amp;#41;&amp;#59;&amp;#10;            var DateB &amp;#61; Date.parse&amp;#40;b&amp;#41;&amp;#59;&amp;#10;            if &amp;#40;DateA &amp;#61;&amp;#61; null &amp;#124;&amp;#124; DateB &amp;#61;&amp;#61; null&amp;#41; &amp;#123;&amp;#10;                return &amp;#40;a &amp;#61;&amp;#61;&amp;#61; b&amp;#41; &amp;#63; 0&amp;#10;                &amp;#58; &amp;#40;a &amp;#62; b&amp;#41; &amp;#63; 1&amp;#10;                &amp;#58; -1&amp;#59;&amp;#10;            &amp;#125;&amp;#10;            else &amp;#123;&amp;#10;                return &amp;#40;DateA.compareTo&amp;#40;DateB&amp;#41;&amp;#41;&amp;#10;            &amp;#125;&amp;#10;        &amp;#125;,&amp;#10;</description><author>Neb37</author><pubDate>Fri, 17 Aug 2012 13:00:53 GMT</pubDate><guid isPermaLink="false">Commented Issue: Filter is not working on datetime field (Column) [5147] 20120817010053P</guid></item><item><title>Commented Issue: Filter is not working on datetime field (Column) [5147]</title><link>http://linqjs.codeplex.com/workitem/5147</link><description>I have data having datetime field, and want to filter by date then it will return whole collection &amp;#40;didnt filter on specific datetime&amp;#41;. Please check this issue because i am stuck in my project because i am using your library.&lt;br /&gt;&lt;br /&gt;&amp;#47;&amp;#47;Sample Data&lt;br /&gt;var jsonResultTble &amp;#61; &amp;#91;&amp;#123;&amp;#34;ItemPostingId&amp;#34;&amp;#58;3599,&amp;#34;Condition&amp;#34;&amp;#58;&amp;#34;Very Good&amp;#34;,&amp;#34;Seller&amp;#34;&amp;#58;&amp;#34;friendimran&amp;#64;hotmail.com&amp;#34;,&amp;#34;Rating&amp;#34;&amp;#58;0,&amp;#34;School&amp;#34;&amp;#58;&amp;#34;University of California-Los Angeles&amp;#34;,&amp;#34;City&amp;#34;&amp;#58;&amp;#34; &amp;#34;,&amp;#34;State&amp;#34;&amp;#58;&amp;#34; &amp;#34;,&amp;#34;Comments&amp;#34;&amp;#58;&amp;#34;N&amp;#47;A&amp;#34;,&amp;#34;RetailPrice&amp;#34;&amp;#58;0,&amp;#34;TradeCredit&amp;#34;&amp;#58;0,&amp;#34;AvailabilityDate&amp;#34;&amp;#58;&amp;#34;4&amp;#47;30&amp;#47;2012 12&amp;#58;00&amp;#58;00 AM&amp;#34;,&amp;#34;SwapOptId&amp;#34;&amp;#58;3,&amp;#34;IsAvailable&amp;#34;&amp;#58;false,&amp;#34;BookConditionId&amp;#34;&amp;#58;2,&amp;#34;ConditionValue&amp;#34;&amp;#58;0.85,&amp;#34;SchoolId&amp;#34;&amp;#58;1128,&amp;#34;DeliveryId&amp;#34;&amp;#58;1,&amp;#34;IsSell&amp;#34;&amp;#58;false,&amp;#34;SellPrice&amp;#34;&amp;#58;0,&amp;#34;PostedImages&amp;#34;&amp;#58;null&amp;#125;,&amp;#123;&amp;#34;ItemPostingId&amp;#34;&amp;#58;3600,&amp;#34;Condition&amp;#34;&amp;#58;&amp;#34;Very Good&amp;#34;,&amp;#34;Seller&amp;#34;&amp;#58;&amp;#34;imran.raza&amp;#64;esoulconsultancy.com&amp;#34;,&amp;#34;Rating&amp;#34;&amp;#58;18,&amp;#34;School&amp;#34;&amp;#58;&amp;#34;Mississippi Valley State University&amp;#34;,&amp;#34;City&amp;#34;&amp;#58;&amp;#34; &amp;#34;,&amp;#34;State&amp;#34;&amp;#58;&amp;#34; &amp;#34;,&amp;#34;Comments&amp;#34;&amp;#58;&amp;#34;N&amp;#47;A&amp;#34;,&amp;#34;RetailPrice&amp;#34;&amp;#58;0,&amp;#34;TradeCredit&amp;#34;&amp;#58;0,&amp;#34;AvailabilityDate&amp;#34;&amp;#58;&amp;#34;4&amp;#47;10&amp;#47;2012 12&amp;#58;00&amp;#58;00 AM&amp;#34;,&amp;#34;SwapOptId&amp;#34;&amp;#58;3,&amp;#34;IsAvailable&amp;#34;&amp;#58;true,&amp;#34;BookConditionId&amp;#34;&amp;#58;2,&amp;#34;ConditionValue&amp;#34;&amp;#58;0.85,&amp;#34;SchoolId&amp;#34;&amp;#58;679,&amp;#34;DeliveryId&amp;#34;&amp;#58;1,&amp;#34;IsSell&amp;#34;&amp;#58;false,&amp;#34;SellPrice&amp;#34;&amp;#58;0,&amp;#34;PostedImages&amp;#34;&amp;#58;null&amp;#125;&amp;#93;&amp;#59;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#47;&amp;#47;Apply Filter on AvailabilityDate field&lt;br /&gt;var queryResult &amp;#61; &amp;#36;.Enumerable.From&amp;#40;jsonResultTble&amp;#41;&lt;br /&gt;.Where&amp;#40;&amp;#34;&amp;#36;.AvailabilityDate &amp;#61;&amp;#61; &amp;#39;04&amp;#47;30&amp;#47;2012 12&amp;#58;00&amp;#58;00 AM&amp;#39;&amp;#34;&amp;#41;&lt;br /&gt;.Select&amp;#40;&amp;#34;&amp;#36;.ItemPostingId&amp;#34;&amp;#41;.ToArray&amp;#40;&amp;#41;&amp;#59; &lt;br /&gt;&lt;br /&gt;It should return one record but it didnt.&lt;br /&gt;Comments: At first AvailabilityDate&amp;#39;s type is String.&amp;#10;It isn&amp;#39;t DateTime.&amp;#10;So &amp;#39;04&amp;#47;30&amp;#47;2012&amp;#39; is not match.&amp;#10;It is necessary to be &amp;#39;4&amp;#47;30&amp;#47;2012 12&amp;#58;00&amp;#58;00 AM&amp;#39;.&amp;#10;&amp;#10;&amp;#47;&amp;#47;&amp;#10;&amp;#10;What is promblem of OrderBy&amp;#63;&amp;#10;I checked following code and it works.&amp;#10;&amp;#10;Enumerable.From&amp;#40;&amp;#91;new Date&amp;#40;2000, 10, 0&amp;#41;, new Date&amp;#40;1999, 10, 0&amp;#41;, new Date&amp;#40;2001, 10, 0&amp;#41;&amp;#93;&amp;#41;&amp;#10;    .OrderBy&amp;#40;&amp;#41;&amp;#10;    .WriteLine&amp;#40;&amp;#41;&amp;#59;</description><author>neuecc</author><pubDate>Fri, 17 Aug 2012 08:10:37 GMT</pubDate><guid isPermaLink="false">Commented Issue: Filter is not working on datetime field (Column) [5147] 20120817081037A</guid></item><item><title>Commented Issue: Filter is not working on datetime field (Column) [5147]</title><link>http://linqjs.codeplex.com/workitem/5147</link><description>I have data having datetime field, and want to filter by date then it will return whole collection &amp;#40;didnt filter on specific datetime&amp;#41;. Please check this issue because i am stuck in my project because i am using your library.&lt;br /&gt;&lt;br /&gt;&amp;#47;&amp;#47;Sample Data&lt;br /&gt;var jsonResultTble &amp;#61; &amp;#91;&amp;#123;&amp;#34;ItemPostingId&amp;#34;&amp;#58;3599,&amp;#34;Condition&amp;#34;&amp;#58;&amp;#34;Very Good&amp;#34;,&amp;#34;Seller&amp;#34;&amp;#58;&amp;#34;friendimran&amp;#64;hotmail.com&amp;#34;,&amp;#34;Rating&amp;#34;&amp;#58;0,&amp;#34;School&amp;#34;&amp;#58;&amp;#34;University of California-Los Angeles&amp;#34;,&amp;#34;City&amp;#34;&amp;#58;&amp;#34; &amp;#34;,&amp;#34;State&amp;#34;&amp;#58;&amp;#34; &amp;#34;,&amp;#34;Comments&amp;#34;&amp;#58;&amp;#34;N&amp;#47;A&amp;#34;,&amp;#34;RetailPrice&amp;#34;&amp;#58;0,&amp;#34;TradeCredit&amp;#34;&amp;#58;0,&amp;#34;AvailabilityDate&amp;#34;&amp;#58;&amp;#34;4&amp;#47;30&amp;#47;2012 12&amp;#58;00&amp;#58;00 AM&amp;#34;,&amp;#34;SwapOptId&amp;#34;&amp;#58;3,&amp;#34;IsAvailable&amp;#34;&amp;#58;false,&amp;#34;BookConditionId&amp;#34;&amp;#58;2,&amp;#34;ConditionValue&amp;#34;&amp;#58;0.85,&amp;#34;SchoolId&amp;#34;&amp;#58;1128,&amp;#34;DeliveryId&amp;#34;&amp;#58;1,&amp;#34;IsSell&amp;#34;&amp;#58;false,&amp;#34;SellPrice&amp;#34;&amp;#58;0,&amp;#34;PostedImages&amp;#34;&amp;#58;null&amp;#125;,&amp;#123;&amp;#34;ItemPostingId&amp;#34;&amp;#58;3600,&amp;#34;Condition&amp;#34;&amp;#58;&amp;#34;Very Good&amp;#34;,&amp;#34;Seller&amp;#34;&amp;#58;&amp;#34;imran.raza&amp;#64;esoulconsultancy.com&amp;#34;,&amp;#34;Rating&amp;#34;&amp;#58;18,&amp;#34;School&amp;#34;&amp;#58;&amp;#34;Mississippi Valley State University&amp;#34;,&amp;#34;City&amp;#34;&amp;#58;&amp;#34; &amp;#34;,&amp;#34;State&amp;#34;&amp;#58;&amp;#34; &amp;#34;,&amp;#34;Comments&amp;#34;&amp;#58;&amp;#34;N&amp;#47;A&amp;#34;,&amp;#34;RetailPrice&amp;#34;&amp;#58;0,&amp;#34;TradeCredit&amp;#34;&amp;#58;0,&amp;#34;AvailabilityDate&amp;#34;&amp;#58;&amp;#34;4&amp;#47;10&amp;#47;2012 12&amp;#58;00&amp;#58;00 AM&amp;#34;,&amp;#34;SwapOptId&amp;#34;&amp;#58;3,&amp;#34;IsAvailable&amp;#34;&amp;#58;true,&amp;#34;BookConditionId&amp;#34;&amp;#58;2,&amp;#34;ConditionValue&amp;#34;&amp;#58;0.85,&amp;#34;SchoolId&amp;#34;&amp;#58;679,&amp;#34;DeliveryId&amp;#34;&amp;#58;1,&amp;#34;IsSell&amp;#34;&amp;#58;false,&amp;#34;SellPrice&amp;#34;&amp;#58;0,&amp;#34;PostedImages&amp;#34;&amp;#58;null&amp;#125;&amp;#93;&amp;#59;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#47;&amp;#47;Apply Filter on AvailabilityDate field&lt;br /&gt;var queryResult &amp;#61; &amp;#36;.Enumerable.From&amp;#40;jsonResultTble&amp;#41;&lt;br /&gt;.Where&amp;#40;&amp;#34;&amp;#36;.AvailabilityDate &amp;#61;&amp;#61; &amp;#39;04&amp;#47;30&amp;#47;2012 12&amp;#58;00&amp;#58;00 AM&amp;#39;&amp;#34;&amp;#41;&lt;br /&gt;.Select&amp;#40;&amp;#34;&amp;#36;.ItemPostingId&amp;#34;&amp;#41;.ToArray&amp;#40;&amp;#41;&amp;#59; &lt;br /&gt;&lt;br /&gt;It should return one record but it didnt.&lt;br /&gt;Comments: I am also having an issue with datetime fields, OrderBy doesn&amp;#39;t seem to work on DateTime fields&amp;#63;&amp;#63;&amp;#63;&amp;#63;</description><author>developerdavid</author><pubDate>Thu, 16 Aug 2012 15:44:24 GMT</pubDate><guid isPermaLink="false">Commented Issue: Filter is not working on datetime field (Column) [5147] 20120816034424P</guid></item></channel></rss>