Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.3

How can I disable the use of the __MigrationHistory table in Entity Framework 4.3 Code First?

Mixing Fluent API and DataAnnotations in EF code first

How can I unit test Entity Framework Code First Mappings?

Entity Framework Code First : How to map flat table to class with nested objects

Entity splitting when key column has different names?

Assembly Binding Old Reference Exception

Entity Framework (4.3) looking for singular name instead of plural (when entity name ends with "s")

Visual Studio 2012 testing with csla and entity framework

How to create initializer to create and migrate mysql database?

EF 4.3 Migration - how to produce a downgrade script?

conversion of a datetime2 data type to a datetime data type error with EF Code first?

Entity Framework Data Annotations equivalent of .WillCascadeOnDelete(false);

Dynamic Include statements for eager loading in a query - EF 4.3.1

Running update-database from Team City

EF4.3.1 on .NET 4 - The mapping of CLR type to EDM type is ambiguous because multiple CLR types match the EDM type

Entity Framework enumerating SqlQuery result

Converting a LEFT OUTER JOIN to Entity Framework

Keyword not supported: 'metadata'.? with Sql Connection in Entityt Framework with MVC3

How to add description to columns in Entity Framework 4.3 code first using migrations?

Can anyone spot why I keep getting this error testing the EF 5 beta