Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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

How to Preserve/Protect Certain Fields in Edit in ASP.NET MVC

OrderBy on a Nullable<int> with a default value in Entity Framework

Mapping association tables in EF 4.1 code first

EF 4.1 / Linq-to-SQL: What is better: using Equals or ==?

How to update complex model in ASP.NET MVC 3

Mapping for self referencing entity in EF Code First

Private constructor on POCO entity preventing lazy loading

entity-framework poco

Return data from 2 tables with Entity Framework

c# .net entity-framework

What is the simplest thing to do when database schema changed using EF code first

Context is not updating loaded entity after being mapped using AutoMapper

Connection String Name and Entity Framework

Entity framework with OData(Web API) is sending Order By clause By default to Sql Query

C# safely build an SQL string to execute using Entity Framework

c# sql entity-framework

How would I mimic User.IsInRole()