I downloaded and installed Idealblade Silverlight (6.0.3.1) with the prerequistites.
I use Window 7 64-bit, VS2010 Pro, and C#. I was following along with Tour Part 1 and around the 12:23 mark of the webcasts I ran into a problem in that I was unable to pull the Employee records from Entity Model as Ward demonstrated using ForEach. When Ward demonstrated he was able to use ForEach on objects of type EntityQueriedEventArgs<Employee> - I am not given that option. I made some attempts to pull the Employee objects other ways (such as casting to List<Employee> or castting to Empoyee [], these worked only at compile time).
Thanks for the help