Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Cannot compare elements of type 'System.Collections.Generic.ICollection`1 Only primitive types, enumeration types and entity types are supported

c# linq entity-framework

Can I use Data Annotations to perform a Cascade Delete with Entity Framework 4.1 RC?

Problems creating a Foreign-Key relationship on Entity Framework