Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Property name in a type must be unique

c# entity-framework

Entity Framework Migration "No connection string named 'DefaultConnection' could be found..."

c# entity-framework

LINQ to Entities does not recognize the method ElementAt(i);

Check if a table is empty with Entity Framework using CodeFirst

c# .net entity-framework

Entity Framework 4 Error: Unable to update the EntitySet because it has a DefiningQuery

LINQ to Entities does not recognize the method 'System.String StringConvert(System.Nullable`1[System.Double])

c# sql linq entity-framework

Code first migrations - what connection string will it use?

Is the combination of ADO.NET Entity Framework and ASP.MVC wrong by any chance?

How to test if database is hosted on SQL Azure?

Entity Framework Code First : Setting up One-To-One foreign key association using Annotations

Code First adding to collections? How to use Code First with repositories?

ASP.NET Identity remove column from AspNetUsers table

cannot convert from 'System.Data.Objects.ObjectParameter' to 'System.Data.Entity.Core.Objects.ObjectParameter'

Is it possible to prevent EntityFramework 4 from overwriting customized properties?

Join in LINQ and Entity Framework

c# entity-framework linq

Code First can't enable migrations

LINQ - nested where clause

c# linq entity-framework

How to use UserManager synchronously? [duplicate]

Why is Linq to Entity Select Method flip flopping projected lists properties?