Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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

Conditional filter using LINQ with C#

Are there good third party EDMX generator/updater tools out there?

C#: Create Inherited DbContext, do we have to conduct Dependency Injection again?

Why EntityFramework.Extended library don't need to call SaveChanges() when Update and Delete?

Right outer join using Entity framework

c# entity-framework linq

How can we show table names of database using dropdownlist in MVC and EntityFramework?

When to create a new table?

Unable to determine the provider name for provider factory of type “System.Data.Sqlite.SqliteFactory”

difference between linq to sql and entity framework

Cannot convert type 'System.Linq.IQueryable<System.Guid>' to 'System.Guid' after runnig program

c# entity-framework

What kind of error codes should a repository return to a RESTful Web API

Slow performance retrieving many nested entities using Entity Framework

How to convert EF properties into SQL Server's computed columns?

Linq Entity Framework - get all customers that Ids are not in many to many table

c# entity-framework linq