Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Well they finally made it official
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01203243
Message ID:
01204435
Views:
19
Thanks Alan or is it Y.

If you have time I have a couple of questions.

1. to display my ignorance. Whats a lambda ?

2. Do you feel for VFP developers VB is then the better choice ?

Nick


>Linq will be great in any language that adopts it. There are core features that work in any language. Different languages, however, will focus on experiences that they think are appropriate. So, VB focuses hard on the full experience in VS. Things like Intellisense are a good example. So is Query Expressions (the "english like" syntax on top of LINQs lambda operations). So in VB you might say:
>
>Dim x = From yy Select Distinct zz
>
>In C# it would be:
>
>var x = (from yy select zz).Distinct()
>
>VB is very focused on providing expressions for as much of the core Linq capabilities as possible. In C# they're comfortable letting developers drop to function calls and lambdas when needed.
>
>>Hi
>>
>>I notice that the VFP team are going to work on VB .NET Does that have some implication for how/if that will develop in a different way to c#.
>>
>>Thanks
>>
>>Nick Mason
>>
>>>Hey there - Just wanted to say that I'm reading all these threads. Every time I'm going to reply to one, I find that someone else has already responded in the way I would <g>. I did post a new blog entry at http://blogs.msdn.com/yag/archive/2007/03/14/thoughts-and-comments.aspx which covers major issues I've been reading about here, in blogs, in email and in conversations.
>>>
>>>yag
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform