Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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

Entity Framework Core hierarchyid

Validation 30000 No Type Specified for the Decimal Column

Can I abstract Entity Framework away from my Entities?

EF 4.1 CF: CREATE DATABASE permission denied in database 'master'

Updating a reference to a child object in Entity framework 4.1 (CodeFirst)

Scalar Value from stored procedure via Entity Framework

Elegant solution to check if two dates are equal, in Linq (where the second date is NOT a parameter)

How to use Store Procedure and Complex types using Repository Pattern in EF?