Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-5

EF code-first: How to load related data (parent-child-grandchild)?

Entity, dealing with large number of records (> 35 mlns)

Error when serializing EF Code First 5.0 data in WebAPI Controller

EF connection string as DbContext constructor argument

How do I reduce the memory footprint with large datasets in EF5?

c# entity-framework-5

LoadProperty in Entity Framework 5

How to use Include() after OfType()?

Entity Framework DB First: Timestamp column not working

Entity Framework 5 namespaces

Error modifying DAL, System.ArgumentException, "An entry with the same key already exist"

Windows Azure, Entity Framework. Keyword not supported: 'metadata'.

MySQL 5.5 + .NET Connector + Entity Framework + Migrations = FormatException

Using an SQL View from an Entity Framework Code First version 5

Changing the type of a property with EF Code First [duplicate]

Renaming navigation properties

Handling enum changes in Entity Framework 5

Publish Web dialog doesn't detect my entity framework 5 context as Code First

EntityFramework 5 Code First multiple inheritance mapping (TPC)

What is the best way to create strongly typed LINQ queries from some given strings, via reflection