Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

MVC 4 Beta - You must write an attribute 'type'='object' after writing the attribute with local name '__type'

How to get row index by entity key in a dynamically built query using Entity Framework

EF Code First: Methods that can translate to SQL

Code First Migrations for a custom NuGet package can't be executed from main application

How to use dynamic connection string for SQL Server CE?

EF 5 - Model First, How to update DB Schema without dropping database

How to control primary key values when seeding data with Entity Framework codefirst

How can you deal with circular references when mapping?

Regarding the new EF5 auto-compiled queries feature

Unit of Work, Entity Framework DBContext Scope

How to represent\maintain a master detail relationship in a RESTful way?

Understanding Entity Framework optimistic concurrency (database wins) pattern

In LINQ query, how to order by included table column using .Include()?

Entity Framework is taking 3 seconds to execute the simplest query I've seen in my life for the first time. It becomes instantaneous thereafter

EF pluralize table's name on generating database from model

.Single or Default with condition or Where clause

c# .net entity-framework

Multiple Left Outer Join with lambda expressions

Want Entity Framework 6.1 eager loading to load only first level

Entity Framework 6 Code First - Comments on a Tree Structure

How can I mix TPH and TPT in Entity Framework 6?