Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework Migrations with Multiple Web Config Transforms

EF Code First - creating database - Login failed for user

EF5:could not be created because the principal key columns could not be determined. Use the AddForeignKey fluent API to fully specify the Foreign Key

Does Entity Framework 6 support .Net 3.5?

.net entity-framework

Entity Framework with optional parameters?

How to cancel an async query the right way

How to get Oracle next sequence value in .NET Entity Framework?

"Rebasing" EF migrations

c# entity-framework

Entity framework migration not detecting any changes

Is there a way to map to immutable entities in entity framework?

How can I get my MultiSelectList to bind to my data model?

Code-first Entity Framework - Multiple Foreign Keys For the Same Table

SQL Select when data changes [closed]

c# sql entity-framework

There is already an open DataReader associated with this Connection which must be closed first + asp.net mvc

Re-create tables of EF CodeFirst from command package manager console

EntityFramework LINQToEntities generate weird slow TSQL Where-Clause

c# sql linq entity-framework

AspNetUserRoles Table is not populated using Entity Framework Database First in MVC 5

Many-to-many collection of same entity, with two-way relationship

Rollback transaction with 2 DbContexts in Entity Framework. Use TransactionScope or TransactionBegin?

Can I use an extension method in Entity Framework SubQuery?