Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How to use AddDbContextPool if all configuration in OnConfiguring method of DbContext

Mapping of stored procedures is all-or-nothing in Entity Framework? (FunctionMapping)

LINQ to Entities does not recognize the method 'System.Linq.IQueryable [duplicate]

c# entity-framework

Alternative to Using an Entity as a Parameter to an Invoke Method in WCF RIA Services

How can I use EF Code First to declare a one-to-many relationship?

c# .net entity-framework

Retrieving entity from context after Add() yet before SaveChanges() has been called

Primary key violation on adding of relationship from many to many linked tables in MVC 3 entity framework

EF 4.2, CodeFirst - Navigation property within a complext type

How can I define a stored procedure in Entity Framework (code first)?

NLog with an Entity Framework connection string?

Is LocalDB supported by Visual Studio 2010 in Entity Framework 5?

c# entity-framework localdb

How to access old entity value in ASP.NET Entity Framework

c# asp.net entity-framework

Entity Framework Update check if the record has changed

entity-framework

Stored procedure is slow in Entity Framework

Cant Map SYS_REFCURSOR in Entity Framework

How to make Entity Framework Code First use the SQL Azure DB?

.Select Vs .Include Vs .Select Many

c# linq entity-framework

Using Asp.net Identity in with Entity Framework throws Could not load type .Schema.IndexAttribute' from assembly 'EntityFramework, Version=6.0

EF Code First DropCreateDatabaseAlways not executed

ApplicationDbContext - where it belongs in project [closed]