Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Linq
Message
 
To
06/08/2007 10:24:24
General information
Forum:
ASP.NET
Category:
Other
Title:
Re: Linq
Miscellaneous
Thread ID:
01246058
Message ID:
01246154
Views:
29
Hi Craig,

Fine, but despite of that, the power Linq brings to .Net developers in scenarios that are database agnostic are fantastic! Something that have no precedents in pure imperative languages, such as Java, C/C++, Delphi or the first versions of C# and VB.NET.

The perception we have of the Query expressions in VFP are mostly database related, but Linq brings new paradigms into the .Net world that, IMHO, are not fairly comparable with VFP capabilities.

Beyhond that, Linq (Query Expressions for that matter) are purerly syntatic sugar resolved by the compilers (C# and VB) as a series of method calls. When we put the new language resources such as extension methods and lambda expression in context, we realize that the true power of Linq is not on the fact that we can now use SQL-like syntax into the language, but on the fact that we now have a more functional and declarative way of doing things in such languages.

Best Regards,
-----
Fabio Vazquez
http://www.fabiovazquez.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform