Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-6

Entity Framework's Entity Data Wizard Crashes When Connecting to MySQL Database

ASP.NET Web Api 2 / EF6 first call initialization performance

Entity Framework 6 Code First function mapping

update the database from package manager console in code first environment

EF6 Code First with generic repository and Dependency Injection and SoC

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