Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

EF 5 + SQL Server CE 4: How to specify custom location for database file?

Getting a SQL View via Entity Framework returns incorrect result

c# sql entity-framework

EF connection string as DbContext constructor argument

Entity Framework 6: detect relationship changes

Manually add a migration?

Should I migrate to Entity Framework? [closed]

Entity Framework 6 DBContext with only a subset of all tables

Generic function for getting data using entity framework

Incorporate Enum.GetName(...) into Linq Query

c# entity-framework linq enums

How to set Identity Seed value in code-first?

Entity Framework Database First many-to-many

Owned type property not persisting for a modified entity in EF Core

unable to import OleDbConnection in dotnet core entity framework

How to use AddDbContextPool if all configuration in OnConfiguring method of DbContext

Mapping of stored procedures is all-or-nothing in Entity Framework? (FunctionMapping)

LINQ to Entities does not recognize the method 'System.Linq.IQueryable [duplicate]

c# entity-framework

Alternative to Using an Entity as a Parameter to an Invoke Method in WCF RIA Services

How can I use EF Code First to declare a one-to-many relationship?

c# .net entity-framework

Retrieving entity from context after Add() yet before SaveChanges() has been called

Primary key violation on adding of relationship from many to many linked tables in MVC 3 entity framework