Search code examples
Entity Framework : map duplicate tables to single entity at runtime?...


entity-frameworklinq-to-entitiesentity-framework-5

Read More
How to get around 'Only Parameterless constructors and initializers...' error...


c#linqlinq-to-entities

Read More
Convert Sql Query To linq using sum with group by...


c#sql-serverlinqlinq-to-sqllinq-to-entities

Read More
If conditions based on whether the column value is null or not using linq to entity...


nulllinq-to-entitiesdbnull

Read More
Allow caller to supply LINQ predicate without knowing value...


c#linqentity-frameworklinq-to-entities

Read More
Linq to entities projection: is this projection inefficient?...


c#linqlinq-to-entities

Read More
Using .Where() on a List...


c#asp.net-mvclinqentity-frameworklinq-to-entities

Read More
Problem with LINQ to Entities and String.StartsWith...


.netlinqentity-frameworklinq-to-entities

Read More
Entity Framework join many to many...


sql-serverentity-frameworklinq-to-entitiesrelational-database

Read More
EF does not generate expected SQL...


c#entity-frameworkef-code-firstlinq-to-entities

Read More
Do you use Linq on Enterprise Applications?...


linqlinq-to-entities

Read More
How can I filter a simple LINQ query and use it in a more complexe LINQ query...


c#.netlinqlinq-to-entities

Read More
include group by in c# linq query...


c#linqlinq-to-sqllinq-to-entitieslinq-to-objects

Read More
How to handle error "method 'First' can only be used as a final query operation"...


linq-to-entities

Read More
Query base entity to retrieve all derived entity's data using Linq to Entities...


c#entity-frameworkinheritancelinq-to-entitiesfluent-interface

Read More
How do I delete one or more rows from my table using Linq to Entities *without* retrieving the rows ...


linq-to-entitiesdelete-row

Read More
How to write row_number() over clause in linq to Entity Framework...


entity-frameworklinq-to-entities

Read More
Dynamic LINQ2Entities query cannot convert IEnumerable to bool...


c#.netlinqlinq-to-entities

Read More
Fetch single value with linq projection query without using FirstOrDefualt...


linqlinq-to-entitiesentity-framework-6

Read More
If Entity Framework data obtained via navigation properties isn't empty, it causes error...


c#entity-frameworkwcflinq-to-entitiesnavigation-properties

Read More
Linq to entities select records based on subitems...


c#performancelinqentity-frameworklinq-to-entities

Read More
How to use Date function in LINQ to entities?...


c#linqentity-frameworklinq-to-entities

Read More
Complex grouping by grandchildren...


c#linqgroup-bylinq-to-entitiesentity-framework-6

Read More
Cast() exception: LINQ to Entities only supports casting EDM primitive or enumeration types...


c#asp.net-mvcentity-frameworkcastinglinq-to-entities

Read More
Entity Framework 6 and explicit loading a graph of objects...


frameworkslinq-to-entitiesentityloading

Read More
Join with distinct - Translating SQL to Linq Query...


linq-to-entitiesdevforce

Read More
Why am I getting different results via LINQ to Entities that via run of SQL generated by the same qu...


sqlentity-frameworklinq-to-entitiesentity-framework-6

Read More
How can I Skip and Take objects until I have 10 distinct ones in LINQ to Entities?...


c#linq-to-entities

Read More
Linq to sql questions‏...


linq-to-sqllinq-to-entities

Read More
Grouping data by timestamp date and time with linq...


c#linqlinq-to-entities

Read More
BackNext