Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Insert/Update Entity in EF?

c# entity-framework

How to specify a custom method in a LINQ query (C# Entity Framework)

Register a container (IoC) in a class library?

Drawbacks with using entity framework without using statement?

How to do explicit loading for multiple entries in EF?

c# entity-framework

Major performance difference between Entity Framework generated sp_executesql and direct query in SSMS

Disposal of dependencies when using DI/abstract factory pattern

Inheritance mapping by overriding property

How do I get the EntityDataSource to allow me to access child entities?

Select specific columns using EF in MVC 5

Does DbContext holds an opened connection during its life-cycle?

How to write a generic WebAPI Put method against Entity Framework that works with child lists?

The specified cast from a materialized 'System.Int32' type to the 'System.String' type is not valid

c# sql entity-framework

EF Core 5 - Does the order of Include()/Where() methods in queries matter?

EF insert multiple related tables

Entity Framework One-Many Relationship on Same Entity