Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Compare two collections and add/remove from one to make them match

Long living Entity Framework context - best practice to avoid data integrity issues

How can I keep Entity Framework from generating inefficient queries in SQL Server?

SQL Server 2008 R2 Encryption - with Entity Framework

Unable to cast object of type 'System.Linq.EnumerableQuery`1[Entities.Test]' to type 'System.Data.Objects.ObjectQuery`1[Entities.Test]'

Using the "let" kewword in a LINQ Query with EF 4.3

Entity Framework. SQL Group By to EF Group By

Fill a list of objects with LINQ

How to excetute a SQL BETWEEN command in Entity Framework

.net sql entity-framework

Entity Framework Code First ignoring specific schema

Combine two linq expressions to inject navigation property

Entity Framework 5 and XElement fields

SQL Azure: More Intermittent Timeouts

Solutions for a simple multi tenant web application with entity framework

How to load only base type in Entity Framework

ASP.NET Web API - Entity Framework - 500 Internal Server Error On .Include(param => param.field)

Using Database first approach in Entity Framework

ORA-01400 when trying to insert into schema.table.ID

DateTime parameter issue with Linked Servers and Entity Framework Code First

Adding a controller with read/write actions and views, using Entity Framework - what is "Data Context class"?