Top "Entitycollection" questions

Using OR condition in LINQ C#

I do write the following SQL query in LINQ c# SELECT max(creation_date) from TRS where approval_status='APPROVED' …

c# linq list entitycollection
How to Sort WinForms DataGridView bound to EF EntityCollection<T>

I'm trying to bind a WinForms DataGridView to an EntityCollection<T> from an EntityFramework4 object. The trouble is, …

c# winforms entity-framework-4 datagridview entitycollection
Linq to entities - how to select entities with a where condition on their entitycollection?

I found several times people asking for the same question but it seems that the answer was never satisfying altough …

entity-framework linq-to-entities one-to-many eager-loading entitycollection