Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

What is the best way to compare two entity framework entities?

Locking a table with a select in Entity Framework

Retrieving a tree structure from a database using LINQ

Entity Framework: Auto-updating foreign key when setting a new object reference

C# to F# - EF Code First

How do I turn off change tracking at the DbContext level in EF 4.1 RC?

How to use Entity Framework 4.1 Code First to force a one to one relationship for a one to many relationship in the database

How do I get the Entity Framework to initialise collections on my newly-created entities?

What is an efficient Entity Framework query to check if users are friends?

Replicating LINQ to Entities behavior in unit tests that use LINQ to Object

Reusable Querying in Entity Framework WITHOUT Repository. How?

ASP.NET MVC 3 EF CodeFirst - DBContext item editing

Linq query with Contains only works with is IQueryable is in external variable

How to mix Entity Framework with Web API

How do I use EF to automatically create a database and repository in ASP.NET MVC?

Nullability for strings vs other data types in columns created by Entity Framework Code First

EF Migrations, Output Text to Nuget Console

Why I do I fall into all of the hurdles for a simple update in EF?

Code First - Self-referencing one to many relation

Entity Framework and the relationship with MVC