Skip to content

Instantly share code, notes, and snippets.

@Hkazanci93
Created December 8, 2021 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hkazanci93/7fc0e274f989c901c773abcdba9d296c to your computer and use it in GitHub Desktop.
Save Hkazanci93/7fc0e274f989c901c773abcdba9d296c to your computer and use it in GitHub Desktop.
var averageAgeOfFamilies = customerAggregations.GroupBy(x=> x.RecordShell.LastName).Average(x=>x.RecordShell.Age);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment