Sunday, December 30, 2007

Rushes of Tale about a young guy known as "LINQ"

I started working on my next story about the new and young guy “LINQ”.

Here are some bits:

LinqList<Employee> employees = Utility.CreateLinqEmployeesList();
//How to implement LINQ like feature in VS 2005
employees.Where<string>("Name", "S").OrderBy<string>("Name");

This story is based on our previous kitchen story, gear yourself to experience the real code in my next post.

No comments: