Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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

Call stored procedure using ExecuteSqlCommand (expects parameters which was not supplied)

Automapper AutoMapper.AutoMapperMappingException: Error mapping types

Linq where sublist contains a partial value

c# linq entity-framework

'Cannot access a disposed context instance.' error when calling a method from a repository

Setup EF core to not create Database Foreign Key for specific Navigation Property

Do I need to duplicate my Entity Framework classes in Typescript when using Angular 2?