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:
Post a Comment