Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

How do I prevent decimal values from being truncated to 2 places on save using the EntityFramework 4.1 CodeFirst? [duplicate]

c# decimal ef-code-first

EF Code First Parent-Child insertions with identity columns

Generate money type fields using code first EF CTP5

Entity Framework Code First Using One column as Primary Key and another as Auto Increment Column

EF 5 Migrations cannot connect to our database even though it does just fine at runtime

Convert DBContext to ObjectContext for use with GridView

How to store double[] array to database with Entity Framework Code-First approach

How can I prevent EF "The context cannot be used while the model is being created" errors?

Self referencing / parent-child relationship in Entity Framework

Entity Framework: How to avoid Discriminator column from table?

Create Stored Procedures using Entity Framework Code First?

sql-server ef-code-first

The relationship could not be changed because one or more of the foreign-key properties is non nullable

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

Adding CreatedDate to an entity using Entity Framework 5 Code First

Exclude a field/property from the database with Entity Framework 4 & Code-First

Entity Framework 4.3 code first multiple many to many using the same tables

Navigation Property without Declaring Foreign Key

EF5 Code First Enums and Lookup Tables

Primary /Foreign Key in Entity Framework

EF Code First prevent property mapping with Fluent API