Skip to content

Instantly share code, notes, and snippets.

@mskutta
Created May 11, 2015 18:37
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 mskutta/dff96960a6f83ef32f9f to your computer and use it in GitHub Desktop.
Save mskutta/dff96960a6f83ef32f9f to your computer and use it in GitHub Desktop.
Social Sort Example.cs
var service = new OneNorth.SocialSort.GoogleAnalytics.Service();
List<Item> items = <Get list of items from somewhere>;
var sortedItems = items.OrderBy(service.GetPageViews);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment