Fluent and Query Expression — Is there any benefit(s) of one over other?

后端 未结 13 1458
一向
一向 2020-11-22 05:15

LINQ is one of the greatest improvements to .NET since generics and it saves me tons of time, and lines of code. However, the fluent syntax seems to come much more natural

13条回答
  •  孤街浪徒
    2020-11-22 05:55

    Fluent syntax does seem more powerful indeed, it should also work better for organizing code into small reusable methods.

提交回复
热议问题