Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objectcontext

C#/EF and the Repository Pattern: Where to put the ObjectContext in a solution with multiple repositories?

The ObjectContext instance has been disposed and can no longer be used for operations that require a connection

How to add entity-framework to console application (images are included)

EF4 - possible to mock ObjectContext for unit testing?

How to bind EF Code First DbContext to an Asp.Net DataSource?

Why is this throwing a NULL value exception?

C# Entity Framework 4 Navigation properties causing slow performance on commit

Entity framework remove object from context, but not from database

3 methods for adding a "Product" through Entity Framework. What's the difference?

Entity Framework 4.1 - Refresh is not a member of Context

Compiled Query no implicit reference conversion to ObjectContext

Is it always better to use 'DbContext' instead of 'ObjectContext'?

Entity Framework - refresh objects from database

Get DBContext from ObjectContext

ASP.Net Entity Framework, objectcontext error

NullReferenceException when creating ObjectContext in Using statement

Self Tracking Entities - AcceptChanges cannot continue because the object's key values conflict with another object in the ObjectStateManager

How to delete a list of object using ObjectContext?

How do I stop Entity Framework from generating BOTH ObjectContext and dbContext

Why does Entity Framework automatically use the ObjectContext instead of the DbContext when mapping database tables using ADO.NET Entity datamodel