Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Lambda vs LINQ- "Expression is always false"

If I dispose of my ObjectContext, are my entities detached?

c# .net entity-framework

Entity Framework - is it suitable for Enterprise Level application?

Entity Framework 4.1 - Refresh is not a member of Context

The specified type member is not supported in LINQ to Entities. Only initializers, entity members, and entity navigation properties are supported

Difference between DbSet.Remove and DbContext.Entry(entity).State = EntityState.Deleted

One of two properties is required from the data model

Dataset vs Entity Framework with stored procedures

Updating many-to-many navigation property in Entity Framework 6, changes not being saved

Connecting to SQL Server with EF6

Foreach in a Foreach in MVC View

Entity Framework - View Sql using toTraceString

How to access 'Results', 'Messages', and 'Return Value' of a Stored Procedure using Entity Framework 4?

Upgraded to EF 6 (RTM) - Getting System.Data.Entity.Core.Objects.ObjectContext cannot be used for return type System.Data.Objects

Entity-Framework. Testing that SaveChanges is present and called in the correct place in a method

exception after upgrade ASP.NET Identity to 2.0

Convert DbContext to Datatable in Code first entity framework

How to mock and unit test Stored Procedures in EF

Type or namespace name Mock<> could not be found Entity Framework 6

Entity framework automatically renaming many-to-many tables without any changes