Core class within Entity Framework.
I am working on a batch process which dumps ~800,000 records from a slow legacy database (1.4-2ms per record fetch …
c# entity-framework memory-management out-of-memory objectcontextI'm building a 4 layered ASP.Net web application. The layers are: Data Layer Entity Layer Business Layer UI Layer The …
.net lazy-loading objectdisposedexception objectcontextIf you are using object contex data model (with EDMX file), during its creation you might want to specify the …
c# entity-framework edmx objectcontextI'm creating a delegate to retrieve all album records in the database. I've used this same way in another project, …
c# asp.net objectcontext compiled-queryI have many DBs in one SQL server. I placed connectionString as template(look at Initial Catalog={0}) into web.config. &…
entity-framework c#-4.0 entity-framework-4 objectcontextI have a new project created using Visual Studio 2013 with an ADO.NET Entity Data Model (EF6). Now I have …
c# asp.net entity-framework objectcontextWe have a multi-layered Asp.NET Web Forms application. The data layer has a class called DataAccess which impements IDisposable …
asp.net entity-framework session httpcontext objectcontextI've been debugging this program without any result, and unfortunately I can't see the root of the problem. I get …
c# frameworks entity objectcontext objectdisposedexceptionI have a library (based on code found in an old blog post) that allows me to very easily wrap …
entity-framework entity-framework-4.1 objectcontext dbcontextI am trying to update an entity but I am getting the following error: The context is not currently tracking …
entity-framework-4 objectcontext