Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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

Entity Framework - Affect of MultipleActiveResultSets on Caching

c# entity-framework

AspNet Identity 2.0 Email and UserName duplication

ASP.NET MVC5: Want to update several items in Collection with model binding

When exactly is the "first time" a DbContext accesses the database?