+ 3
Is it advisable to use Linq when querying from the database or List items?
Linq
1 Odpowiedź
+ 1
No. I think it is personal preference, just another way to do it.
Also it is not bad practice to use linq, so yes if you want to you can.
I have heard that linq is slow, on the other hand you can do pretty complex things in a really short code that is still understandable.