Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How to map exisiting sql server view with EF code first

entity-framework

Entity Framework Connection String in App.Config

Can I use in-memory Entity Framework 6.2.0 or if there any approach to do it [closed]

Define default value for SingleOrDefault Linq method

c# entity-framework linq

Error: The name is used by an existing migration

Entity Framework Generated SQL

c# sql entity-framework

EF in a UserControl can't see the app.config?

Entity Framework 4 Visual Studio 2008

What causes the Linq error: This method cannot be translated into a store expression?

c# .net linq entity-framework

Is it possible to use Entity Framework with Windows Azure development storage service?

How are special characters handled in an oData query?

Entity Framework: Model First, Inheritance?

Collection of complex child objects in Asp.Net MVC 3 application?

Should I be concerned that ORMs, by default, return all columns?

SQL Server Sequential Guid as a key when using Entity Framework Code First

Entity Framework queries speed

remove foreign key property cause an exception

Creating entity diagrams from code first classes

Entity Framework: "The relationship between the two objects cannot be defined because they are attached to different ObjectContext objects."

c# entity-framework

Unit test EF Repository pattern with Moq