Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Enable Migrations with Context in Separate Assembly?

Get the name of a class as a string in C#

c# entity-framework

Error: "The specified LINQ expression contains references to queries that are associated with different contexts"

c# entity-framework linq edmx

How to explicitly name the database when using Entity Framework Migrations 4.3

How to Create a real one-to-one relationship in SQL Server

How to add foreign key relationship in Entity Framework?

How to change type of id in Microsoft.AspNet.Identity.EntityFramework.IdentityUser

Entity Framework Vs Stored Procedures - Performance Measure

Better way to query a page of data and get total count in entity framework 4.1?

Should I enable or disable dynamic proxies with entity framework 4.1 and MVC3?

Can you tell JSON.Net to serialize DateTime as Utc even if unspecified?

How to create a table corresponding to enum in EF6 Code First?

DbContext discard changes without disposing

EF migration shows empty Up() Down() methods

ORM Entities vs. Domain Entities under Entity Framework 6.0

Is it OK to update a production database with EF migrations?

How can I lock a table on read, using Entity Framework?

How can I force entity framework to insert identity columns?

Using Entity Framework (code first) migrations in production

LEFT JOIN in LINQ to entities?