Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Command window reappears for .NET
Message
From
01/08/2012 11:29:36
 
 
To
01/08/2012 07:52:19
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01549627
Message ID:
01549661
Views:
93
>What did you find weird about it?
>
>
>>I have to admit that after doing C# apps for several years, I've come to abhor LINQ and I never, ever use it.
>>I tried, folks, I really tried, but I just hate that obfuscated syntax!
>>It's just not the way I think about things, it appears, because it looks weird when I see it. In fact, it's so weird that it's almost painful for me to read when I have to try to decipher someone else's code.
>>Since I've been able to accomplish everything I've wanted to do without it, I don't seem to have missed much.

Craig
var Found = from o in Orders
            where o.CustomerID == 84 && o.Cost > 100
            select new {
                       o.OrderID,
                       o.Cost,
                       CostWithTax = o.Cost * 1.1
                   };
There is nothing in this code that is not weird to me.
Then having to go thru hoops to look at results is even more weird.
It's much easier for me to pretend it isn't there.
Anyone who does not go overboard- deserves to.
Malcolm Forbes, Sr.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform