Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework Code First MySql Pluralizing Tables

Mapping select stored procedures in entity framework

Adding detached entities to a 1-many relationship in EF 4.1 Code First

How to pass Parameters to Stored Procedure from Entity Framework?

LINQ to Entities three table join query

CRUD Views For Many-Many Relationship, Checkboxes

LINQ: Selecting duplicate rows according to Column-Value

Specifying location of .csdl / .ssdl / .msl Metadata files within the output assembly

Deriving from classes generated by Entity Framework in C#

Entity Framework Code First versus Guid

Problems adding object to database in Entity Framework

EF Include always produces INNER JOIN for the first Navigation Property

Entity Framework 5.0 RC - Package Manager command 'add-migration' fails due to supposedly missing configuration type

Execute Code First Migrations is Grayed Out in Publish Settings

EF Code First exclude column [duplicate]

what is the difference between this two async call in EF?

Build ASP.Net application with Web API and database first strategy

Matching two Lists of different types together

c# linq entity-framework

C# Generic List.Any() throws System.NullReferenceException

How do I establish a one to one relationship with Entity Framework Code First