Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity framework left join

in entity framework code first, how to use KeyAttribute on multiple columns

LINQ to Entities only supports casting EDM primitive or enumeration types with IEntity interface

Database.BeginTransaction vs Transactions.TransactionScope [duplicate]

NOT using repository pattern, use the ORM as is (EF)

Pass connection string to code-first DbContext

Insert data using Entity Framework model

c# .net entity-framework

Create a Tuple in a Linq Select

how to update the multiple rows at a time using linq to sql?

BuildTasks.Csc task could not be loaded from the assembly?

Like Operator in Entity Framework?

Only initializers, entity members, and entity navigation properties are supported

linq entity-framework

'Microsoft.SqlServer.Types' version 10 or higher could not be found on Azure

How to force Entity Framework to always get updated data from the database?

Entity Framework SaveChanges() vs. SaveChangesAsync() and Find() vs. FindAsync()

Why am I getting this error: No mapping specified for the following EntitySet/AssociationSet - Entity1?

Code First: Independent associations vs. Foreign key associations?

entity-framework poco

Linq Syntax - Selecting multiple columns

c# linq entity-framework

Entity Framework query slow, but same SQL in SqlQuery is fast

How and where to call Database.EnsureCreated and Database.Migrate?