LINQ: Any() vs Count
Эта статья началась с обсуждения на Stack Overflow: Why LINQ method Any does not check Count?. Здесь мы сравним производительность методов Any
и Count != 0
.
LINQ: Any vs Count
This post started from discussion on SO: Why LINQ method Any does not check Count? This article shows comparison of performance methods Any and Count = 0.
Csharp (21)
.net (21)
LINQ (8)
benchmark (8)
performance (8)
MSSQL (6)
TSQL (5)
patterns (3)
.net48 (2)
.netcore31 (2)
.net5 (2)
.net6 (2)
.net8 (2)
.net9 (2)
OPTIMIZATION (2)
collections (2)
.net471 (2)
stackoverflow (2)
retry (2)
circuit breaker (2)
list (1)
roslyn (1)
analyzer (1)
string (1)
NDepend (1)
asp.net (1)
specification (1)
repository (1)
entityframework (1)
EF (1)
xml (1)
soap (1)
CancellationToken (1)
Timer (1)
debug (1)
properties (1)
IEnumerable (1)
foreach (1)