Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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?

Repository vs Service pattern in DAL: EF and Dapper

How can i convert a DBQuery<T> to an ObjectQuery<T>?

How do I configure fixed length columns in EF Core?

DATEDIFF (in months) in linq

Entity Framework: Efficiently grouping by month

c# .net entity-framework

How to use migrations on an existing db in production created using Entity Framework 4.1?

What are the Navigation Properties in Entity Framework

c# .net entity-framework