Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

Entity Framework GroupBy an object or ComplexType

Should repositories expose IQueryable to service layer or perform filtering in the implementation?

Entity Framework vs Linq to Entities vs Linq to SQL

Equivalence of query and method (lambda) syntax of a Join with Where clause

In MVC 3, I can't get @Html.DisplayFor to render a formatted string

Exception on Inner LINQ query when calling ToList()

LINQ to Entity, using a SQL LIKE operator

Casting IQueryable to IOrderedQueryable generically

How to convert DbSet in Entity framework to ObjectQuery

DATEDIFF (in months) in linq

Could not find Control in ControlParameter inside EditItemTemplate

Formatting date in Linq-to-Entities query causes exception

Entity Framework retrieve data from table with foreign key

How to use GroupBy properly in LINQ?

Can I project an optional reference of an entity into an optional reference of the projection's result type?

Cached Queries with Entity Framework 5

How do you do a SQL style 'IN' statement in LINQ to Entities (Entity Framework) if Contains isn't supported?

Linq performance: should I first use `where` or `select`

How to pass multiple Expressions to OrderBy for EF?

LINQ Guid toString()

c# linq linq-to-entities