Skip to main content

Timeline for Longest common substring

Current License: CC BY-SA 3.0

5 events
when toggle format what by license comment
Feb 5, 2013 at 23:37 history edited James Khoury CC BY-SA 3.0
Changed the OrderByDescending to ThenByDescending. Thanks codesparkle.
Feb 5, 2013 at 23:36 comment added James Khoury @codesparkle oops! Thanks. I really should be more careful I hadn't noticed the orderby/orderbydescending.
Feb 5, 2013 at 9:54 comment added Adam Careful! OrderByDescending overrides the effects of OrderBy — what you need is ThenByDescending. And please don't fully qualify System.String. I suggest simply using the lower case alias string if you feel that String alone is too ambiguous.
Feb 5, 2013 at 9:52 history edited svick CC BY-SA 3.0
code formatting
Feb 5, 2013 at 6:00 history answered James Khoury CC BY-SA 3.0