Skip to main content

Posts

Showing posts from 2016

Linq everything you need to know

  Linq Links ·          Refactor foreach to Linq https://jasonneylon.wordpress.com/2010/02/23/refactoring-to-linq-part-1-death-to-the-foreach/ ·          Linq tutorial https://app.pluralsight.com/library/courses/linq-fundamentals/table-of-contents ·          Linq cheat sheet to print http://nickberardi.com/linq-cheat-sheet/ ·          Linq Immediate and Deferred execution (intermediate) http://www.dotnetcurry.com/linq/750/deferred-vs-immediate-query-execution-linq ·          Deep Dive (advanced) https://www.simple-talk.com/dotnet/net-framework/giving-clarity-to-linq-queries-by-extending-expressions/ ·          Linq operators https://www.tutorialspoint.com/linq/linq_query_operators.htm ·       ...