Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

LinqPad + EF 4.1 + SQL Server CE

System.Data.Entity.Infrastructure.DbUpdateConcurrencyException. Store update, insert, or delete statement affected an unexpected number of rows (0)

Do navigation properties have to be explicitly set in EF Core?

asp.net entity-framework

DateCreated and DateModified in ASP.NET MVC 5

Ef creates foreign key property in shadow state

Property reflection - How to get value?

In practice, should Contexts (Entity Framework) be used in controllers or in another layer of abstraction? [closed]

c# entity-framework

Entity Framework update DB problem when use AutoDetectChangesEnabled=false

EF System.MissingMethodException

c# entity-framework

Entity Framework adds new record for navigation property

EF returns 0000-0000-0000-xxx as Guid when I try save a new record or update existing record?

How to Clear Pending Changes in Entity Framework

c# sql entity-framework

How can i return a dataReader using Entity Framework 6.1?

Multiple search criteria in a repository

Problems with transactionScope and ServiceBus in production environment

Concurrency when deleting object in Entity Framework

How to Fix 'The model backing the context has changed since the database was created.' in database first

c# asp.net entity-framework