Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Add data annotations to a class generated by entity framework

Linq Query keeps throwing "Unable to create a constant value of type System.Object....", Why?

Your project is not referencing the ".NETFramework,Version=v4.5" framework.

Lazy Loading vs Eager Loading

composite key as foreign key

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()