Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

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

Table-per-type inheritance with EF 4.1 Fluent Code First

How can I use Entity Framework on an object graph past a depth of 2 with MySQL Connector / NET?

Entity Framework | Code First - Get Name Of Created Table

Entity Framework Code First Mapping Foreign Key Using Fluent API

Pros and Cons of putting a db context in static class library

Executing stored procedures from a DbContext

Insert record in child table when parent record already exists using Entity Framework code first

The entity type <class> is not part of the model for the current context

How can I find all DbSets whose generic types derive from a given base type?

Entity Framework 4.1 - EFTracingProvider

how do I sort a collection with child property?

DbSet.FirstOrDefault()?

Entity Framework Code First Case Sensitivity on string PK/FK Relationships

Entity Framework 4.1 Code First approach to create many-to-many relation

MVC3 and EF Data first: what are the best practices?

EF 4.1 messing things up. Has FK naming strategy changed?

Filter with multiple derived classes with Code-first Entity Framework