Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

What does principal end of an association means in 1:1 relationship in Entity framework

Unique Key constraints for multiple columns in Entity Framework

How to call Stored Procedure in Entity Framework 6 (Code-First)?

Entity Framework Code First - two Foreign Keys from same table

How to update record using Entity Framework 6?

Entity Framework: There is already an open DataReader associated with this Command

Create code first, many to many, with additional fields in association table

Entity Framework. Delete all rows in table

c# sql linq entity-framework

Reset Entity-Framework Migrations

Ignoring a class property in Entity Framework 4.1 Code First

Validation failed for one or more entities while saving changes to SQL Server Database using Entity Framework

Entity Framework: "Store update, insert, or delete statement affected an unexpected number of rows (0)." [closed]

entity-framework

How do I delete multiple rows in Entity Framework (without foreach)

entity-framework

Using Transactions or SaveChanges(false) and AcceptAllChanges()?

Introducing FOREIGN KEY constraint may cause cycles or multiple cascade paths - why?

Entity Framework Timeouts

How to compare only Date without Time in DateTime types in Linq to SQL with Entity Framework?

Error message 'Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.'

c# entity-framework

What are the best practices for using a GUID as a primary key, specifically regarding performance?

Why use ICollection and not IEnumerable or List<T> on many-many/one-many relationships?