Sunday, 13 March 2011

Predicates in C#

myList = List<...>;

SomeObject desiredObject = myObjects.Find( o => o.Id == desiredId);




Tuesday, 2 November 2010

Eclipse Client Platform

The Eclipse client platform looks really inteesting. Here is a tutorial how to install and use it.