convert this LINQ expression into Lambda

To convert a Linq query to it’s Lambda equivalent:

  1. Download Linqpad and run your
    query.
  2. In the results window, click
    on the “λ” button in the toolbar.
    It’s right above the Results window
  3. Your query will be converted to a
    Lambda expression equivalent!

enter image description here

Leave a Comment