I'm using ASP.NET Entity Framework 4.1 MVC 3 (C#)
I want to foreach through all the entities in my DbContext. I need to be able to dynamically refer to my entities in order to make dynamic views.
I have read Lerman's book, two MVC (2 & 3) books, msdn, asp.net, etc. Maybe I am just missing something?
It seems like you might have to use ObjectContext to get to the entities. If that is the right way, I sure can't figure out how to do it. Please help. Thank you.