Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

When should POCO be used in EF4?

Why does EF 4.1 not support complex queries as well as linq-to-sql?

Entity Framework Error: An object with a null EntityKey value cannot be attached to an object context

LINQ to Entities group by and Count()

LINQ include multiple children

c# linq entity-framework

SaveChangesAsync not updating value in database table

Atomic Read and Write with Entity Framework

What is the difference between IDbSet and DbSet?

c# entity-framework

Cast linq results to List<MyInterface>

Entity Framework with mysql, Table Capitalization issue between linux and windows

mysql sql entity-framework

Is there a command to check to see if a database exists from Entity Framework?

database entity-framework

No Entity Framework provider found for the ADO.NET provider with invariant name 'Oracle.ManagedDataAccess.Client'

Code first migration error "Implicit conversion from data type nvarchar(max) to varbinary(max) is not allowed"

Parallel.ForEach error HttpContext.Current

How to map a column name with spaces in it to a POCO property?

c# entity-framework

Why should I use Entity Framework over Linq2SQL

Entity Framework .Include() with compile time checking?

.net entity-framework

Adding index to a table

How to use scalar-valued function with linq to entity? [duplicate]

Remove an item from Collection using Entity Framework