Re: WO vs. .Net 3.5 LINQ
Helge Hess <[email protected]> Sat, 1 Dec 2007 20:37:07 +0100
| Newsgroups | gmane.comp.web.webobjects.general |
|---|---|
| Message-ID | <[email protected]> |
On 27.11.2007, at 03:11, Berney Bradley wrote: > I just saw that .Net 3.5 was released last week with the LINQ > (Language Integrated Query) technology. How does WO stack up when > compared to the latest from MS? As far as I can see LINQ is similiar to the EOQualifier / EOFetchSpecification classes in EOF (plus EOQualifierEvaluation). With the difference that you can write it inline in your source code. In EOF you usually put those into the model. Greets, Helge