Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-5

How to add the "Provider Name" in Connection String to the Context file?

Fluent API - one to many

entity-framework-5

Entity Data Model Wizard Too Slow (SQL Database)

Why does the `DatabaseGeneratedOption.None` exist?

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?