IEnumerable<Person> allPeople = GetAllPeople();foreach(var person in allPeople.Where("Age > 10").OrderBy("Age")){ //notice the above arguments are strings and not lambdas //this makes it a lot easier to build everything ad-hoc Console.WriteLine(person.Age + " - " + person.FirstName);}
Click Download Nitriq Now for download options on the NimblePros download page.