Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

Linq to Entity and Contains?

Is it possible to get Entity Framework to recognize objects that have been created and not yet saved in database?

Primary key constraint violation when adding new row into table with EF

Setting table level WillCascadeOnDelete not available

Azure EF Code First Migration Initializer

Issue in EF, mapping fragment,no default value and is not nullable

Business logic in Entity Framework POCOs using partial classes?

Entity Framework 4 very slow linking an Order to Customer who has 10,000 orders

Entity Framework, MVC 3, OrderBy in LINQ To Entities

Entity Framework 4.1 query takes too long (5 seconds) to complete

Entity Framework Insert object with related object

c#-4.0 entity-framework-4

Linq2Entites Count() with condition on bool not working as "I thought it would"?

DataBinding to Calculated Field

Linq selecting parent based on child criteria

linq entity-framework-4

How to use Pivot table with Entity Framework?

How do I create an association between these 2 entities without touching the DB?

Why does Database First EF skip mapping some tables?

How can i update app.config connectionstring Datasource value in C#?

EF 4.2 Code First. How to name a many-to-many table?

ExecuteStoreQuery return multiple rows how can i get it into an IList or List