I\'m new to using LINQ to Entities (or Entity Framework whatever they\'re calling it) and I\'m writing a lot of code like this:
var item = (from InventoryIte
AFAIK, For silverlight(domain services) adding [Include] attribute to right place(over navigation property in metadata) is enough https://stackoverflow.com/a/5332188/413032