This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi, I just watched the screencast for "Eager loading with LightSpeed". However, the follwoing code line does not work:
The method "WithAggregate" does not exist. Furthermore, when changing the model relations, the "Eager loading" is now split in two fields. The screencast does not reflect this change. Could you update the screencast to reflect a more current version of LightSpeed? I'm trying to get an impression of the product, before starting a big project. Thanks. |
|
|
Have you read the book yet? It is excellent and clearly explains the product. It is what I used to evaluate the product before making our purchase. Jeff |
|
|
Hi Nicolais, It is probably getting a bit outdated so I've made a note to get it updated. Regarding .WithAggregate however, that's not a standard LINQ method so you'll need to include a using statement: using Mindscape.LightSpeed.Linq; That gives you the extended LightSpeed methods for LINQ. Jeff is also right about grabbing the book - it's free in eBook format and as cheap as we could make it in printed form. I hope that helps. John-Daniel |
|