Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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

use entity-framework to map int column to enum property

How do I gracefully reattach an Entity Framework 5 POCO structure and save it?

LINQ query in EF - many to many and a cross join

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