Quote:
Originally Posted by 1337 H4X0R
Peoples learn different and korvacs is right.
Why waste time on learning something, when u can learn something wich is better, but the same.
|
Your work is on making servers, so why bother learning low level assembly or how to build kernels? Your logic is flawed. If you don't want to learn and better yourself, that's you. Many want to make an attempt to learn everything they possibly can, even if it's something that appears to be useless. LINQ actually has its uses.
My C# AMF lib uses LINQ. You're already sacrificing speed and power by using .NET in the first place, you might as well use the libraries and features it provides that you're already paying for. Plus, loading something from a relational database that you already have stored locally is a bigger waste of cycles than using LINQ on that data internally.