Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How get database table name with schema name from entity programmatically [duplicate]

c# linq entity-framework

IEnumerable property is null after submit

How to include all underlying navigation properties automatically with entity framework

How to exclude views when generating a model using edmgen.exe?

entity-framework edmgen

Unable to determine the principal end of an association

entity-framework

EntityFramework include vs join performance

Handle Stored Procedure in Entity Framework

XML Fields with Entity Framework Code First

Entity Framework (Code First) - Dynamically Building a Model

Lambda Expression if-else statement in where clauses

EF 5: How to cancel a longrunning query in a async Task

c# .net wpf entity-framework

Could not load type 'System.Data.Entity.DbSetExtensions' from assembly 'EntityFramework

Unit testing for entity Framework validation

Linq where clause finding for attribute on wrong entity

Update UI when Entity Model changes in ViewModel

Using an extension method on a base class in a LINQ query

Why is an interface used when implementing the repository pattern, with entity framework?

Move ASP.NET Identity store to EF Sql database

Why is Entity Framework .ToList() with .Include very slow and how can I speed it up?

linq to entities dynamic where build from lambdas