Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

Entity Framework & MVC Models

Entity Framework 4.1 doesn't load relationships after SaveChanges?

Entity Framework 4.1 Code First: How is the Discriminator determined?

Do 2 queries need to be submitted to the database to get total count and paged section using EF / Linq to Entities? [duplicate]

System.NullReferenceException after upgrade to EF 4.1

Strategy pattern creates a dependency with Controller class in Asp.net MVC 3.0

How can I map an Enum using Entity Framework 4.1 Fluent API?

How do I use the DbGeography Spatial Data Type with EF4.1

Entity Framework Object Context per request in ASP.NET? [closed]

Generate DB - no execute SQL option?

Entity Framework and DbContext - Object Tracking

Entity Framework 4.1 - Code First: many-to-many relationship

How do I map text field type of Sql server in EF code first? [duplicate]

Entity Framework Many to Many and Eager Loading

EF 4.1 Mapping Inheritence on a Many-to-Many relationship

Why is MVC3 not scaffolding my foreign key columns

EF Code First convention to allow ICollection<T> properties to be empty collections rather than null?

EF DbContext.Set<T> filtered record only ... doesn't work

Implement WCF Data Service using the Repository Pattern