Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Oracle Entity Framework - Call custom function (EDIT_DISTANCE)

The type String cannot be constructed. You must configure the container to supply this value

Using multiple Databases with single DbContext and Entites and generating Conn String at runtime

How can I get the parameters of an Entity Framework query?

LINQ to Entities DateTime Compare

Creating a LINQ Select expression dynamically from string column names

c# .net entity-framework linq

Entity Framework,There is already an open DataReader associated with this Connection which must be closed first

EF Core / Sqlite one-to-many relationship failing on Unique Index Constraint

EF - Unable to determine the relationship

Using Microsoft Data Entity Framework with Microsoft MVC on Mono 2.4

Select clause containing non-EF method calls

Entity Framework, LinqToSQL and sql injection

How to use a SQL connection string with ADO.NET Entity Data Model

c# entity-framework

Entity model .net querying 1 million records from MySQL performance issues

Entity Framework 4, inserting with foreign key value not ID

Caching Entity Framework DbContexts per request

c# asp.net entity-framework

How can I have Entity Framework return related objects with some defaults?

entity-framework

DbEntityEntry.OriginalValues not populating complex properties

domain driven design using Entity framework 4

Is it acceptable to put seed data in the OnModelCreating method in EF code-first?