|
|
|
|
|
by whoknowsidont
961 days ago
|
|
>LINQ is an extremely common way to write code in C# It is extremely uncommon in performance contexts. It is actively discouraged and removed when writing performant C# code. It is incredibly common in your "run of the mill" enterprise apps, or contexts where performance can slow down a bit for the sake of programmer happiness. |
|
It’s perfectly fine to use if you learn about how it works and how to use it properly.