Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

How is the many-to-many junction table name determined with Entity Framework Code First?

Cannot convert type System.Data.Entity.DbSet to System.Collections.Generic.ICollection

Can fluent API set NotMapped on all entities that inherit from a base class?

entity framework 4.1 partial class initialisation

How to configure many to many relationship using entity framework fluent API

How should I annotate CreatedOn and ModifiedOn columns with EF 4.1?

Problem mapping multiple relations using Entity Framework code-first

Entity Framework 4.1 code-first, required lazy load reference is null on save

How can l use Entity Framework without App.config

Entity Framework code first, custom, additonal fields in many to many relationship

EF 4.1 code first: one-to-many mapping problem

EF 4.1 - How to add a default on insertion for datetime column

could not load assembly 'system.data.entity, version 4.2.0.0,

entity-framework-4.1

How to query for objects with certain enum flag on, using a db int to store it

Issue in EF, mapping fragment,no default value and is not nullable

Getting last inserted row id using repository pattern

How do I get EF to persist empty strings as NULL?

What are the pros and cons of one master base table which all entities inherit from?