Computer Science, asked by Dharmendras9664, 10 months ago

What are the benifites to convert linq to lambda expression

Answers

Answered by tiger2625
3

LINQ has many uses, and many implementations, and thus many implications to the efficiency of your code.

As with every piece of technology at our fingertips, LINQ can and will be abused and misused alike, and the ability to distinguish between that, and proper usage, is only dependent on one thing: knowledge.

So the best advice I can give you is to go and read up on how LINQ is really implemented.

Similar questions