Top "Objectcontext" questions

Core class within Entity Framework.

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

Background Visual Studio 2012 NEW Model.EDMX file created in VS2012 Copied some of the EDMX xml from a previously created …

entity-framework dbcontext objectcontext
Get DBContext from ObjectContext

I'm using the latest versions of ASP.NET MVC, SQL Server, and Entity Framework. I am not using code first. …

entity-framework dbcontext objectcontext
EntityFramework 4, DbSet and ObjectContext

few days ago i read tutorial about GenericRepository and Unit Of Work patterns http://www.asp.net/mvc/tutorials/getting-started-with-ef-using-mvc/…

entity-framework objectcontext
EF4 - possible to mock ObjectContext for unit testing?

Can it be done without using TypeMock Islolator? I've found a few suggestions online such as passing in a metadata …

entity-framework mocking typemock objectcontext
Is it always better to use 'DbContext' instead of 'ObjectContext'?

I just downloaded EntityFramework.dll v4.3. I've found a number of questions that compare DbContext vs. ObjectContext. But most of …

dbcontext entity-framework-4.3 objectcontext