Update to v1.5.2 with native count support
We have issued an update to v1.5.2 with two new features. Native count support through fetchxml and the ability to clone an entity. Counting records You can now call .Count() on any query and get the record count back without calling .ToList() first. This will only work if you are querying through fetchxml, query expressions [...]
Linq queries directly against Dynamics CRM using Silverlight!
We have been working on another version of XrmLinq which will work with silverlight. This version will allow you to write linq queries directly against crm in a silverlight project without going through a WCF service! How does it work? Queries are exactly the same as the standard XrmLinq library. var results = (from [...]

Try XrmLinq