When to use lambda expressions instead of a Where clause in LINQ

前端 未结 4 1446
既然无缘
既然无缘 2021-02-06 11:18

I\'ve been really digging into LINQ, and I\'m trying to hash out this lambda expression business. I\'m just not seeing the benefit of some of the nuances of the syntax. Primari

4条回答
  •  忘了有多久
    2021-02-06 11:24

    Read this. Your LINQ queries will get turned into Lambda expressions by the compiler at run time.

提交回复
热议问题