Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

What Determines SQL Azure Database Edition and Size with EF Code First?

Sharing Entity Framework Library across multiple projects

DbContext crashes with PrimitiveType != null error

c# entity-framework-4

EF4 Unable to cast concrete type to interface

No generic method 'OrderBy' on type 'Queryable' is compatible with the supplied type arguments

Using Entity Framework, how do I add a record to the mapping table in a Many to Many relationship

EF eqivalent for rows affected of SqlCommand.ExecuteNonQuery

.net entity-framework-4

Inherited C# Class Losing "Reference"

n-layer business/service layer design

Any experience using a SQL Server Linked Server to DB2 with Entity Framework?

Custom Model Validation based on two properties. One influence the other one

In EF4.1 code first, how to override ConnectionString name in Web.config

Group by DateTime.Date in Linq to SQL with EF 4.1

What's required for ExecuteStoreQuery to respect relationships?

Entity Framework: Update entity or add if it doesn't exist

Entity Data Model - Adding a keyless table

Is it necessary to always Select()... new{Anon}... AsEnumerable...Select(new EntityType{}) every time?

c# linq entity-framework-4

How can you dynamically select a table with entity framework 4.x?

Specification inside LINQ with EF 4.3

.NET Entity Framework - Using .Contains() to find a byte value in a Where expression