The ADO.
I have been exploring different methods of editing/updating a record within Entity Framework 5 in an ASP.NET MVC3 environment, …
c# asp.net-mvc-3 entity-framework-5I'm trying to join three tables but I can't understand the method... I completed join 2 tables var entryPoint = dbContext.tbl_…
c# entity-framework entity-framework-4 entity-framework-5 entity-framework-4.1I have a controller action that works fine on Firefox both locally and in production, and IE locally, but not …
c# asp.net-mvc asp.net-mvc-3 entity-framework entity-framework-5I have installed MS SQL Server 2008 R2 and when I try to update model from database under EDMX file I …
.net visual-studio sql-server-2008-r2 entity-framework-5Ok, I have tri-leveled entities with the following hierarchy: Course -> Module -> Chapter Here was the original …
.net asp.net-mvc-3 linq entity-framework entity-framework-5I'm working with EF5 in a MVC 4 aspnet website. Locally, everything works just fine, but when I publish it to …
asp.net asp.net-mvc entity-framework asp.net-mvc-4 entity-framework-5I am using Entity Framework 5 code first and ASP.NET MVC 3. I am struggling to get a child object's child …
entity-framework entity-framework-4 entity-framework-5 entity-framework-4.1If I do any changes to my EF 5.0 model, VS does not seem to see the changes. I have tried …
c# entity-framework entity-framework-5Following the "Code First Modeling" section of the Pluralsight "Getting Started with Entity Framework 5" course by Julie Lerman, I created …
c# entity-framework ef-code-first entity-framework-5 cascading-deletesI renamed a a couple entities and their navigation properties and generated a new Migration in EF 5. As is usual …
c# sql-server entity-framework entity-framework-5 entity-framework-migrations