Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework Seed method is not being called

EF Core 2.2 spatial type can't be added to db migration

Entity Framework C# Insert Data russian encoding problems

Multiple added entities may have the same primary key in Entity Framework

c# entity-framework

Entity Framework multiple counts with a single query

linq to sql query with multiple where parameters

EF Code First DbMigration without nuget

EF Code First Migrations: MigrateDatabaseToLatestVersion without NUGET

Error running code first migration update-database

Why is there no SingleOrDefaultAsync for IQueryables?

The item with identity [x] already exists in the metadata collection. How do I fix that?

System.InvalidOperationException: Relational-specific methods can only be used when the context is using a relational database provider

Failed to find or load the registered .Net Framework Data Provider with MySql + MVC4

What is the equivalent of "CASE WHEN THEN" (T-SQL) with Entity Framework?

c# sql entity-framework tsql

DatabaseGeneratedOption.Identity not generating an Id

Track field changes on Doctrine entity

WithOptional with Entity Framework Core

Attaching an entity of type 'X' failed because another entity of the same type already has the same primary key value

What is the syntax for including multiple navigation properties in Entity Framework?

Entity Framework Migrations - How to create a Unit Test to Ensure Migrations Model is up to Date?