Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

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

How to change/set collation in EF Code first

Deploying database changes with EF 4.1

view generated SQL for Entity Framewok SaveChanges command in Visual studio?

Error loading EntityFramework 4.3.1

Does filtering of data take place in the controller, service or repository layers?

Writing LINQ queries. Joins VS navigational properties