Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

AddDbContext was called with configuration, but the context type 'MyContext' only declares a parameterless constructor?

Linq where clause compare only date value without time value

Entity Framework error: Cannot insert explicit value for identity column in table

c# sql entity-framework

Model backing a DB Context has changed; Consider Code First Migrations

The entity type 'IdentityUserLogin<string>' requires a primary key to be defined [duplicate]

How can I get my database to seed using Entity Framework CodeFirst?

Mocking or faking DbEntityEntry or creating a new DbEntityEntry

Code-first migration: How to set default value for new property?

LINQ to Entities does not recognize the method Int32 get_Item(Int32)

.net linq entity-framework

Disable lazy loading by default in Entity Framework 4

because it has a DefiningQuery and no <InsertFunction> element exists in the <ModificationFunctionMapping> element [duplicate]

c# .net entity-framework

Delete all entities in Entity Framework

c# .net wpf entity-framework

Entity Framework Ordering Includes [duplicate]

LINQ, Unable to create a constant value of type XXX. Only primitive types or enumeration types are supported in this context

c# entity-framework linq

Why use Repository Pattern or please explain it to me?

Entity Framework Multiple Column as Primary Key by Fluent Api

Entity Framework Code First - No Detach() method on DbContext

Entity Framework 6: Clone object except ID [closed]

Entity Framework throws exception - Invalid object name 'dbo.BaseCs'

Update records using LINQ

c# linq entity-framework