Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Should I create a ADO.NET Entity Data Model for each table, or one for my entire database?

New object in Entity Framework - problems with primary key

Ria DomainService input parameter weirdness, Delete is special?

entity-framework ria

Linq - OrderBy the minimum value of two columns using lambda expressions?

EF 4.0 - Many to Many relationship - problem with deletes

C# architecture for large application

c# .net entity-framework

LINQ to Entities, join two tables, then group and take sums of columns from both tables

LINQ query syntax to method syntax

Entity Framework 0..1 to 0 relation

Why Can't I Use TEntity?

entity-framework

Lazy loading properties after an insert

entity-framework

How do I get EF to persist empty strings as NULL?

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

Enforcing "zero-or-one to one" relationship on SQL database?

What are the pros and cons of one master base table which all entities inherit from?

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

Reducing Entity Framework library's dependency on app.config

c# .net entity-framework

How can I generate DDL scripts from Entity Framework 4.3 Code-First Model?

How to write LINQ IN clause query which will work as LIKE operator as well?

Generic Find() with Includes Entity Framework