Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

DateTime parameter issue with Linked Servers and Entity Framework Code First

use entity-framework to map int column to enum property

How do I gracefully reattach an Entity Framework 5 POCO structure and save it?

LINQ query in EF - many to many and a cross join

LINQ - join with OR condition

linq entity-framework

Why EF generating a sub-query for a simle query?

mysql linq entity-framework

Generic expression for where clause - "The LINQ expression node type 'Invoke' is not supported in LINQ to Entities."

Concatenated Where clause with array of strings

Recognizing similarity in strings

Entity Framework: Using ExecuteSqlCommand to clear a table causes an exception because of the ObjectStateManager

Getting List of Objects by a type given by a string

The navigation property 'SenderId' is not a declared property on type 'Conversation'

Internal access for entities in Entity Framework makes simple linq where query crash

How to rollback Entity Delete without losing Navigational Properties

Is there any way to control AutoDetectChanges on SqlEntityConnection?

Multiple DbContext classes use the same connection string?

Is there any way to optimize this LINQ to Entities query?

Error Converting Enum to String in LINQ Query

Use ValueInjecter to copy an EntityFramework POCO to a DTO without triggering lazy load lists and properties

Entity Framework - using the same DbContext with different connection strings

c# .net entity-framework