Timeline for Simplify a complex LINQ query
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 12, 2016 at 8:29 | answer | added | Philip C | timeline score: 7 | |
| Jul 11, 2012 at 22:31 | vote | accept | JKor | ||
| Jul 11, 2012 at 19:35 | history | tweeted | twitter.com/#!/StackCodeReview/status/223138517755236352 | ||
| Jul 11, 2012 at 18:57 | answer | added | D Stanley | timeline score: 4 | |
| Jul 11, 2012 at 18:38 | comment | added | svick |
What I can see immediately is that you could replace Count() > 0 with Any(), which is simpler and also more efficient.
|
|
| Jul 11, 2012 at 18:25 | history | asked | JKor | CC BY-SA 3.0 |