I am developing my first ASP.NET MVC application using the Entity Framework. I have no experience with .NET, although I am fluent in other OO languages. I'm having trouble understanding Linq to Entity expressions, or rather its syntax and rendering the results on an ASP page.
For example, I join three tables (entities) together and try to iterate over the results, but I get all kinds of errors like. Every example I find on Google, SO, or MSFT has not been simple, and every site uses its own approach. I looked at the book "Programming the Essential Structure", but it also seems to be on my head now.
I am looking for clear, concise examples of performing equivalent complex multiple joins and iterating over results.
thanks
source share