Top "Entity-framework-6" questions

For questions about the The ADO.

Entity Framework - Unable to load the specified metadata resource

I realise that this has been asked a number of times but I just can't seem to get the bottom …

c# entity-framework entity-framework-6
Lazy Loading vs Eager Loading

Lazy loading in Entity Framework is the default phenomenon that happens for loading and accessing the related entities. However, eager …

c# entity-framework entity-framework-6
DbSet.Attach(entity) vs DbContext.Entry(entity).State = EntityState.Modified

When I am in a detached scenario and get a dto from the client which I map into an entity …

c# entity-framework entity-framework-6
How to create index in Entity Framework 6.2 with code first

Is there a way to create an index on a property/column using code-first, instead of using the new IndexAttribute ?

entity-framework entity-framework-6 ef-code-first
How entity framework works for large number of records?

I see already a un-answered question here on. My question is - Is EF really production ready for large application? …

c# entity-framework database-design entity-framework-6
How to install EntityFramework 5.0 (and other older versions) from NuGet?

I installed EF 5.0 into the .DAL, now I want to install EF 5.0 into .BLL from Nuget But the default online …

c# asp.net entity-framework-5 entity-framework-6
update the database from package manager console in code first environment

Code First Environment I'm trying to update the database from package Manager console.If my Domain class change, I have …

c# sql-server visual-studio-2012 entity-framework-6 entity-framework-migrations
No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlClient'.

We are using EntityFramework 6 with Code First. We have a console app that has no reference to EntityFramework but reads …

c# asp.net .net sql-server entity-framework-6
Enable Entity Framework 6 for MySql (C#) in WinForms of Microsoft Visual Studio 2013

Yesterday I knew that Entity Framework is another method to access database beside using Dataset or DataReader,then I tried …

c# mysql winforms visual-studio-2013 entity-framework-6
How can set a default value constraint with Entity Framework 6 Code First?

In a legacy app, most string properties can't be null and need to have a default value of string.empty. …

c# .net entity-framework ef-code-first entity-framework-6