Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

If a linq query returns empty does it return null?

linq entity-framework

Unit Of Work inside Transaction scope and Entity Framework

Entity Framework: Regeneration of changed tables (key changes)

Changing Entities in the EntityFramework

c# .net wpf entity-framework

DB/Entity Design: table related to any one of multiple tables

Entity Framework 6.1.3 exec sp_executesql Causing Huge Performance Issue

How do I explain my colleague that Linq to Sql is not the same as Entity Framework and that EF isn't "shitty"? [closed]

Entity Framework - SkipWhile

Why there is no GroupBy clause in internal SQL of Entity Framework linq query?

Linq projection: Get reference of new projected entity

Entity Framework Database first multiple schemas duplicate table names

Entity Framework : how to catch any error

Cannot insert the value NULL into column 'Id', Entity framework

c# asp.net entity-framework

EF4 Include() with Projection

Single query generated into > 1100 different Queries in Entity Framework

What is the simplest way to implement an Entity Framework 6 Add-or-Update method