Implicit Evaluation with PHP

Implicit Evaluation with PHP Archives: LINQ

·

11 December 2005

C# 3.0 with LINQ Followup

My first night’s coding with LINQ for PHP is complete. It’s not perfect, and still has major scoping issues, but has basic SQL-like functionality.
What’s missing?

There’s no way to preform a join on the source arrays. What’s more, is the name for the source array is discarded internally.
We don’t support logical operators in the “where” clause […]

continue reading... » 0 Comments

9 December 2005

C# 3.0 with LINQ

I was reading about new features due in C# 3.0 in the next few years. LINQ seems to be the biggest new feature, so I started looking at it. It is by no means simple, but it is similar to a slightly rearranged SQL query. Microsoft has made a number of examples available at http://msdn.microsoft.com/vcsharp/future/linqsamples/default.aspx. […]

continue reading... » One Comment

·