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

  • SEARCH
  • Home
  • 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 8066145
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T11:53:17+00:00 2026-06-05T11:53:17+00:00

Quick and probably easy Lambda question: I have a restaurant with reviews. I want

  • 0

Quick and probably easy Lambda question:

I have a restaurant with reviews.
I want to query for the one with the:

  • Max(AverageRating)
  • And the Max(ReviewCount)
  • And the Max(NewestReviewDate)
  • And the Min(DistanceAway)

Something like this:

var _Result = AllRestaurants
    .Max(x => x.AverageRating)
    .AndMax(x => x.ReviewCount)
    .AndMax(x => x.NewestReviewDate)
    .AndMin(x => x.DistanceAway);

Now, I know that is pseudo code. But it describes it perfectly!

Of course, in multiple statements, this is simple.

Just wondering if this is possible in one statement without killing the readability.

Thank you in advance. I know some of you love the query questions!

  • 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-06-05T11:53:20+00:00Added an answer on June 5, 2026 at 11:53 am

    You can’t have multiple maxes or mins, that doesn’t make sense.
    You’ll need some kind of heuristic like:

       .Max(x => x.AverageRating * x.ReviewCount - x.DaysSinceLastReview - x.DistanceAway)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Quick question- I know this is probably really easy, but my excel skills have
Quick and probably incredibly easy question; $str=<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Quick probably obvious question. If I have: void print(string input) { cout << input
quick and probably dumb question. I have the following situation: I select multiple elements
a quick, probably easy question whose answer is probably best practice I'm following a
This is a quick (and probably stupid) question but if I have two consts
I have a quick question about Regex in Java (though other languages are probably
This is probably a quick question. I'd like to run the YUI compressor so
Quick question, I have the following string which is a coma separated list of
Quick method description: I have two tables, lets name them table ONE and table

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.