Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-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

Entity framework Invalid Column name, EF adds number 1 to primary key

Decimal out of range

Getting 'Context is not constructible. Add a default constructor or provide an implementation of IDbContextFactory."

Code-first: Mapping entities to existing database tables

How to disable automatic table creation in EF 5.0?

entity-framework-5

Using MVC 4 SimpleMembership with an existing database-first EF model

Translating Entity Framework model navigation properties into DTOs

No constructor with a connection string in Entity Framework datacontext

.net entity-framework-5

Entity Framework 5 update model from database does not generate table class [closed]

entity-framework-5

In Entity Framework, why isn't lazy loading working for a one-to-zero-or-one navigation property?