Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

Reflection to build list of EntityTypeConfiguration for Entity Framework CPT5

How to Switch Cascade delete off in a One to Many Relationship with EF CTP5 Fluent API

Identity column in EF 4

Row number in LINQ

How to mock LINQ to Entities helpers such as 'SqlFunctions.StringConvert()'

EF 4 produces UNICODE string constans in SQL where the column type is varchar. How to avoid?

EF 4, how to add partial classes

Where is modelBuilder.IncludeMetadataInDatabase in EF CTP5?

entity-framework-4

Mapping Join Tables In The Entity Framework

Operation is not valid due to the current state of the object

Any way with Entity Framework Code First to get nice picture of class structure?

Error 3031 mapping fragments starting at line 439:Non-nullable column

A field or property with the name was not found on the selected data source

How to dynamically set a property of a class without using reflection (with dynamic) in C# 4 when property name is coming from another source

Entity Framework - Load only Selected properties

How to map a property as NOT a column in EF 4.1

Use reflection to get lambda expression from property Name

Using a separate file to maintain the connection string for entity framework