Top "Entity-framework-5" questions

The ADO.

EF5 Migration Update-Database -Script Error

I've been using Visual Studio 2012 RC with trial license with no problems. I purchased Visual Studio 2012 Professional yesterday, installed the …

entity-framework entity-framework-5 entity-framework-migrations
How should I disable Entity Framework table reference(foreign) list from each objects?

I'm using Sqlite database and System.Data.SQLite 1.0.92 There is 2 table here: Table Person: PersonId PersonName Table Student: StudentId PersonId(…

c# .net-4.0 entity-framework-5 system.data.sqlite
Entity Framework 5 model first - Where is IDisposable gone?

In Entity Framework 5 model first, there seem to be some breaking changes due to the way the class files are …

entity-framework entity-framework-5 ef-model-first
Entity Framework 5 vs Telerik OpenAccess ORM (specifically)

I am starting a new project and want advice on choosing an ORM. I know this topic has been brought …

entity-framework entity-framework-5 telerik-open-access
Both One-To-One and One-To-Many relationships in Entity Framework 5 Code First

i tried the whole day to get this working. I learned a lot about EF's Fluent API (e.g. this …

c# ef-code-first one-to-many entity-framework-5 one-to-one
How To Change Navigation Property Names Into Meaningful Names

I'm using Database First with Entity Framework 5. We have two tables (massively simplified): Addresses Street Town (etc.) Customers Name BillingAddress …

c# entity-framework entity-framework-5 ef-database-first
What does Microsoft recommend for 2nd level Caching in Entity Framework?

I've used "EF Provider Wrappers" made by Jarek Kowalski. It works fine but I noticed "Limitations and Disclaimers" section where …

entity-framework caching entity-framework-5 data-access-layer
How to enable concurrency checking using EF 5.0 Code First?

I would like to do a check-then-update in an atomic operation. I am using dbcontext to manage the transaction. I …

c# entity-framework-5 optimistic-concurrency
ASP.NET MVC eCommerce solutions (either commercial or open source)

Okay, so we have a development infrastructure that utilizes the following: 1. MVC 4 (Razor views) 2. Entity Framework 5 code first 3. Ninject What …

asp.net-mvc-4 e-commerce ninject entity-framework-5