Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

Is RecreateDatabaseIfModelChanges available in WPF?

How do you ensure Cascade Delete is enabled on a table relationship in EF Code first?

How to delete child entities before parent with Entity Framework CF?

How to retrieve last 5 records using LINQ method or query expression in C#

Entity Framework Code First - Why can't I update complex properties this way?

Convert DBContext to ObjectContext for use with GridView

What is the best way to instantiate and dispose DbContext in MVC?

Turn off EF change tracking for any instance of the context [duplicate]

How can I prevent EF "The context cannot be used while the model is being created" errors?

Self referencing / parent-child relationship in Entity Framework

Entity Framework 4.1: How do I delete by object Id

DbContext ChangeTracking kills performance?

Navigation Property without Declaring Foreign Key

mapping multiple tables to a single entity class in entity framework

Attaching and detaching entities from context correctly in EF4.1

Can a DbContext enforce a filter policy?

c# entity-framework-4.1

Primary /Foreign Key in Entity Framework

Entity Framework creates foreign key objects instead of using those that are already available

Command Timeout with Entity Framework 4.1 Code First

In EF 4.1 DbContext how to trace generated SQL