Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-6

Prevent Entity Framework adding ORDER BY when using Include

Configure multiple database Entity Framework 6

How can I get a PDB file for the EntityFramework NuGet package?

Why is ON DELETE SET NULL still not implemented in the Entity Framework 6? Is there a snag?

The type 'Company.Model.User' and the type 'Company.Core.Model.User' both have the same simple name of 'User' and so cannot be used in the same model

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]