Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How to use an Expression<Func<Model, bool>> in a Linq to EF where condition?

Entity Framework Query Optimization

Entity framework, multiple edmx to share connection string - is it possible?

C# EF 4.1 Create table dynamically within DbContext

How can I get Entity Framework and WCF to work with transactions? Okay...what's the secret?

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

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