Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Possible to set column ordering in Entity Framework

EF-Code first complex type with a navigational property

Get sum of two columns in one LINQ query without grouping

Manage the lifetime of dbContext

Default Entity Framework timeout

c# entity-framework orm

ASP.NET MVC Static Repository?

Entity Framework 6 with SQL Server Compact 4.0

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