Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-6

Invalid object name 'dbo.__MigrationHistory' using Database.Create; EF6.02 when connection string is passed in

EF Code-First One-to-one relationship: Multiplicity is not valid in Role * in relationship

EF 6 System.Data.Objects.ObjectContext Error

Does Entity Framework 6 support .NET 4.0?

How can I configure Entity Framework to automatically trim values retrieved for specific columns mapped to char(N) fields?

No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlClient'.

How can set a default value constraint with Entity Framework 6 Code First?

How to install EntityFramework 5.0 (and other older versions) from NuGet?

Entity Framework - Unable to load the specified metadata resource

Eager , Lazy and explicit loading in EF6

How can I delete 1,000 rows with EF6?

Creating Unique Index with Entity Framework 6.1 fluent API

Why is Entity Framework 6.1.3 throwing a "Could not load type 'System.Data.Entity.Infrastructure.TableExistenceChecker'"

Upgrade from Entity Framework 5 to 6

How to specify that DateTime objects retrieved from EntityFramework should be DateTimeKind.UTC [duplicate]

'No Entity Framework provider found' for EF 6 and SQLite 1.0.96.0

Entity Framework 6 Cannot build after adding stored procedures to data model

How can I use use Entity Framework to do a MERGE when I don't know if the record exists?

Enable Entity Framework 6 for MySql (C#) in WinForms of Microsoft Visual Studio 2013

Why does Entity Framework 6.x not cache results?