Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-6

How to set the isolation level for Entity Framework CodeFirst Migrations

Entity Framework 6 Create() vs new

c# entity-framework-6

entity framework execute SQL before migrations

In Entity Framework, why isn't lazy loading working for a one-to-zero-or-one navigation property?

Creating Asp.net Identity user in Seed method of Db Initializer

Is base.OnModelCreating(modelBuilder) necessary?

Entity Framework 6: Code First Cascade delete

What is the benefit to using await with an async database call

How to resolve Warning : The element 'entityFramework' has invalid child element 'providers'. List of possible elements expected: 'contexts'

The type initializer for 'System.Data.Entity.Internal.AppConfig' threw an exception on a Sub Website

Support for Table Valued Functions in EF6 Code First?

Can we use enums as typesafe entity ids?

How to use SqlServer.Types / spatial types within ASP.NET Core 1.0 application

Is it really impossible to update child collection in EF out of the box (aka non-hacky way)?

How to use migration programmatically in EntityFramework Codefirst?

How to disable model caching in Entity Framework 6 (Code First approach)

OData V4 modify $filter on server side

Can I use Entity Framework 6 with Visual Studio 2010?

LINQ to Entities does not recognize the method 'System.Object GetValue(...)'

c# linq entity-framework-6

Separate POCO Object classes and DBContext from Entity Framework 6 Model

c# .net entity-framework-6