Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

EF 6.0 Migrations: ContextKey in MigrationHistory is null

Trying to change table names in ASP.NET Identity 2.0

Get the sum of multiple columns

c# entity-framework sum

How to specify the name of the table to be used by DbContext

Linq EF Include() with Select() new type lost included

c# entity-framework linq

Capture Stored Procedure print output in .NET (Different model!)

how to get last inserted id in linq EF

c# entity-framework

Refreshing Data Using Entity Framework

entity-framework

Which types should my Entity Framework repository and service layer methods return: List, IEnumerable, IQueryable?

MaxLength Attribute in EF4.3.1

MVC 4 - Many-to-Many relation and checkboxes

Multiple object sets per type are not supported. The object sets 'ApplicationUsers' and 'Users' can both contain instances of type ApplicationUser

How can I create a conditional where clause using LINQ [duplicate]

System.Data.Entity.Core.EntityCommandExecutionException Occurred in MVC app Using EF

c# entity-framework

Dynamically build select list from linq to entities query

When should POCO be used in EF4?

Why does EF 4.1 not support complex queries as well as linq-to-sql?

Entity Framework Error: An object with a null EntityKey value cannot be attached to an object context

LINQ to Entities group by and Count()

LINQ include multiple children

c# linq entity-framework