Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

What is the best practice in EF Core for using parallel async calls with an Injected DbContext?

Entity Framework auto incrementing field, that isn't the Id

Anonymous type result from sql query execution entity framework

Suppress SQL Queries logging in Entity Framework core

Entity Framework Duplicate type name within an assembly (6.1.0)

Cannot enable migrations for Entity Framework in class library

'No Entity Framework provider found' for EF 6 and SQLite 1.0.96.0

Get underlying entity object from entity framework proxy

c# entity-framework

Entity Framework 6 Cannot build after adding stored procedures to data model

How to update only one table for model from database with Entity Framework?

Generate POCO classes in different project to the project with Entity Framework model

How can I use use Entity Framework to do a MERGE when I don't know if the record exists?

What's the difference between <TargetFramework> and <RuntimeFrameworkVersion>?

EF Code First Fluent API specifying the Foreign Key property

EntityFramework - contains query of composite key

c# .net entity-framework

Entity Framework Code-first default data in database

How to "let" in lambda expression?

Iterate through properties and values of an object returned via a linq query on a domain model

Defining multiple Foreign Key for the Same table in Entity Framework Code First

Creating dynamic queries with entity framework