Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework 6 Model First Migration

The current model no longer matches the model used to pre-generate the mapping views

OnModelCreating is never called

c# entity-framework

EF Core Migrations with Multiple DB Schemas

How to check if table exists in a migration?

Entity Framework saving data in one-to-one associations

Entity Framework Navigation Property generation rules

c# entity-framework

entityframework There is already an open DataReader associated with this Command which must be closed first

Proper way to use dbcontext (Global or pass as parameter?)

Combine Expressions instead of using multiple queries in Entity Framework

How to insert a record into a table with a foreign key using Entity Framework in ASP.NET MVC

Does Entity Framework use database connection pooling? and is it by default?

Entity Framework and multithreading

Entity Framework vs Linq to Entities vs Linq to SQL

Entity Framework 4.1 code-first KeyAttribute as non-identity column

How to prevent DbContext from altering the database?

Error with Union in Linq to Entities

c# linq entity-framework

How to make connection strings available in a T4 template?

c# entity-framework t4

Equivalence of query and method (lambda) syntax of a Join with Where clause

Inject DbContext with Autofac

entity-framework autofac