Search code examples
EF4.0 - Is there a way to see what entities are attached to what ObjectContext during debugging?...


c#asp.net-mvc-2entity-framework-4ninjectobjectcontext

Read More
EntityFramework EntityType from ObjectContext?...


c#entity-frameworkobjectcontext

Read More
Generic ObjectContext? objectContext.GetObjectSet<TEntity>?...


entity-frameworkgenericsobjectcontextcode-reuseobjectset

Read More
Attach additional ObjectSets to ObjectContext from separate project...


asp.netdatabaseentity-framework-4objectcontextobjectset

Read More
Entity Framework and Repository, Is it safe to pass an open context out to controllers?...


entity-frameworkrepositoryobjectcontext

Read More
EF4 ObjectContext vs NHibernate Session...


nhibernatesessionentity-framework-4objectcontextisession

Read More
Entity Framework ObjectContext with Dependency Injection...


asp.netentity-framework-4inversion-of-controlhttpcontextobjectcontext

Read More
Accessing HttpContext.Current in Data Access Layer...


architectureentity-framework-4repositoryhttpcontextobjectcontext

Read More
Correct way to pass Entity objects between layers?...


entity-framework-4idisposableobjectcontext

Read More
Multiple Entity Framework models and the objectcontext...


asp.netentity-frameworkobjectcontext

Read More
EF 4: Problems understanding DetectChanges when using POCO (no self tracking ObjectContext)...


entity-frameworkentity-framework-4pocoobjectcontext

Read More
IQueryable Repository with StructureMap (IoC) - How do i Implement IDisposable?...


repositorystructuremapidisposableiqueryableobjectcontext

Read More
EF save to Context but not to Datasource...


c#.netentity-frameworkobjectcontext

Read More
Refresh ObjectContext or recreate it to reflect changes made to the database?...


.netentity-frameworkobjectcontext

Read More
Function Import and Repository pattern with Entity Framework 4.0...


entity-frameworkrepository-patternpocoobjectcontext

Read More
.Net Entity objectcontext thread error...


.netentity-frameworkmultithreadingsavechangesobjectcontext

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


entity-frameworklinq-to-entitiesobjectcontext

Read More
How Can i change Tracking Information of object from ObjectContext to another?...


c#entity-frameworkormobjectcontext

Read More
How to convert a DataSet object into an ObjectContext (Entity Framework) object on the fly?...


c#entity-frameworkdatasetobjectcontext

Read More
Entity Framework with ASP.NET MVC. Updating entity problem...


asp.net-mvclinqentity-frameworkobjectcontext

Read More
ADO.net, Check if ObjectContext is writeable...


asp.net-mvcentity-frameworkado.netobjectcontext

Read More
Entity Framework Object Context in ASP.NET Session object?...


asp.netentity-frameworksessionhttpcontextobjectcontext

Read More
Entity Framework and Object Context lifetime in ASP.NET MVC...


asp.net-mvcentity-frameworkservicelazy-loadingobjectcontext

Read More
Best way to keep ObservableCollection and ObjectContext in sync?...


c#wpfobservablecollectionobjectcontext

Read More
ArgumentException when creating instance of object that inherits from ObjectContext...


entity-frameworkinheritanceconstructorobjectcontext

Read More
How can I automatically set a DateUpdated column using the Entity Framework?...


c#asp.netsql-serverentity-frameworkobjectcontext

Read More
Reuseable ObjectContext or new ObjectContext for each set of operations?...


c#linq-to-entitiesdata-access-layerobjectcontext

Read More
Need help with ADO.NET Entity Framework UpdateException...


entity-frameworkado.netentity-relationshipado.net-entity-data-modelobjectcontext

Read More
Entity Framework: Is there a way to check if the context has an object?...


.netentity-frameworkobjectcontext

Read More
BackNext