Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-6

The provider for the source IQueryable doesn't implement IAsyncQueryProvider

MVC scaffolding does not support Entity Framework 6 or later

SQLite EF6 programmatically set connection string at runtime

DbSet<entity>.Load() function missing in EF 6.0

c# .net wpf entity-framework-6

Entity Framework 6 Code First Trigger

How to use unsigned int / long types with Entity Framework?

LINQ ToListAsync expression with a DbSet

Unable to determine the provider name for provider factory of type "System.Data.Sqlite.SqliteFactory"

How to use String property as primary key in Entity Framework

Updatable Views in Entity Framework 5/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?