Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-5

How do you get a DbEntityEntry EntityKey object with unknown name

c# entity-framework-5

How to set NewId() for GUID in entity framework

Entity Framework 5 model first - Where is IDisposable gone?

Unable to sort with property name in LINQ OrderBy

How to map a Value Type which has a reference to an entity?

Trying to update an entity using EF and send it using WCF - property is causing an exception in an update scenario

c# wcf entity-framework-5

What does "Reverting automatic migration" mean?

Can I continue using DbContext after it has thrown an exception?

MVC MiniProfiler with Entity Framework 5 Model First Error: Unable to determine the provider name

'Enable-Migrations' fails after upgrading to .NET 4.5 and EF 5

Upgrading from EF 4 to EF 5

In what scenarios do I need foreign keys AND navigation properties in entity framework

X Already contains a definition Y with EntityFramework? (simple database)

Entity Framework HierarchyId Workarounds

Why is DbContext.SaveChanges 10x slower in debug mode

Is it possible to create a generic method for adding items to a entity framework dbset?

Entity Framework 5 on .NET 4.0 - DatabaseGeneratedOption.Identity is undefined

LINQKit: nesting an ExpandableQuery in LINQ to Entities

EntityFramework 5 filter an included navigation property

c# linq entity-framework-5

Entity Framework 5 - How to generate POCO classes from existing database