Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Generate SQL for SQLite database from Entity Framework Model

How to scope out Dbcontexts (to prevent singleton context for entire application)

Deleting multiple records with Entity Framework using a single LINQ query

c# linq entity-framework

What does EntityFramework Code First do with property getters/setters?

EF5 db.Database.SqlQuery mapping returned objects

Entity Framework returns wrong data for view with LEFT JOIN statement

c# sql entity-framework

EF: Is it OK to use DbSet<T>.AddOrUpdate() outside of migrations?

entity-framework

What is a proper way of writing entity POCO classes in Entity Framework Core?

How to call a Scalar Function in Entity Framework Core

Class and Interface hierarchies in Entity Framework?

Does Entity Framework automatically cache the ModelBuilder model?

entity-framework caching

ASP.NET MVC using the Repository Pattern

Entity Framework 4.1 for large number of tables (715)

Linq to Entities EF4

c# linq entity-framework

Should entity objects be exposed by the repository?

How to set up the Entity Framework model for Identity Framework to work against an existing database?

MVC ASP.NET is using a lot of memory

EF: object update process is not changing value of one property

c# entity-framework

Entity-Framework auto update

Unable to retrieve project metadata. Ensure it's an MSBuild-based .NET Core project. (Migrations)