Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

In EF 4.1 DbContext how to trace generated SQL

Use the ColumnAttribute or the HasKey method to specify an order for composite primary keys

Entity Framework .Where method chaining

adding List of objects to Context in ef

Entity Framework - Already Defined

Using sql date data type and EF4

Can't get EntityFunctions.TruncateTime() to work

Why is EF trying to insert NULL in id-column?

AutomaticMigrationsEnabled false or true?

How can I do a Union all in Entity Framework LINQ To Entities?

EF 4: Removing child object from collection does not delete it - why?

How to create immutable objects in C#?

Expression cannot contain lambda expressions

Why do Entity Framework queries not return unsaved entities

Entity Framework creates a plural table name, but the view expects a singular table name?

Why can't Entity Framework see my Stored Procedure's column information?

Entity Framework initialization is SLOW -- what can I do to bootstrap it faster?

Why re-initiate the DbContext when using the Entity Framework?

Possible to default DateTime field to GETDATE() with Entity Framework Migrations?

SQL 'time' type in Entity Framework Code First