Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

EF 4.1 model first code generation tool or template

Guidance for synchronising reverse associations in Entity Framework 4.1

Problem modelling relationship in Entity Framework using code first

How to map table splitting in EF Code First?

Change EF 4.1 Code First Default DB Location

How to remove underscore in foreign key names generated by Entity Framework 4.1

Custom SQL functions and Code First (EF 4.1)

Entity Framework, application layers and separation of concerns

Entity Framework 4.1 Code-First and Inserting New One-to-Many Relationships

entity-framework-4.1

Entity Framework Code First - Ignore Base Class

Ordering Column Attributes in Entity Framework

Using EF4 Code First: How can I change the Model without losing data

ASP.NET MVC + Entity Framework with Concurrency check

Entity Framework v4.1 LIKE

Entity Framework 4.1 Code First - Define many-to-many using data annotations only

Is Unit of Work pattern required in Entity Framework 4.0

entity-framework-4.1

Default bool to false when null in database with Entity Framework 4.1 Code First

Updating my EF model to use 4.1 when I built it in 4.0

What's the NHibernate session.Load equivalent in Entity Framework?

Extract one property as a List<String> from a ICollection of a Model