Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

EF 4.0 / Weird behaviour of FirstOrDefault method

entity-framework-4

Should the EnumDataTypeAttribute work correctly in .NET 4.0 using Entity Framework?

string.Join in Linq to Entity queries

Entity Framework Null Reference When Adding New Record

Testing : How to create fake object context using TypeMock for EF4 model

IDENTITY_INSERT ON not being respected for Entity Framework DBSet.Add method

SQL Timeout exception: Due to a connection issue? Or a query/command taking too long?

Pre-Generate Views for EF Code First

ASP.NET MVC & caching of EF

who do you prefer ObjectSet or CreateQuery in EF 4?

Create a Composite Property in an Entity Framework Model?

T4 POCO template - deleting auto-generated .cs file in the .tt file

IObjectSet Include Extension Method Errors with CompiledQuery

WCF Saving EF 4.1 item throws exception An item cannot be added to a fixed size Array of type

Good way to select multiple rows with non-scalar list of keys using Entity Framework 4

Adding a new record in EF that has an existing parent

How Do I Mock Entity Framework's Navigational Property Intelligence?

Add object to Context EntityFramework 4 without SaveChanges