Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6890329
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T06:16:05+00:00 2026-05-27T06:16:05+00:00

There are multiple places in an Open Source Project (OSP) code I contribute, where

  • 0

There are multiple places in an Open Source Project (OSP) code I contribute, where it has to be determined if an element in a collection satisfies a certain condition.

I’ve seen the use of LINQ expression Any(lambda expression) in some cases and FirstOrDefault(lambda expression) != null in others but never given a thought about it.

I have reached now a point where I have to do some iterations to collections made from queries to a DB and want to optimize the runtime.

So I figured that FirstOrDefault(lambda expression) != null should be faster than Any(lambda expression),right?

In the case of FirstOrDefault(lambda expression) != null, the iteration (probably) stops when it finds an element that satisfies the condition (worse case scenario it iterates through the entire collection and returns null).

In the case of Any(lambda expression) I imagine that the iteration continues to the end of the collection even if an element that satisfies the condition is found.

Edit: The above is not true as Jackson Pope mentioned and linked the related MSDN article.

Are my thoughts correct or am I missing something?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T06:16:06+00:00Added an answer on May 27, 2026 at 6:16 am

    The enumeration in Any() stops as soon as it finds a matching item as well:

    https://learn.microsoft.com/en-us/dotnet/api/system.linq.enumerable.any

    I would expect the performance to be very similar. Note that the FirstOrDefault version won’t work with a collection of value types (since the default isn’t null) but the Any version would.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a project where there are multiple applications that have some common configuration
I'm looking for solutions, preferably open source, that can manage deployments of multiple interdependent
How can I refactor a switch statement that is in multiple places in code
There is a password policy in place on OpenDS preventing i.e. multiple login failures.
Why are there multiple (2) web.config files: 1 in the root directory 1 in
There are multiple values I have been storing in ASP.NET configSections sections for each
There are multiple ways to fill an NSTableView up with data through either bindings,
There are multiple overloads for sqlcommand.Parameters.Add(...) function. Some of them do not take size,
Is there a multiple instances pattern in F# somewhere? Consider that I'm working on
Say there are multiple requests in a integration test, some of them are local

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.